|
@ -510,6 +510,8 @@ |
|
|
this.detailSource.forEach(item => { |
|
|
this.detailSource.forEach(item => { |
|
|
item.subList.forEach(detail => { |
|
|
item.subList.forEach(detail => { |
|
|
detail.toLocationCode = toLocationCode |
|
|
detail.toLocationCode = toLocationCode |
|
|
|
|
|
detail.productionLineCode = this.productionLineCode |
|
|
|
|
|
detail.workStationCode = this.workStationCode |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|