zhangyuewww 3 年之前
父節點
當前提交
b110bbd9ee

+ 3 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/WarehouseInOutInfoServiceImpl.java

@@ -1146,9 +1146,11 @@ public class WarehouseInOutInfoServiceImpl extends ServiceImpl<WarehouseInOutInf
                                         stockSaleReceiptReport.setShipName(warehouseInOutInfo.getShipName());
                                         stockSaleReceiptReport.setShipName(warehouseInOutInfo.getShipName());
                                         stockSaleReceiptReport.setShipNo(warehouseInOutInfo.getShipNumber());
                                         stockSaleReceiptReport.setShipNo(warehouseInOutInfo.getShipNumber());
                                     }else if("集装箱船".equals(warehouseInOutInfo.getOutType())){
                                     }else if("集装箱船".equals(warehouseInOutInfo.getOutType())){
+                                        tranCarInfo.setCarNo(warehouseInOutInfo.getCarNo());
                                         tranCarInfo.setCaseNo(warehouseInOutInfo.getBoxNo());
                                         tranCarInfo.setCaseNo(warehouseInOutInfo.getBoxNo());
                                         tranCarInfo.setTitleNo(warehouseInOutInfo.getTitleNo());
                                         tranCarInfo.setTitleNo(warehouseInOutInfo.getTitleNo());
                                         tranCarInfo.setThreeTranType("集装箱船");
                                         tranCarInfo.setThreeTranType("集装箱船");
+                                        stockSaleReceiptReport.setCarNo(warehouseInOutInfo.getCarNo());
                                         stockSaleReceiptReport.setCaseNo(warehouseInOutInfo.getBoxNo());
                                         stockSaleReceiptReport.setCaseNo(warehouseInOutInfo.getBoxNo());
                                         stockSaleReceiptReport.setTitleNo(warehouseInOutInfo.getTitleNo());
                                         stockSaleReceiptReport.setTitleNo(warehouseInOutInfo.getTitleNo());
                                     }
                                     }
@@ -1209,6 +1211,7 @@ public class WarehouseInOutInfoServiceImpl extends ServiceImpl<WarehouseInOutInf
                                         stockSaleReceiptReport.setShipNo(warehouseInOutInfo.getShipNumber());
                                         stockSaleReceiptReport.setShipNo(warehouseInOutInfo.getShipNumber());
                                     }else if("集装箱船".equals(warehouseInOutInfo.getOutType())){
                                     }else if("集装箱船".equals(warehouseInOutInfo.getOutType())){
                                         stockSaleReceiptReport.setCaseNo(warehouseInOutInfo.getBoxNo());
                                         stockSaleReceiptReport.setCaseNo(warehouseInOutInfo.getBoxNo());
+                                        stockSaleReceiptReport.setCarNo(warehouseInOutInfo.getCarNo());
                                         stockSaleReceiptReport.setTitleNo(warehouseInOutInfo.getTitleNo());
                                         stockSaleReceiptReport.setTitleNo(warehouseInOutInfo.getTitleNo());
                                     }
                                     }
                                     //自运出库时手动加的车
                                     //自运出库时手动加的车