From b03f0d26f673e0279d54b4329aa43f392524239c Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Wed, 4 Aug 2021 15:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E5=85=A5=E5=BA=93=E8=AF=A6?= =?UTF-8?q?=E6=83=85=20=E6=AD=A5=E9=AA=A4=E6=9D=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/pages/gonghuo/detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue index a461e50..30d3074 100644 --- a/supplier/pages/gonghuo/detail.vue +++ b/supplier/pages/gonghuo/detail.vue @@ -214,7 +214,8 @@ let actionState = [ '订单已完成', '订单已退款', - '订单已撤销' + '订单已撤销', + '订单已确认,物资入库' ] if(actionState.includes(item.action)){ item.isFinished = true;