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