发票字段调整

dev
wangwei 2 years ago
parent 2ac4d065d3
commit f65b3bf637

@ -72,8 +72,8 @@
>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column
label="发票码" width="150"
prop="invoiceCode"
label="发票码" width="150"
prop="invoiceEncode"
></el-table-column>
<el-table-column
label="机器编码" width="150"
@ -81,8 +81,8 @@
show-overflow-tooltip
></el-table-column>
<el-table-column
label="发票码" width="150"
prop="invoiceEncode"
label="发票码" width="150"
prop="invoiceCode"
></el-table-column>
<el-table-column
label="开票日期" width="150"
@ -493,7 +493,7 @@ export default {
1: '确认',
0: '未确认'
},
cowEn:null,
cowEn: null,
//
productDetailLoading: false,
productDetailList: [],
@ -680,7 +680,7 @@ export default {
// this.resultDetailList = [];
},
handleInvoiceChange(val) {
this.cowEn=val;
this.cowEn = val
this.getOrderList(val)
this.getProductDetailList(val)
},
@ -717,7 +717,7 @@ export default {
},
closeDetermineDialog(val) {
this.determineVisible = false
if(val!=false){
if (val != false) {
this.orderList = []
this.productDetailList = []
this.getInvoiceList()

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save