|
@ -75,6 +75,7 @@ |
|
|
getRemoveOption, |
|
|
getRemoveOption, |
|
|
getCurrDateTime, |
|
|
getCurrDateTime, |
|
|
getPackingNumberAndBatch, |
|
|
getPackingNumberAndBatch, |
|
|
|
|
|
deepCopyData |
|
|
} from '@/common/basic.js'; |
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
@ -347,8 +348,9 @@ |
|
|
.ContainerNumber; |
|
|
.ContainerNumber; |
|
|
record.toInventoryStatus = r |
|
|
record.toInventoryStatus = r |
|
|
.inventoryStatus; |
|
|
.inventoryStatus; |
|
|
record.toLocationCode = subItem |
|
|
// record.toLocationCode = subItem |
|
|
.toLocationCode; |
|
|
// .toLocationCode; |
|
|
|
|
|
record.toLocationCode = this.toLocationCode; |
|
|
record.supplierCode = r.supplierCode; |
|
|
record.supplierCode = r.supplierCode; |
|
|
|
|
|
|
|
|
//使用在途库不改变管理模式 |
|
|
//使用在途库不改变管理模式 |
|
@ -369,9 +371,10 @@ |
|
|
} |
|
|
} |
|
|
record.fromParentPackingNumber = r |
|
|
record.fromParentPackingNumber = r |
|
|
.parentPackingNumber; |
|
|
.parentPackingNumber; |
|
|
|
|
|
subItem.toLocationCode = this.toLocationCode |
|
|
subItem.recordList.push(record); |
|
|
subItem.recordList.push(record); |
|
|
}) |
|
|
}) |
|
|
subList.push(subItem); |
|
|
subList.push(deepCopyData(subItem)); |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|