|
@@ -3720,6 +3720,7 @@ import { addSet, select, resetModule } from "@/api/system/set";
|
|
import upLoad from "../components/upLoad";
|
|
import upLoad from "../components/upLoad";
|
|
import draggable from "vuedraggable";
|
|
import draggable from "vuedraggable";
|
|
import { getDept } from "@/api/basicdata/dept";
|
|
import { getDept } from "@/api/basicdata/dept";
|
|
|
|
+import {queryClerkRoleList} from "@/api/warehouseBusiness/warehouseInStock";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: "inStock",
|
|
name: "inStock",
|
|
@@ -4297,7 +4298,7 @@ export default {
|
|
listCorps().then((response) => {
|
|
listCorps().then((response) => {
|
|
this.fSbuOptions = response.rows;
|
|
this.fSbuOptions = response.rows;
|
|
});
|
|
});
|
|
- listUser().then((response) => {
|
|
|
|
|
|
+ queryClerkRoleList().then((response) => {
|
|
this.userOptions = response.rows;
|
|
this.userOptions = response.rows;
|
|
});
|
|
});
|
|
listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
|
|
listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
|