소스 검색

2023.11.15调拨 调入仓库,调出仓库修改

caojunjie 1 년 전
부모
커밋
a8316681b8
1개의 변경된 파일17개의 추가작업 그리고 17개의 파일을 삭제
  1. 17 17
      src/views/Warehousing/stockTransfer/AddOrUpdate.vue

+ 17 - 17
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -3597,9 +3597,9 @@ export default {
     this.getConfigKey("warehouse.show.feesConfirm").then((response) => {
       this.isShowFeesConfirm = response.msg;
     });
-    // listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
-    //   this.warehouseOptions = response.rows;
-    // });
+    listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
+      this.warehouseOptions = response.rows;
+    });
     listFees({ fDc: "C" }).then((response) => {
       this.fCNameOptions = response.rows;
     });
@@ -4182,20 +4182,20 @@ export default {
     changefStltype(row) {
 
 
-      // 根据客户id查询客户所属仓库
-      if (row != null && row != '') {
-        customerWarehouse(row).then((res) => {
-          this.warehouseOptions = res.data;
-          if (res.data == null) {
-            this.warehouseOptions = [];
-            this.form.fWarehouseid = null;
-          }
-        })
-      } else {
-            this.warehouseOptions = [];
-            this.form.fWarehouseid = null;
-            this.form.fInwarehouseid = null;
-      }
+      // // 根据客户id查询客户所属仓库
+      // if (row != null && row != '') {
+      //   customerWarehouse(row).then((res) => {
+      //     this.warehouseOptions = res.data;
+      //     if (res.data == null) {
+      //       this.warehouseOptions = [];
+      //       this.form.fWarehouseid = null;
+      //     }
+      //   })
+      // } else {
+      //       this.warehouseOptions = [];
+      //       this.form.fWarehouseid = null;
+      //       this.form.fInwarehouseid = null;
+      // }
 
       this.fMblnoOptions.map((e) => {
         if (row == e.fId) {