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

保密发料单 发料

parent d5ef3d13
...@@ -345,6 +345,7 @@ export default { ...@@ -345,6 +345,7 @@ export default {
}); });
}, },
getList() { getList() {
this.loading = true; this.loading = true;
const params = { const params = {
...this.queryParams, ...this.queryParams,
...@@ -382,7 +383,7 @@ export default { ...@@ -382,7 +383,7 @@ export default {
}, },
handleSend() { handleSend() {
console.log('this.selectRows11', this.selectRows) 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){ if (arr1.length !== this.selectRows.length){
return this.$modal.msgWarning("发料需要选择未发料的工单"); 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