Commit 8ffd7e68 authored by houyu's avatar houyu

部分BUg修改

parent 92048b75
...@@ -9,11 +9,12 @@ ...@@ -9,11 +9,12 @@
margin-top: -7px; margin-top: -7px;
} }
.showPt{ .showPt{
display: none;
visibility: hidden;
} }
.dis-bl{ .dis-bl{
display: block !important; visibility: initial !important;
width: 100%;
border: none !important; border: none !important;
line-height: 32px; line-height: 32px;
} }
...@@ -44,6 +45,10 @@ ...@@ -44,6 +45,10 @@
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) {
$.messager.alert('提示', '请填写应缴金额明细!');
return
}
$("input[name=file1]").each(function(){ $("input[name=file1]").each(function(){
if($(this).val()!="") { if($(this).val()!="") {
var name = $(this).parent().siblings().find("input").val(); var name = $(this).parent().siblings().find("input").val();
...@@ -191,6 +196,7 @@ ...@@ -191,6 +196,7 @@
} }
} }
</script> </script>
</head> </head>
<body validform="true"> <body validform="true">
...@@ -304,19 +310,20 @@ ...@@ -304,19 +310,20 @@
</td> </td>
<th width="15">应缴金额</th> <th width="15">应缴金额</th>
<td width="35%"> <td width="35%">
<input id="yjjemx" name="rfxmsfxx.yjjemx" style="width:90%"/> <input id="yjjemx" name="rfxmsfxx.yjjemx" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" onblur="numberCheck(this)"/>
<font style='color:red'>*</font>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15">缴费承诺环节</th> <th width="15">缴费承诺环节</th>
<c:if test="${ rxfm.paymentLink == null}"> <c:if test="${ empty rfxm.paymentLink}">
<td width="35%"> <td width="35%">
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/> <input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/>
施工许可前 施工许可前
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="30日内" />30日内 <input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="30日内" />30日内
</td> </td>
<th width="15">提前缴纳配套费</th> <th width="15" class="showPt">提前缴纳配套费</th>
<td width="35%" class="showPt"> <td width="35%" class="showPt">
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" /> <input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" /> <input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
......
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
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) {
$.messager.alert('提示', '请填写应缴金额明细!');
return
}
$("input[name=file1]").each(function(){ $("input[name=file1]").each(function(){
if($(this).val()!="") { if($(this).val()!="") {
var name = $(this).parent().siblings().find("input").val(); var name = $(this).parent().siblings().find("input").val();
...@@ -274,7 +278,7 @@ ...@@ -274,7 +278,7 @@
<table width="100%" border="0" id="sfTable"> <table width="100%" border="0" id="sfTable">
<tr> <tr>
<th width="90">收费项目名称</th> <th width="15">收费项目名称</th>
<td width="35%"> <td width="35%">
<select id="sfxmmcselect" name="rfxmsfxx.sfxmmc" style="width: 91%" onchange="getShbmBySfxmmc()"> <select id="sfxmmcselect" name="rfxmsfxx.sfxmmc" style="width: 91%" onchange="getShbmBySfxmmc()">
<c:forEach items="${yzssxsfxmmcList}" var="obj"> <c:forEach items="${yzssxsfxmmcList}" var="obj">
...@@ -308,7 +312,8 @@ ...@@ -308,7 +312,8 @@
</td> </td>
<th width="15">应缴金额</th> <th width="15">应缴金额</th>
<td width="35%"> <td width="35%">
<input id="yjjemx" name="rfxmsfxx.yjjemx" value="${rfxmsfxx.yjjemx}" style="width:90%"/> <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>
</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