diff --git a/src/views/inout/DialogReviewOrder.vue b/src/views/inout/DialogReviewOrder.vue index c9232a7..64e17e9 100644 --- a/src/views/inout/DialogReviewOrder.vue +++ b/src/views/inout/DialogReviewOrder.vue @@ -290,7 +290,8 @@ export default { checkFinish() { let query = { - orderId: this.orderQuery.billNo, + // orderId: this.orderQuery.billNo, + billNo: this.orderQuery.billNo, }; getAcceptStatus(query) .then((response) => { diff --git a/src/views/inout/DialogThrReviewOrder.vue b/src/views/inout/DialogThrReviewOrder.vue index 19d0387..eb57705 100644 --- a/src/views/inout/DialogThrReviewOrder.vue +++ b/src/views/inout/DialogThrReviewOrder.vue @@ -304,7 +304,8 @@ export default { checkFinish() { let query = { - orderId: this.orderQuery.billNo, + // orderId: this.orderQuery.billNo, + billNo: this.orderQuery.billNo, }; getAcceptStatus(query) .then((response) => {