Commit 3f31537b by yinyong

付款打印--新增费用小类

parent 980ffc18
......@@ -84,7 +84,7 @@ public class CostListPrintController {
print.setFeeTypeStr("付款方式");
print.setBankCardStr("收款账户");
print.setCostReasonStr("付款理由");
print.setCostReason(cost.getTypeName() + " " + cost.getCostRemark());
print.setCostReason(cost.getTypeName() + "/" + cost.getKindName() + "; " + cost.getCostRemark());
// 差额单的付款理由需详细说明
if (null != cost.getIsLend() && 2 == cost.getIsLend()) {
print.setCostReason("【差额单(关联借支单:" + cost.getSupCostNo() + ")】 " + cost.getTypeName() + " " + cost.getCostRemark());
......
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