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) {
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: "==",

Loading…
Cancel
Save