From b71d7ec81d4affc41af85a55ac989f7252eaa987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com> Date: Fri, 21 Jul 2023 17:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E5=AE=8C=E6=88=90=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E2=80=9D=E6=8C=89=E9=92=AE=E6=9C=AA=E5=88=A4=E6=96=AD=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogReviewOrder.vue | 3 ++- src/views/inout/DialogThrReviewOrder.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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) => {