Browse Source

状态不等于8

intex_online20250327
王宇飞 3 weeks ago
parent
commit
9c213ac0df
  1. 18
      src/pages/repleinsh/job/repleinshTimeJob.vue

18
src/pages/repleinsh/job/repleinshTimeJob.vue

@ -120,7 +120,7 @@
}, },
onLoad(option) { onLoad(option) {
this.title = option.title this.title = option.title
this.getBusinessTypeFunc() // this.getBusinessTypeFunc()
}, },
@ -225,7 +225,11 @@
// value: "1,2" // value: "1,2"
// }) // })
// } // }
filterParams.push({
column: "status",
action: "!=",
value: "8"
})
// //
if (queryParams.fromLocationCode) { if (queryParams.fromLocationCode) {
filterParams.push({ filterParams.push({
@ -334,6 +338,11 @@
// action: "in", // action: "in",
// value: '1,2' // value: '1,2'
// }) // })
filters.push({
column: "status",
action: "!=",
value: "8"
})
filters.push({ filters.push({
column: "number", column: "number",
action: "==", action: "==",
@ -496,6 +505,11 @@
// action: "in", // action: "in",
// value: '1,2' // value: '1,2'
// }, // },
{
column: "status",
action: "!=",
value: "8"
},
{ {
column: "batch", column: "batch",
action: "==", action: "==",

Loading…
Cancel
Save