Commit 9e8ce80a authored by 沈翠玲's avatar 沈翠玲

保密发料单 发料

parent d5ef3d13
......@@ -345,6 +345,7 @@ export default {
});
},
getList() {
this.loading = true;
const params = {
...this.queryParams,
......@@ -382,7 +383,7 @@ export default {
},
handleSend() {
console.log('this.selectRows11', this.selectRows)
const arr1 = this.selectRows.filter( v=> !v.status || v.status === 3)
const arr1 = this.selectRows.filter( v=> !v.status || v.status == 3)
if (arr1.length !== this.selectRows.length){
return this.$modal.msgWarning("发料需要选择未发料的工单");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment