Commit 5f598848 by huluobin

冲销生成付款计划 写附件📎

parent 58f26522
......@@ -147,7 +147,6 @@ public class CostPlanNewLend2ServiceImpl extends AbstractCostPlanService impleme
// 记录日志
costLogService.save(costDomain.getCostNo(), costDomain.getCreateUserid(), "由费用计划:" + costDomain.getCostPlanNo() + " 生成冲销单");
/*
* 改为生成一张待提交的付款计划 且必须选择付款子项后才能确认(前端判断costTemps,后端判断是否有子项目)
* 差额计划单生成付款费用单时,费用单号保留 S 打头
......@@ -187,6 +186,7 @@ public class CostPlanNewLend2ServiceImpl extends AbstractCostPlanService impleme
temp.setCostReason("借支差额:" + payPlan.getSupCostNo());
temp.setAmount(payPlan.getPlanAmount());
temp.setDic(payPlan.getDic());
temp.setFilePath(costPlanDomain.getFilePath());
costPlanTempDao.insert(temp);
log.info("生成差额单子项目 " + temp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment