gjy 3 年之前
父節點
當前提交
2d921e78c2
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/views/houseSelfCollect/inspectInfo.vue

+ 5 - 3
src/views/houseSelfCollect/inspectInfo.vue

@@ -30,7 +30,7 @@
 
             <ws-form-item label="囤位号" span="1" prop="storageTagNo">
               <ws-input v-model="inspect.storageTagNo" placeholder="请输入囤位号" maxlength="15" size="small"
-                :disabled="disabled" />
+                :disabled="disabled3" />
             </ws-form-item>
             <ws-form-item label="购粮性质" span="1" prop="natureOfGrainPurchase">
               <ws-input v-model="inspect.natureOfGrainPurchase" placeholder="请输入购粮性质" maxlength="10" size="small"
@@ -47,7 +47,7 @@
                 :disabled="disabled1">
                 <el-option v-for="(item,index) in carNumberList" :key="index" :label="item.carNo" :value="index" />
               </el-select> -->
-              <ws-input v-model="inspect.carNumber" placeholder="请输入车牌号" maxlength="10" size="small"
+              <ws-input @change='carnochange' v-model="inspect.carNumber" placeholder="请输入车牌号" maxlength="10" size="small"
                 :disabled="disabled" />
             </ws-form-item>
             <ws-form-item label="箱号-1" span="1" prop="boxNo">
@@ -211,6 +211,7 @@
         disabled: false,
         disabled1: false,
         disabled2: false,
+        disabled3:false,
         disabledName: false,
         types: '1',
         information: '添加初检',
@@ -265,6 +266,7 @@
         this.disabled1 = true
         this.disabled2 = true
         this.disabledName = true
+        this.disabled3=true
         this.information = '查看质检'
       } else if (this.types == 3) {
         this.disabled = false
@@ -918,7 +920,7 @@
         for (let i = 0; i < this.customerList1.length; i++) {
           // console.log(this.customerList1[i].customerName, this.customerList1[i])
           if (this.customerList1[i].customerName == this.inspect.customerName) {
-            console.log(this.customerList1[i])
+            // console.log(this.customerList1[i])
             this.inspect.customerNumberCard = this.customerList1[i].customerNumberCard
           }
         }