From afd95caf49bd4ddf498306465944749c4ab7b87d Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Fri, 30 Dec 2022 09:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=87=BA=E5=BA=93=202022?= =?UTF-8?q?=E5=B9=B412=E6=9C=8830=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/modules/finishedProductWarehouse/otherOut.vue b/src/views/modules/finishedProductWarehouse/otherOut.vue index 11391de..09f3532 100644 --- a/src/views/modules/finishedProductWarehouse/otherOut.vue +++ b/src/views/modules/finishedProductWarehouse/otherOut.vue @@ -279,7 +279,6 @@ export default { 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("数据中包含不在库的卷!") await this.$confirm('数据中包含不在库的卷, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', @@ -301,7 +300,7 @@ export default { this.dataList = [] this.$message.success('出库成功') } else { - this.$message.warning('出库失败') + this.$message.warning('出库失败'+data.msg) } })