From b91aeb2ccf7c72d1a2df38c9dfdb4ce3c63f2b82 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 15 Apr 2024 09:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=85=A5=E5=BA=93=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue index 9a92fc7d..08b63697 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue @@ -220,6 +220,7 @@ scope.row.purchasingStatus != '已审核' && scope.row.purchasingStatus != '已验收合格' && scope.row.purchasingStatus != '待审核' && + scope.row.purchasingStatus != '验收不通过' && scope.row.purchasingStatus != '驳回' " @click="handleAccept(scope.row)"