|
|
|
@ -966,10 +966,10 @@ export default {
|
|
|
|
|
this.filterQuery.statusType = 'split_finish';
|
|
|
|
|
} else if (this.splitType == "out") {
|
|
|
|
|
this.filterQuery.action = 'SC72197936495755';
|
|
|
|
|
this.filterQuery.statusType = 'scan_code';
|
|
|
|
|
this.filterQuery.statusType = null ; //'scan_code';
|
|
|
|
|
} else if (this.splitType == "return") {
|
|
|
|
|
this.filterQuery.action = 'SC72249388338364';
|
|
|
|
|
this.filterQuery.statusType = 'scan_code';
|
|
|
|
|
this.filterQuery.statusType = null ;
|
|
|
|
|
}
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.getList();
|
|
|
|
|