Browse Source

调拨仓管员接口修改,列设置加载

lichao 3 years ago
parent
commit
386ceb072f

+ 1 - 0
src/views/Warehousing/analysis/index.vue

@@ -412,6 +412,7 @@ export default {
       this.userOptions = response.data;
       this.userOptions = response.data;
     });
     });
     this.getList();
     this.getList();
+    this.getRow();
   },
   },
   mounted() {
   mounted() {
     this.$nextTick(() => {
     this.$nextTick(() => {

+ 1 - 0
src/views/Warehousing/components/incomeMoney.vue

@@ -1373,6 +1373,7 @@ export default {
     listWarehousesss({fStatus: 0, delFlag: 0}).then((response) => {
     listWarehousesss({fStatus: 0, delFlag: 0}).then((response) => {
       this.warehouseOptions = response.rows;
       this.warehouseOptions = response.rows;
     });
     });
+    this.getRow();
   },
   },
   filters: {
   filters: {
     fBsdateFormat(row) {
     fBsdateFormat(row) {

+ 1 - 0
src/views/Warehousing/components/payMoney.vue

@@ -1271,6 +1271,7 @@ export default {
     listWarehousesss({fStatus: 0, delFlag: 0}).then((response) => {
     listWarehousesss({fStatus: 0, delFlag: 0}).then((response) => {
       this.warehouseOptions = response.rows;
       this.warehouseOptions = response.rows;
     });
     });
+    this.getRow();
   },
   },
   filters: {
   filters: {
     fMblnoFormat(row, fMblnoOptions) {
     fMblnoFormat(row, fMblnoOptions) {

+ 2 - 1
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -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) => {