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