|
|
@@ -197,6 +197,9 @@ public class ErpProdIODetailServiceImpl implements ErpProdIODetailService {
|
|
|
// 统计付款金额
|
|
|
List<ApCheckAmount> amountList = countPayment(erpProdIo.getDetails());
|
|
|
erpProdIo.setThisPeriodDoneAmount(amountList);
|
|
|
+ // 统计发货金额
|
|
|
+ List<ApCheckAmount> sendAmountList = countSendAmounts(erpProdIo.getDetails());
|
|
|
+ erpProdIo.setThisPeriodSendAmount(sendAmountList);
|
|
|
if (!CollectionUtil.isEmpty(groupList)) {
|
|
|
erpProdIo.getGroupList().sort(comparing(ProductIoGroup::getAllChecked));
|
|
|
}
|