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
c512d404
Commit
c512d404
authored
Sep 20, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字提示
parent
3023d760
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
8 deletions
+36
-8
PaymentVoucherPrint_GuiHua.jsp
...ges/account/paymentVoucher/PaymentVoucherPrint_GuiHua.jsp
+1
-1
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+1
-1
Rfxm_Sfxx_Edit.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
+34
-6
No files found.
WebRoot/WEB-INF/pages/account/paymentVoucher/PaymentVoucherPrint_GuiHua.jsp
View file @
c512d404
...
...
@@ -417,7 +417,7 @@ function updateZslxdbh(){
<c:otherwise>
<!--否则 -->
<c:choose>
<c:when
test=
"${paymentLink == 3 && tgjn =='1'}"
>
<!--如果 -->
<c:when
test=
"${paymentLink == 3 && tgjn =='1'
&& status !='0'
}"
>
<!--如果 -->
<div
id=
'40'
draggable=
'true'
class=
'f40'
>
人防费未缴,仅用于
<br>
办理施工许可
</div>
</c:when>
<c:otherwise>
<!--否则 -->
...
...
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
View file @
c512d404
...
...
@@ -545,7 +545,7 @@
<c:otherwise>
<!--否则 -->
<c:choose>
<c:when
test=
"${paymentLink == 3 && tgjn =='1'}"
>
<!--如果 -->
<c:when
test=
"${paymentLink == 3 && tgjn =='1'
&& status !='0'
}"
>
<!--如果 -->
<div
id=
'40'
draggable=
'true'
class=
'f40'
>
人防费未缴,仅用于
<br>
办理施工许可
</div>
</c:when>
<c:otherwise>
<!--否则 -->
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_Edit.jsp
View file @
c512d404
...
...
@@ -32,9 +32,11 @@
var
flag1
=
true
;
var
boolean1
=
true
;
var
message
=
""
;
if
(
$
(
"#yjjemx"
).
val
()
==
""
||
$
(
"#yjjemx"
).
val
()
==
undefined
||
$
(
"#yjjemx"
).
val
()
==
null
)
{
$
.
messager
.
alert
(
'提示'
,
'请填写应缴金额明细!'
);
return
if
(
$
(
".yjjemx"
).
is
(
':visible'
)
==
true
){
if
(
$
(
"#yjjemx"
).
val
()
==
""
||
$
(
"#yjjemx"
).
val
()
==
undefined
||
$
(
"#yjjemx"
).
val
()
==
null
)
{
$
.
messager
.
alert
(
'提示'
,
'请填写人防费应缴金额!'
);
return
}
}
$
(
"input[name=file1]"
).
each
(
function
(){
if
(
$
(
this
).
val
()
!=
""
)
{
...
...
@@ -356,10 +358,36 @@
<td
width=
"35%"
>
<input
id=
"sfxmlxdbh"
name=
"rfxmsfxx.sfxmlxdbh"
value=
"${rfxmsfxx.sfxmlxdbh}"
style=
"width:90%"
datatype=
"*1-50"
maxlength=
"50"
/>
</td>
<th
width=
"15"
>
应缴金额
</th>
<td
width=
"35%"
>
<input
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
value=
"${rfxmsfxx.yjjemx}"
style=
"width:90%"
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
onblur=
"numberCheck(this)"
/>
<font
style=
'color:red'
>
*
</font>
<c:if
test=
"${ empty rfxm.paymentLink}"
>
<td
width=
"35%"
class=
"showyj"
>
<input
class=
"yjjemx"
id=
"yjjemx"
name=
"rfxmsfxx.yjjemx"
value=
"${rfxmsfxx.yjjemx}"
style=
"width:90%;margin-top: 6px;"
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
onblur=
"numberCheck(this)"
/>
<font
style=
'color:red'
>
*
</font>
</td>
<td
width=
"35%"
class=
"yjstyle"
>
<input
name=
"rfxmsfxx.yjjemx"
value=
"${rfxmsfxx.yjjemx}"
style=
"width:90%;margin-top: 6px;"
/>
</td>
</c:if>
<c:if
test=
"${rfxm.paymentLink == 1}"
>
<td
width=
"35%"
class=
"showyj"
>
<input
class=
"yjjemx"
id=
"yjjemx"
value=
"${rfxmsfxx.yjjemx}"
name=
"rfxmsfxx.yjjemx"
style=
"width:90%;margin-top: 6px;"
datatype=
"*1-50"
errormsg=
'此项为必填'
maxlength=
"50"
onblur=
"numberCheck(this)"
/>
<font
style=
'color:red'
>
*
</font>
</td>
</c:if>
<c:if
test=
"${rfxm.paymentLink == 3}"
>
<td
width=
"35%"
>
<input
id=
"yjjemx"
value=
"${rfxmsfxx.yjjemx}"
name=
"rfxmsfxx.yjjemx"
style=
"width:90%;margin-top: 6px;"
/>
</td>
</c:if>
</td>
</tr>
<tr>
...
...
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