Browse Source

HL-5426 PDA发料接收任务中筛选中点击重置没有清空只看当天和只看待处理结果

ljc_0803
wangyufei 1 month ago
parent
commit
fdcf2ab346
  1. 11
      src/pages/productionReceipt/job/productionReceiptJob.vue

11
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -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)
},

Loading…
Cancel
Save