Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240829
lijuncheng 2 months ago
parent
commit
f95dd9aec1
  1. 47
      src/pages/count/job/countJob.vue
  2. 50
      src/pages/count/job/fuzzyCountJob.vue

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

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

50
src/pages/count/job/fuzzyCountJob.vue

@ -165,7 +165,6 @@
column: "isOpenCount", column: "isOpenCount",
action: "==", action: "==",
value: "FALSE" value: "FALSE"
}) })
// filters.push({ // filters.push({
// column: "accept_user_id", // column: "accept_user_id",
@ -335,17 +334,21 @@
action: "==", action: "==",
value: code value: code
}) })
filters.push({
column: "countSplitType",
action: "==",
value: "locationCode"
})
filters.push({ filters.push({
column: "accept_user_id", column: "isOpenCount",
action: "==", action: "==",
value: this.$store.state.user.id value: "FALSE"
}) })
// filters.push({
// column: "countSplitType",
// action: "==",
// value: "locationCode"
// })
// filters.push({
// column: "accept_user_id",
// action: "==",
// value: this.$store.state.user.id
// })
var params = { var params = {
filters: filters, filters: filters,
@ -389,22 +392,27 @@
}) })
filters.push({ filters.push({
column: "countSplitType", column: "isOpenCount",
action: "==", action: "==",
value: "locationCode" value: "FALSE"
}) })
// filters.push({
// column: "countSplitType",
// action: "==",
// value: "locationCode"
// })
filters.push({ // filters.push({
column: "countSplitCode", // column: "countSplitCode",
action: "==", // action: "==",
value: result.label.code // value: result.label.code
}) // })
filters.push({ // filters.push({
column: "accept_user_id", // column: "accept_user_id",
action: "==", // action: "==",
value: this.$store.state.user.id // value: this.$store.state.user.id
}) // })
var params = { var params = {
filters: filters, filters: filters,

Loading…
Cancel
Save