Browse Source

修改明盘的查询条件

hella_online_20240829
niexiting 2 months ago
parent
commit
c6c7a03dfa
  1. 47
      src/pages/count/job/countJob.vue

47
src/pages/count/job/countJob.vue

@ -156,22 +156,24 @@
action: "in",
value: this.status
})
filters.push({
column: "countSplitType",
action: "==",
value: "locationCode"
})
// filters.push({
// column: "accept_user_id",
// column: "countSplitType",
// action: "==",
// value: this.$store.state.user.id
// })
// filters.push({
// column: "accept_user_id",
// action: "==",
// value: this.$store.state.user.id
// value: "locationCode"
// })
filters.push({
column: "isOpenCount",
action: "==",
value: "TRUE"
})
filters.push({
column: "accept_user_id",
action: "==",
value: this.$store.state.user.id
})
var params = {
filters: filters,
pageNo: this.pageNo,
@ -310,11 +312,18 @@
value: code
})
// filters.push({
// column: "countSplitType",
// action: "==",
// value: "locationCode"
// })
filters.push({
column: "countSplitType",
column: "isOpenCount",
action: "==",
value: "locationCode"
value: "TRUE"
})
filters.push({
column: "accept_user_id",
action: "==",
@ -362,11 +371,11 @@
value: '1,2'
})
filters.push({
column: "countSplitType",
action: "==",
value: "locationCode"
})
// filters.push({
// column: "countSplitType",
// action: "==",
// value: "locationCode"
// })
filters.push({
column: "countSplitCode",

Loading…
Cancel
Save