Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-cost
Commits
3f31537b
Commit
3f31537b
authored
Dec 11, 2019
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付款打印--新增费用小类
parent
980ffc18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CostListPrintController.java
.../other/other_cost/controller/CostListPrintController.java
+1
-1
No files found.
cost-core/src/main/java/com/blt/other/other_cost/controller/CostListPrintController.java
View file @
3f31537b
...
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment