|
@@ -138,7 +138,7 @@
|
|
|
v-model="form.fMblno"
|
|
|
style="width: 80%"
|
|
|
placeholder="请输入提单号"
|
|
|
- disabled
|
|
|
+ :disabled="detailList.length != 0"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -761,7 +761,7 @@
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-s-home" style="font-size: 16px"></i>
|
|
|
<span style="font-size: 16px; font-weight: bolder; margin-left: 5px"
|
|
|
- >调拨明细</span
|
|
|
+ >通关明细</span
|
|
|
>
|
|
|
</template>
|
|
|
<div>
|
|
@@ -2732,7 +2732,6 @@ export default {
|
|
|
fStorageTypeOptions: [],
|
|
|
weightList: false,
|
|
|
sumMum: 0,
|
|
|
- allfPlanqty: 0,
|
|
|
detailList: [],
|
|
|
fWarehouseidOptions: [],
|
|
|
print_zyd: false,
|
|
@@ -4532,6 +4531,9 @@ export default {
|
|
|
},
|
|
|
// 查询库存总账信息
|
|
|
getDetailsList() {
|
|
|
+ if (this.detailList.length == 0) {
|
|
|
+ this.whgenlegParams.fMblno = this.form.fMblno;
|
|
|
+ }
|
|
|
this.whgenlegParams.fCorpid = this.form.fCorpid;
|
|
|
this.whgenlegParams.fTrademodeid = this.form.fTrademodeid;
|
|
|
this.whgenlegParams.fWarehouseid = this.form.fInwarehouseid;
|