|
@@ -312,7 +312,7 @@
|
|
|
<span v-if="item.label == 'fCtrlcorpid'">{{scope.row.fCtrlcorpid}}</span>
|
|
|
<span v-if="item.label == 'createTime'">{{scope.row.createTime?scope.row.createTime.slice(0,10):''}}</span>
|
|
|
<span v-if="item.label == 'fAccbilldate'">{{scope.row.fAccbilldate}}</span>
|
|
|
- <span v-if="item.label == 'tMblno'">{{scope.row.tMblno}}</span>
|
|
|
+ <span v-if="item.label == 'fMblno'">{{scope.row.fMblno}}</span>
|
|
|
<span v-if="item.label == 'chargingMethod'">{{scope.row.chargingMethod}}</span>
|
|
|
<span v-if="item.label == 'invoiceNo'">{{scope.row.invoiceNo}}</span>
|
|
|
<span v-if="item.label == 'bank'">{{scope.row.bank}}</span>
|
|
@@ -863,7 +863,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="提单号" prop="tMblno">
|
|
|
+ <el-form-item label="提单号" prop="fMblno">
|
|
|
<el-input
|
|
|
v-model="queryParameter.fMblno"
|
|
|
placeholder="请输入提单号"
|
|
@@ -1428,7 +1428,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
surface: "6",
|
|
|
- label: "tMblno",
|
|
|
+ label: "fMblno",
|
|
|
name: "提单号",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
@@ -1755,7 +1755,7 @@ export default {
|
|
|
fBillno: null,
|
|
|
fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fBilltype: null,
|
|
@@ -2844,7 +2844,7 @@ export default {
|
|
|
this.pass.fName = this.nothing[0] + "...";
|
|
|
}
|
|
|
// this.increase_s = this.increase_s.concat(this.selection);
|
|
|
- this.queryParams.tMblno = this.pass.fMblno; //提单号
|
|
|
+ this.queryParams.fMblno = this.pass.fMblno; //提单号
|
|
|
this.queryParams.fCtrlcorpid = this.pass.fName;
|
|
|
this.queryParams.fCorpid = this.queryParameter.fToCorpid;
|
|
|
this.queryParams.fAmtcr = this.pass.fAmtcr
|
|
@@ -2894,7 +2894,7 @@ export default {
|
|
|
this.pass.fName = this.nothing[0] + "...";
|
|
|
}
|
|
|
// this.increase_s = this.increase_s.concat(this.selection);
|
|
|
- this.queryParams.tMblno = this.pass.fMblno; //提单号
|
|
|
+ this.queryParams.fMblno = this.pass.fMblno; //提单号
|
|
|
this.queryParams.fCtrlcorpid = this.pass.fName;
|
|
|
this.queryParams.fCorpid = this.queryParameter.fToCorpid;
|
|
|
this.queryParams.fAmtcr = Number(this.pass.fAmtcr).toFixed(2);
|
|
@@ -3008,7 +3008,7 @@ export default {
|
|
|
fBillno: null,
|
|
|
fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fBilltype: null,
|
|
@@ -3194,7 +3194,7 @@ export default {
|
|
|
fBillno: null,
|
|
|
fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fBilltype: null,
|