|
|
|
@ -992,7 +992,7 @@ public class WarehouseWaybillServiceImpl extends BaseServiceImpl<WarehouseWaybil
|
|
|
|
|
map.put("备注", warehouseWaybillEntity.getRemark()); |
|
|
|
|
map.put("填票人", warehouseWaybillEntity.getAgent()); |
|
|
|
|
|
|
|
|
|
map.put("托运日期", DateUtil.format(warehouseWaybillEntity.getCreateTime(), "yyyy-MM-dd")); |
|
|
|
|
map.put("托运日期", DateUtil.format(warehouseWaybillEntity.getDocumentMakingTime(), "yyyy-MM-dd")); |
|
|
|
|
// 格式化费用 保留2位小数
|
|
|
|
|
map.put("运费总计", formatToTwoDecimalPlaces(sumFreight(warehouseWaybillEntity))); |
|
|
|
|
|
|
|
|
|