Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 766376a0
authored
Aug 10, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1254121545
1 parent
e294914a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
code/finance_serv/src/main/java/com/vion/financial/excel/ExportModel.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/excel/ExportModel.java
View file @
766376a
...
...
@@ -49,9 +49,9 @@ public class ExportModel {
@Excel
(
name
=
"合同余额"
)
private
Double
contract_remain
;
//合同余额
@Excel
(
name
=
"账款状态"
)
private
String
amount_state_unid_name
;
private
String
amount_state_unid_name
;
//账款 状态
@ExcelIgnore
()
private
String
amount_state_unid
;
//账款 状态
private
String
amount_state_unid
;
@Excel
(
name
=
"累计应收款"
)
private
Double
total_receive_amount
;
//累计应收款
@Excel
(
name
=
"应收账款余额"
)
...
...
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
View file @
766376a
...
...
@@ -424,19 +424,19 @@ public class ContractServiceImpl implements ContractService {
}
if
(
exportModel
.
getAmount_state_unid
()!=
null
)
{
switch
(
exportModel
.
getAmount_state_unid
())
{
case
"
4
0001"
:
case
"
5
0001"
:
exportModel
.
setAmount_state_unid_name
(
"正常预付款"
);
break
;
case
"
4
0002"
:
case
"
5
0002"
:
exportModel
.
setAmount_state_unid_name
(
"正常到货款"
);
break
;
case
"
4
0003"
:
case
"
5
0003"
:
exportModel
.
setAmount_state_unid_name
(
"正常验收款"
);
break
;
case
"
4
0004"
:
case
"
5
0004"
:
exportModel
.
setAmount_state_unid_name
(
"正常维保款"
);
break
;
case
"
4
0005"
:
case
"
5
0005"
:
exportModel
.
setAmount_state_unid_name
(
"正常质保款"
);
break
;
default
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment