|
|
@ -251,7 +251,7 @@ public class ShipmentRollServiceImpl extends ServiceImpl<ShipmentRollMapper, Shi |
|
|
// level |
|
|
// level |
|
|
String level = ""; |
|
|
String level = ""; |
|
|
String phaseCode = part.getPhaseDescription(); |
|
|
String phaseCode = part.getPhaseDescription(); |
|
|
ShipmentRollPrint shipmentRollPrint = new ShipmentRollPrint(vendorCode, ACCPartNo, partDesc, batchNo, retrospectBatchNo, packQty, productionDate, version, bin, config, MCO, tool, level, phaseCode); |
|
|
|
|
|
|
|
|
ShipmentRollPrint shipmentRollPrint = new ShipmentRollPrint(vendorCode, ACCPartNo, partDesc, batchNo, retrospectBatchNo, packQty, productionDate, version, bin, config, MCO, tool, level, phaseCode,part.getUmId()); |
|
|
|
|
|
|
|
|
list.add(shipmentRollPrint); |
|
|
list.add(shipmentRollPrint); |
|
|
} |
|
|
} |
|
|
|