Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
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
徐州
njzsb
Commits
eb560df1
Commit
eb560df1
authored
Mar 06, 2023
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增字段
parent
69492182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
FstzsAction.java
src/com/jshx/fstzs/web/FstzsAction.java
+3
-1
Pjjx.java
src/com/jshx/pjjx/entity/Pjjx.java
+25
-0
No files found.
src/com/jshx/fstzs/web/FstzsAction.java
View file @
eb560df1
...
...
@@ -764,6 +764,8 @@ public class FstzsAction extends BaseAction {
//缴销
Pjjx
pjjx
=
new
Pjjx
();
pjjx
.
setJkr
(
f
.
getJkr
());
pjjx
.
setJkje
(
f
.
getYjje
());
pjjx
.
setDeptId
(
this
.
getLoginUserDepartmentId
());
pjjx
.
setDelFlag
(
0
);
pjjx
.
setPjbm
(
paymentVoucherHis1
.
getVoucherCode
());
...
...
@@ -771,7 +773,7 @@ public class FstzsAction extends BaseAction {
pjjx
.
setJkrqc
(
paymentVoucherHis1
.
getPayerName
());
pjjx
.
setSalary
(
paymentVoucherHis1
.
getAmount
());
pjjx
.
setState
(
paymentVoucherHis1
.
getApplyStatus
());
pjjx
.
setRkdate
(
new
SimpleDateFormat
(
"yyyy-MM"
).
format
(
new
Date
()
));
pjjx
.
setRkdate
(
f
.
getJkTime
(
));
pjjx
.
setSlbh
(
paymentVoucherHis1
.
getOrderId
());
pjjx
.
setDwdm
(
paymentVoucherHis1
.
getDwdm
());
pjjx
.
setPayITEMid
(
paymentVoucherHis1
.
getRelateId
());
...
...
src/com/jshx/pjjx/entity/Pjjx.java
View file @
eb560df1
...
...
@@ -92,6 +92,16 @@ public class Pjjx extends BaseModel
private
String
zsfw
;
private
String
dwdm
;
/**
* 使用线上缴款时的缴款人
*/
private
String
jkr
;
/**
* 使用线上缴款时的缴款金额
*/
private
String
jkje
;
public
Pjjx
(){
}
...
...
@@ -279,4 +289,19 @@ this.state = state;
this
.
zsfw
=
zsfw
;
}
public
String
getJkr
()
{
return
jkr
;
}
public
void
setJkr
(
String
jkr
)
{
this
.
jkr
=
jkr
;
}
public
String
getJkje
()
{
return
jkje
;
}
public
void
setJkje
(
String
jkje
)
{
this
.
jkje
=
jkje
;
}
}
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