diff --git a/src/pages/repleinsh/job/repleinshTimeJob.vue b/src/pages/repleinsh/job/repleinshTimeJob.vue index 252c7add..10a27a8a 100644 --- a/src/pages/repleinsh/job/repleinshTimeJob.vue +++ b/src/pages/repleinsh/job/repleinshTimeJob.vue @@ -120,7 +120,7 @@ }, onLoad(option) { this.title = option.title - this.getBusinessTypeFunc() + // this.getBusinessTypeFunc() }, @@ -225,7 +225,11 @@ // value: "1,2" // }) // } - + filterParams.push({ + column: "status", + action: "!=", + value: "8" + }) // 来源库位 if (queryParams.fromLocationCode) { filterParams.push({ @@ -334,6 +338,11 @@ // action: "in", // value: '1,2' // }) + filters.push({ + column: "status", + action: "!=", + value: "8" + }) filters.push({ column: "number", action: "==", @@ -496,6 +505,11 @@ // action: "in", // value: '1,2' // }, + { + column: "status", + action: "!=", + value: "8" + }, { column: "batch", action: "==",