Commit 8ffd7e68 authored by houyu's avatar houyu

部分BUg修改

parent 92048b75
......@@ -520,7 +520,7 @@
<div id='37' draggable='true' class='f37'><img src="${ctx}/images/img/zhang1.png" alt=""></div>
</c:if>
<div id='36' draggable='true' class='f36'><img src="${ctx}/images/img/zhang3.png" alt=""></div>
<c:choose>
<c:when test="${empty rfxm}">
<div id='35' draggable='true' class='f35'>内部使用,严禁打印和下载</div>
......
......@@ -9,11 +9,12 @@
margin-top: -7px;
}
.showPt{
display: none;
visibility: hidden;
}
.dis-bl{
display: block !important;
width: 100%;
visibility: initial !important;
border: none !important;
line-height: 32px;
}
......@@ -44,6 +45,10 @@
var flag1=true;
var boolean1=true;
var message = "";
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();
......@@ -191,6 +196,7 @@
}
}
</script>
</head>
<body validform="true">
......@@ -304,19 +310,20 @@
</td>
<th width="15">应缴金额</th>
<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>
</tr>
<tr>
<th width="15">缴费承诺环节</th>
<c:if test="${ rxfm.paymentLink == null}">
<c:if test="${ empty rfxm.paymentLink}">
<td width="35%">
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="施工许可前" checked="checked"/>
施工许可前
<input type="radio" class="rd" name="rfxmsfxx.cnjfhj" value="30日内" />30日内
</td>
<th width="15">提前缴纳配套费</th>
<th width="15" class="showPt">提前缴纳配套费</th>
<td width="35%" class="showPt">
<input type="radio" name="rfxmsfxx.tqjn" value="0" checked="checked" />
<input type="radio" name="rfxmsfxx.tqjn" value="1" checked="checked" />
......
......@@ -32,6 +32,10 @@
var flag1=true;
var boolean1=true;
var message = "";
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();
......@@ -274,7 +278,7 @@
<table width="100%" border="0" id="sfTable">
<tr>
<th width="90">收费项目名称</th>
<th width="15">收费项目名称</th>
<td width="35%">
<select id="sfxmmcselect" name="rfxmsfxx.sfxmmc" style="width: 91%" onchange="getShbmBySfxmmc()">
<c:forEach items="${yzssxsfxmmcList}" var="obj">
......@@ -308,7 +312,8 @@
</td>
<th width="15">应缴金额</th>
<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>
</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