浏览代码

仓库禅道

wangzhuo 1 年之前
父节点
当前提交
f25a34765d

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

@@ -33,7 +33,8 @@
         <el-col :span="8">
           <el-form-item label="客户" prop="fCorpid">
             <el-select v-model="form.fCorpid" clearable filterable placeholder="请输入关键词" style="width: 80%"
-              @change="changefStltype" :disabled="detailList.length > 0">
+               :disabled="detailList.length > 0">
+<!--              @change="changefStltype"-->
               <el-option v-for="(item, index) in fMblnoOptions" :key="index.fId" :label="item.fName" :value="item.fId">
               </el-option>
             </el-select>

+ 1 - 1
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -41,8 +41,8 @@
               placeholder="请输入关键词"
               style="width: 80%"
               :disabled="detailList.length > 0"
-              @change="changeCorp"
             >
+<!--              @change="changeCorp"-->
               <el-option
                 v-for="(item, index) in fGetMblnoOptions"
                 :key="index.fId"

+ 4 - 3
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -72,9 +72,10 @@
               filterable
               placeholder="请输入关键词"
               style="width: 80%"
-              @change="changefStltype"
               :disabled="detailList.length > 0"
             >
+
+<!--              @change="changefStltype"-->
               <el-option
                 v-for="(item, index) in fMblnoOptions"
                 :key="index.fId"
@@ -3742,7 +3743,7 @@ export default {
     },
   },
   methods: {
-    init() {  
+    init() {
       this.approVal = false;
       this.resetForm("form");
       this.detailList = [];
@@ -4180,7 +4181,7 @@ export default {
     },
     changefStltype(row) {
 
-      
+
       // 根据客户id查询客户所属仓库
       if (row != null && row != '') {
         customerWarehouse(row).then((res) => {

+ 2 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -443,8 +443,9 @@
                   :disabled="browseStatus"
                   style="width:80%"
                   placeholder="请输入模糊查找客户名称"
-                  @change="customerClick"
               >
+
+<!--                @change="customerClick"-->
                 <el-option
                     v-for="(dict, index) in NfMblnoOptions"
                     :key="index.fId"