From c74c4e092d57cdfe844301fd1cacd8257c464793 Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Fri, 22 Nov 2024 10:42:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=85=8D=E4=BB=B6=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=8D=95=E9=80=89=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-warehouse/inOutWarehouse/inOutWarehouse.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue index 6ecbe3d..6d4d523 100644 --- a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue +++ b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue @@ -18,7 +18,7 @@ - + {{ item.waresName }} From 5b69595111206f04d2a18ea6202ae440f8e52cfe Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Fri, 22 Nov 2024 11:00:40 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E9=85=8D=E4=BB=B6?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E7=8A=B6=E6=80=81=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-home/service/todoDetail.vue | 2 +- pages-order/reviewList/reviewList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages-home/service/todoDetail.vue b/pages-home/service/todoDetail.vue index d21d483..3ff4211 100644 --- a/pages-home/service/todoDetail.vue +++ b/pages-home/service/todoDetail.vue @@ -373,7 +373,7 @@ export default { let dataObj = { id: this.id, type: "01", - status: "yes" == type ? "01" : "02" + status: "yes" == type ? "1" : "0" } try { if (this.selectWares && this.selectWares.length > 0) { diff --git a/pages-order/reviewList/reviewList.vue b/pages-order/reviewList/reviewList.vue index 2e26f13..15ac58e 100644 --- a/pages-order/reviewList/reviewList.vue +++ b/pages-order/reviewList/reviewList.vue @@ -100,10 +100,10 @@ export default { }, open() {}, noFun() { - this.handleAudit('05') + this.handleAudit('02') }, yesFun() { - this.handleAudit('02') + this.handleAudit('01') }, /** From 3bb57a728575b2892ebb6a06487fce92519e44ec Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Fri, 22 Nov 2024 11:18:21 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E9=85=8D=E4=BB=B6?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E7=8A=B6=E6=80=81=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-home/service/todoDetail.vue | 2 +- pages-order/reviewList/reviewList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages-home/service/todoDetail.vue b/pages-home/service/todoDetail.vue index 3ff4211..d21d483 100644 --- a/pages-home/service/todoDetail.vue +++ b/pages-home/service/todoDetail.vue @@ -373,7 +373,7 @@ export default { let dataObj = { id: this.id, type: "01", - status: "yes" == type ? "1" : "0" + status: "yes" == type ? "01" : "02" } try { if (this.selectWares && this.selectWares.length > 0) { diff --git a/pages-order/reviewList/reviewList.vue b/pages-order/reviewList/reviewList.vue index 15ac58e..9ae8796 100644 --- a/pages-order/reviewList/reviewList.vue +++ b/pages-order/reviewList/reviewList.vue @@ -108,7 +108,7 @@ export default { /** * 审批接口 - * @param flag"02:审批通过","05:驳回" + * @param flag"01:审批通过","02:驳回" */ handleAudit(flag){ this.formData['status'] = flag