发票字段调整

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

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