|
@ -350,6 +350,12 @@ |
|
|
value: queryParams.toAreaCode |
|
|
value: queryParams.toAreaCode |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
filterParams.push({ |
|
|
|
|
|
column: "source_type", |
|
|
|
|
|
action: "!=", |
|
|
|
|
|
value: "EOP" |
|
|
|
|
|
}) |
|
|
return filterParams; |
|
|
return filterParams; |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
@ -456,6 +462,12 @@ |
|
|
action: "==", |
|
|
action: "==", |
|
|
value: item.number |
|
|
value: item.number |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
filterParams.push({ |
|
|
|
|
|
column: "source_type", |
|
|
|
|
|
action: "!=", |
|
|
|
|
|
value: "EOP" |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
var params = { |
|
|
var params = { |
|
|
filters: filters, |
|
|
filters: filters, |
|
@ -562,6 +574,11 @@ |
|
|
column: "fromLocationCode", |
|
|
column: "fromLocationCode", |
|
|
action: "==", |
|
|
action: "==", |
|
|
value: balance.locationCode |
|
|
value: balance.locationCode |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
column: "source_type", |
|
|
|
|
|
action: "!=", |
|
|
|
|
|
value: "EOP" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
if(this.productionLineCode){ |
|
|
if(this.productionLineCode){ |
|
|