|
@ -435,6 +435,8 @@ const confirmSelect = (e) => { |
|
|
detailSource.value.forEach((item) => { |
|
|
detailSource.value.forEach((item) => { |
|
|
item.subList.forEach((detail) => { |
|
|
item.subList.forEach((detail) => { |
|
|
detail.toLocationCode = toLocationCode |
|
|
detail.toLocationCode = toLocationCode |
|
|
|
|
|
detail.productionLineCode = productionLineCode.value |
|
|
|
|
|
detail.workStationCode = workStationCode.value |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|