Browse Source

其它出库 2022年12月27日 sxm

master
[li_she] 3 years ago
parent
commit
55ad3e4586
  1. 2
      src/views/modules/finishedProductWarehouse/otherOut.vue

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

Loading…
Cancel
Save