|
@@ -517,8 +517,8 @@ public class WarehouseInOutInfoServiceImpl extends ServiceImpl<WarehouseInOutInf
|
|
|
|
|
|
salesDeliveryReport.setSettlementPrice(unitPrice.add(basis).add(invoiceFee).floatValue());
|
|
|
salesDeliveryReport.setCollectionIngPayable(CalculationUtil.mulToFloat(salesDeliveryReport.getSettlementPrice(),salesDeliveryReport.getNetWeight()));
|
|
|
-// salesDeliveryReport.setCollectionEdPayable(0f);
|
|
|
-// salesDeliveryReport.setCollectionNotPayable(salesDeliveryReport.getCollectionIngPayable());
|
|
|
+ salesDeliveryReport.setCollectionEdPayable(0f);
|
|
|
+ salesDeliveryReport.setCollectionNotPayable(salesDeliveryReport.getCollectionIngPayable());
|
|
|
if (saleOrder != null) {
|
|
|
tranCarInfo.setSettlementPrice(saleOrder.getUnitPrice() + saleOrder.getBasis() + saleOrder.getInvoiceFee());
|
|
|
}
|