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