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
e5a03555
Commit
e5a03555
authored
Dec 16, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分问题
parent
6565ce69
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
Fstzs_Print.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Print.jsp
+2
-2
Fstzs_View.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_View.jsp
+2
-0
Fstzs_Ysc.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Ysc.jsp
+1
-1
FstzsAction.java
src/com/jshx/fstzs/web/FstzsAction.java
+7
-1
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Print.jsp
View file @
e5a03555
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<div
id=
"page1"
class=
'only_for_print pagestyle'
style=
'width:210mm;height:140mm;position:relative;'
>
<img
class=
'screen-only'
src=
"${ctx}/images/img/cw.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<img
class=
'screen-only'
src=
"${ctx}/images/img/cw.jpg"
style=
"position:absolute;width:100%;height:100%"
/>
<div
id=
'f1'
draggable=
'true'
<div
id=
'f1'
draggable=
'true'
class=
'f1'
>
${fstzsXm.j
kr
}
class=
'f1'
>
${fstzsXm.j
sdwmc
}
</div>
</div>
<div
id=
'f2'
draggable=
'true'
<div
id=
'f2'
draggable=
'true'
class=
'f2'
>
${fstzsXm.zhanghao}
class=
'f2'
>
${fstzsXm.zhanghao}
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
class=
'f7'
>
${fstzsXm.slbh}
class=
'f7'
>
${fstzsXm.slbh}
</div>
</div>
<div
id=
'f8'
draggable=
'true'
<div
id=
'f8'
draggable=
'true'
class=
'f8'
>
${fstzsXm.
yj
mj}
class=
'f8'
>
${fstzsXm.
paymentItemPending.cs
mj}
</div>
</div>
<div
id=
'f9'
draggable=
'true'
<div
id=
'f9'
draggable=
'true'
class=
'f9'
>
${fstzsXm.yjje}
class=
'f9'
>
${fstzsXm.yjje}
...
...
WebRoot/WEB-INF/pages/fstzs/Fstzs_View.jsp
View file @
e5a03555
...
@@ -229,6 +229,7 @@
...
@@ -229,6 +229,7 @@
</tr>
</tr>
</table>
</table>
</div>
</div>
<c:if
test=
"${fstzsXm.status == 1}"
>
<table
width=
"100%"
border=
"0"
class=
"fu-advice"
>
<table
width=
"100%"
border=
"0"
class=
"fu-advice"
>
<tr
>
<tr
>
...
@@ -246,6 +247,7 @@
...
@@ -246,6 +247,7 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</c:if>
</div>
</div>
</form>
</form>
</div>
</div>
...
...
WebRoot/WEB-INF/pages/fstzs/Fstzs_Ysc.jsp
View file @
e5a03555
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
{
field
:
'status'
,
title
:
'是否复核'
,
width
:
80
,
formatter
:
function
(
value
,
row
,
index
){
{
field
:
'status'
,
title
:
'是否复核'
,
width
:
80
,
formatter
:
function
(
value
,
row
,
index
){
if
(
value
==
1
)
return
"待复核"
;
if
(
value
==
1
)
return
"待复核"
;
if
(
value
==
2
||
value
==
6
)
return
"复核通过"
;
if
(
value
==
2
||
value
==
6
)
return
"复核通过"
;
if
(
value
==
3
)
return
"
待复
不通过"
;
if
(
value
==
3
)
return
"
复核
不通过"
;
if
(
value
==
4
)
return
"作废退回"
;
if
(
value
==
4
)
return
"作废退回"
;
return
"待生成"
;
return
"待生成"
;
...
...
src/com/jshx/fstzs/web/FstzsAction.java
View file @
e5a03555
...
@@ -246,7 +246,12 @@ public class FstzsAction extends BaseAction {
...
@@ -246,7 +246,12 @@ public class FstzsAction extends BaseAction {
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"slbh"
,
dbXm
.
getSlbh
());
params
.
put
(
"slbh"
,
dbXm
.
getSlbh
());
fstzsList
=
fstzsService
.
findList
(
params
);
fstzsList
=
fstzsService
.
findList
(
params
);
dbXm
.
setBeizhu
((
TextUtils
.
isEmpty
(
dbXm
.
getBeizhu
())
?
""
:
dbXm
.
getBeizhu
())
+
"("
+
dbXm
.
getSlbh
()
+
",共"
+
fstzsList
.
size
()
+
"张电子发票)"
);
String
beizhuAppend
=
"("
+
dbXm
.
getSlbh
()
+
",共"
+
fstzsList
.
size
()
+
"张电子发票)"
;
if
(
TextUtils
.
isEmpty
(
dbXm
.
getBeizhu
()))
{
dbXm
.
setBeizhu
(
beizhuAppend
);
}
else
if
(!
dbXm
.
getBeizhu
().
contains
(
beizhuAppend
))
{
dbXm
.
setBeizhu
(
dbXm
.
getBeizhu
()
+
beizhuAppend
);
}
fstzsXmService
.
update
(
dbXm
);
fstzsXmService
.
update
(
dbXm
);
return
RELOAD
;
return
RELOAD
;
}
}
...
@@ -350,6 +355,7 @@ public class FstzsAction extends BaseAction {
...
@@ -350,6 +355,7 @@ public class FstzsAction extends BaseAction {
if
(
"0"
.
equals
(
flag
))
{
if
(
"0"
.
equals
(
flag
))
{
fstzsXm
.
setStatus
(
2
);
fstzsXm
.
setStatus
(
2
);
}
else
{
}
else
{
fstzsXm
.
setFhyj
(
this
.
fstzsXm
.
getFhyj
());
fstzsXm
.
setStatus
(
3
);
fstzsXm
.
setStatus
(
3
);
}
}
fstzsXmService
.
update
(
fstzsXm
);
fstzsXmService
.
update
(
fstzsXm
);
...
...
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