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
1c476d37
Commit
1c476d37
authored
Aug 31, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分问题
parent
52dea187
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
PaymentVoucher_ZslxdList.jsp
...pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
+1
-1
PaymentItemHisAction.java
src/com/jshx/paymentItemHis/web/PaymentItemHisAction.java
+2
-1
No files found.
WebRoot/WEB-INF/pages/account/paymentVoucher/PaymentVoucher_ZslxdList.jsp
View file @
1c476d37
...
...
@@ -213,7 +213,7 @@
else
{
console
.
log
(
'rec.isCwyz='
,
rec
.
isCwyz
)
if
(
rec
.
isCwyz
==
'0
'
)
{
//财务未用章
if
(
rec
.
isCwyz
!=
'1
'
)
{
//财务未用章
return
"<a class='btn_01_mini' onclick=printZslxd('"
+
rec
.
id
+
"','"
+
rec
.
zslxdbh
+
"','"
+
rec
.
mjyj
+
"') >预览凭证<b></b></a> <a class='btn_01_mini' onclick=cwyz('"
+
rec
.
id
+
"')>财务用章<b></b></a> <a class='btn_01_mini' onclick=viewdd('"
+
rec
.
xmxxb
.
xxylb
+
"')>附件补充<b></b></a>"
;
}
else
{
return
"<a class='btn_01_mini' onclick=printZslxd('"
+
rec
.
id
+
"','"
+
rec
.
zslxdbh
+
"','"
+
rec
.
mjyj
+
"') >预览凭证<b></b></a> <a class='btn_01_mini' onclick=viewdd('"
+
rec
.
xmxxb
.
xxylb
+
"')>附件补充<b></b></a>"
;
...
...
src/com/jshx/paymentItemHis/web/PaymentItemHisAction.java
View file @
1c476d37
...
...
@@ -189,7 +189,7 @@ public class PaymentItemHisAction extends BaseAction
paraMap
.
put
(
"nonTaxStatus"
,
paymentItemHis
.
getNonTaxStatus
().
trim
());
}
if
((
null
!=
paymentItemHis
.
getIsCreateJfpz
())
&&
(
0
<
paymentItemHis
.
getIsCreateJfpz
().
trim
().
length
())){
if
((
null
!=
paymentItemHis
.
getIsCreateJfpz
())
&&
(
0
<
paymentItemHis
.
getIsCreateJfpz
().
trim
().
length
())
&&
"1"
.
equals
(
paymentItemHis
.
getIsCreateJfpz
())
){
paraMap
.
put
(
"isCreateJfpz"
,
paymentItemHis
.
getIsCreateJfpz
().
trim
());
}
if
((
null
!=
paymentItemHis
.
getZslxdbh
())
&&
(
0
<
paymentItemHis
.
getZslxdbh
().
trim
().
length
())){
...
...
@@ -288,6 +288,7 @@ public class PaymentItemHisAction extends BaseAction
public
void
scpz
()
throws
Exception
{
PaymentItemHis
model
=
paymentItemHisService
.
getById
(
id
);
model
.
setIsCreateJfpz
(
"1"
);
model
.
setIsCwyz
(
"0"
);
model
.
setZslxdbh
(
paymentItemHisService
.
getPzbh
()
+
1
+
""
);
//取出历史最大 + 1
paymentItemHisService
.
update
(
model
);
}
...
...
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