|
@@ -84,7 +84,8 @@
|
|
dayworkId: form.value.dayworkId
|
|
dayworkId: form.value.dayworkId
|
|
}), getProcessListByLot({
|
|
}), getProcessListByLot({
|
|
id: form.value[0].daywork.lotId,
|
|
id: form.value[0].daywork.lotId,
|
|
- isWasteRecycling: form.value[0].daywork.isWasteRecycling
|
|
|
|
|
|
+ isWasteRecycling: form.value[0].daywork.isWasteRecycling,
|
|
|
|
+ technologicalProcessId:form.value[0].technologicalProcessId
|
|
})]).then(([res, response]) => {
|
|
})]).then(([res, response]) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
//过滤工序列表将上道序及之前的工序去掉, 然后过滤出工序交集
|
|
//过滤工序列表将上道序及之前的工序去掉, 然后过滤出工序交集
|