Commit c512d404 authored by houyu's avatar houyu

文字提示

parent 3023d760
......@@ -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> <!--否则 -->
......
......@@ -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> <!--否则 -->
......
......@@ -32,10 +32,12 @@
var flag1=true;
var boolean1=true;
var message = "";
if ($("#yjjemx").val()=="" || $("#yjjemx").val()== undefined || $("#yjjemx").val()==null) {
$.messager.alert('提示', '请填写应缴金额明细!');
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()!="") {
var name = $(this).parent().siblings().find("input").val();
......@@ -356,11 +358,37 @@
<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)"/>
<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>
<th width="15">缴费承诺环节${rfxmsfxx.tqjn}</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment