@ -604,7 +604,7 @@ export default {
this.Upinvoice = false;
},
handleSelectionChange(val) {
this.currentRow = val;
this.currentRow.billNo=val.billNo;
this.getOrderDetails();
// 获取单据 业务详情、扫码详情、扫码明细
@ -607,7 +607,7 @@ export default {
});
@ -647,7 +647,7 @@ export default {