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