Browse Source

修改发料任务查询参数

intex
lijuncheng 11 hours 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
})
}
filterParams.push({
column: "source_type",
action: "!=",
value: "EOP"
})
return filterParams;
},
@ -456,6 +462,12 @@
action: "==",
value: item.number
})
filterParams.push({
column: "source_type",
action: "!=",
value: "EOP"
})
var params = {
filters: filters,
@ -562,6 +574,11 @@
column: "fromLocationCode",
action: "==",
value: balance.locationCode
},
{
column: "source_type",
action: "!=",
value: "EOP"
}
]
if(this.productionLineCode){

Loading…
Cancel
Save