From 55ad3e45861312b2c186ef3a9379fc895bb4a60b Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Tue, 27 Dec 2022 17:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93=202022?= =?UTF-8?q?=E5=B9=B412=E6=9C=8827=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/finishedProductWarehouse/otherOut.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/finishedProductWarehouse/otherOut.vue b/src/views/modules/finishedProductWarehouse/otherOut.vue index 619ac69..11391de 100644 --- a/src/views/modules/finishedProductWarehouse/otherOut.vue +++ b/src/views/modules/finishedProductWarehouse/otherOut.vue @@ -276,7 +276,7 @@ export default { if (this.dataList.length === 0) { this.$message.warning("请先导入数据!") } else { - let status = JSON.parse(JSON.stringify(this.dataList)).filter(item => item.statusDb !== 'I' || item.statusDb !== 'S') + let status = JSON.parse(JSON.stringify(this.dataList)).filter(item => item.statusDb !== 'I' && item.statusDb !== 'S') let flag = true if (status.length > 0) { this.$message.warning("数据中包含不在库的卷!")