|
|
|
@ -333,7 +333,8 @@ public class ShipmentServiceImpl extends ServiceImpl<ShipmentMapper, Shipment> i |
|
|
|
}*/ |
|
|
|
String batchNo = shipmentDetail.getBatchNo(); |
|
|
|
String partMCO = shipmentRollMapper.queryPartPropertyItem(part.getSite(),part.getPartNo(),"P00017"); |
|
|
|
BigDecimal qty = queryShipDetail.getSaleQty(); |
|
|
|
//BigDecimal qty = shipmentDetail.getSaleQty(); |
|
|
|
BigDecimal qty = shipmentDetail.getBoxQty(); |
|
|
|
Date proDate = ship.getCreateDate(); |
|
|
|
ShipmentPrint shipmentPrint = new ShipmentPrint(address,address1,address2,city,state,country,postCode,vendorCode, queryShipDetail.getPoNumber(), queryShipDetail.getRefId(),ACCPartNo,part.getPartDesc(),version, qty,part.getUmId(),proDate,batchNo,part.getPhaseDescription(),partMCO); |
|
|
|
return shipmentPrint; |
|
|
|
|