From 5dd10c2a94476dafc0effb438f9ecee865bb32b5 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Tue, 5 Jul 2022 11:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93=E9=99=90?= =?UTF-8?q?=E5=88=B6=20=202022-07-05=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/purchasingManagement/rollOtherOutKu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/purchasingManagement/rollOtherOutKu.vue b/src/views/modules/purchasingManagement/rollOtherOutKu.vue index 0ef13a4..8d6e5e0 100644 --- a/src/views/modules/purchasingManagement/rollOtherOutKu.vue +++ b/src/views/modules/purchasingManagement/rollOtherOutKu.vue @@ -235,7 +235,7 @@ this.searchData.rollNo=''; return false; } - if(data.row.status!='已入库'){ + if(data.row.statusDb == 'D'){ this.$alert("该卷号不在库内!", '错误', { confirmButtonText: '确定' })