Commit c512d404 authored by houyu's avatar houyu

文字提示

parent 3023d760
...@@ -417,7 +417,7 @@ function updateZslxdbh(){ ...@@ -417,7 +417,7 @@ function updateZslxdbh(){
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
<c:choose> <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> <div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div>
</c:when> </c:when>
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
......
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
<c:choose> <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> <div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div>
</c:when> </c:when>
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
......
...@@ -32,9 +32,11 @@ ...@@ -32,9 +32,11 @@
var flag1=true; var flag1=true;
var boolean1=true; var boolean1=true;
var message = ""; var message = "";
if ($("#yjjemx").val()=="" || $("#yjjemx").val()== undefined || $("#yjjemx").val()==null) { if($(".yjjemx").is(':visible') == true){
$.messager.alert('提示', '请填写应缴金额明细!'); if ($("#yjjemx").val() == "" || $("#yjjemx").val() == undefined || $("#yjjemx").val() == null) {
return $.messager.alert('提示', '请填写人防费应缴金额!');
return
}
} }
$("input[name=file1]").each(function(){ $("input[name=file1]").each(function(){
if($(this).val()!="") { if($(this).val()!="") {
...@@ -356,10 +358,36 @@ ...@@ -356,10 +358,36 @@
<td width="35%"> <td width="35%">
<input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" value="${rfxmsfxx.sfxmlxdbh}" style="width:90%" datatype="*1-50" maxlength="50"/> <input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" value="${rfxmsfxx.sfxmlxdbh}" style="width:90%" datatype="*1-50" maxlength="50"/>
</td> </td>
<th width="15">应缴金额</th> <th width="15">应缴金额</th>
<td width="35%"> <c:if test="${ empty rfxm.paymentLink}">
<input id="yjjemx" name="rfxmsfxx.yjjemx" value="${rfxmsfxx.yjjemx}" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" onblur="numberCheck(this)"/> <td width="35%" class="showyj">
<font style='color:red'>*</font> <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> </td>
</tr> </tr>
<tr> <tr>
......
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