|
|
|
@ -557,7 +557,7 @@ export default {
|
|
|
|
|
billNo: null,
|
|
|
|
|
mainAction: null,
|
|
|
|
|
action: null,
|
|
|
|
|
statusType: "audited",
|
|
|
|
|
statusType: "waitAudited",
|
|
|
|
|
page: 1,
|
|
|
|
|
status: null,
|
|
|
|
|
limit: 10,
|
|
|
|
@ -695,7 +695,7 @@ export default {
|
|
|
|
|
billNo: null,
|
|
|
|
|
mainAction: null,
|
|
|
|
|
action: null,
|
|
|
|
|
statusType: "audited",
|
|
|
|
|
statusType: "waitAudited",
|
|
|
|
|
page: 1,
|
|
|
|
|
status: null,
|
|
|
|
|
limit: 10,
|
|
|
|
@ -782,7 +782,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
this.currentRow.billNo=val.billNo;
|
|
|
|
|
this.currentRow.billNo = val.billNo;
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
},
|
|
|
|
|
// 获取单据 业务详情、扫码详情、扫码明细
|
|
|
|
|