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("数据中包含不在库的卷!")