Browse Source

修改发料任务查询参数

intex_online20250220
李俊城 3 months ago
parent
commit
794fbaecaf
  1. 17
      src/pages/issue/job/issueJob.vue

17
src/pages/issue/job/issueJob.vue

@ -350,6 +350,12 @@
value: queryParams.toAreaCode value: queryParams.toAreaCode
}) })
} }
filterParams.push({
column: "source_type",
action: "!=",
value: "EOP"
})
return filterParams; return filterParams;
}, },
@ -457,6 +463,12 @@
value: item.number value: item.number
}) })
filterParams.push({
column: "source_type",
action: "!=",
value: "EOP"
})
var params = { var params = {
filters: filters, filters: filters,
pageNo: 1, pageNo: 1,
@ -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){

Loading…
Cancel
Save