|
|
@ -460,6 +460,17 @@ |
|
|
|
}else{ |
|
|
|
this.filterItemCode = '' |
|
|
|
} |
|
|
|
if (params.status) { |
|
|
|
this.status = params.status |
|
|
|
|
|
|
|
}else{ |
|
|
|
this.status = "1,2" |
|
|
|
} |
|
|
|
if(params.creationTime==""){ |
|
|
|
this.checkedToday = false; |
|
|
|
} |
|
|
|
this.todayTime = params.creationTime |
|
|
|
|
|
|
|
|
|
|
|
this.getList('refresh', this.productionLine, this.filterItemCode) |
|
|
|
}, |
|
|
|