|
|
@ -157,11 +157,11 @@ |
|
|
|
value: this.status |
|
|
|
}) |
|
|
|
|
|
|
|
// filters.push({ |
|
|
|
// column: "countSplitType", |
|
|
|
// action: "==", |
|
|
|
// value: "locationCode" |
|
|
|
// }) |
|
|
|
filters.push({ |
|
|
|
column: "countSplitType", |
|
|
|
action: "==", |
|
|
|
value: "locationCode" |
|
|
|
}) |
|
|
|
|
|
|
|
filters.push({ |
|
|
|
column: "isOpenCount", |
|
|
@ -312,11 +312,11 @@ |
|
|
|
value: code |
|
|
|
}) |
|
|
|
|
|
|
|
// filters.push({ |
|
|
|
// column: "countSplitType", |
|
|
|
// action: "==", |
|
|
|
// value: "locationCode" |
|
|
|
// }) |
|
|
|
filters.push({ |
|
|
|
column: "countSplitType", |
|
|
|
action: "==", |
|
|
|
value: "locationCode" |
|
|
|
}) |
|
|
|
|
|
|
|
filters.push({ |
|
|
|
column: "isOpenCount", |
|
|
@ -371,11 +371,17 @@ |
|
|
|
value: '1,2' |
|
|
|
}) |
|
|
|
|
|
|
|
// filters.push({ |
|
|
|
// column: "countSplitType", |
|
|
|
// action: "==", |
|
|
|
// value: "locationCode" |
|
|
|
// }) |
|
|
|
filters.push({ |
|
|
|
column: "countSplitType", |
|
|
|
action: "==", |
|
|
|
value: "locationCode" |
|
|
|
}) |
|
|
|
|
|
|
|
filters.push({ |
|
|
|
column: "isOpenCount", |
|
|
|
action: "==", |
|
|
|
value: "TRUE" |
|
|
|
}) |
|
|
|
|
|
|
|
filters.push({ |
|
|
|
column: "countSplitCode", |
|
|
|