Commit 99469e06 authored by houyu's avatar houyu

样式

parent beed3005
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="90">收费项目联系单编号</th> <th width="15%">收费项目联系单编号</th>
<td width="35%"> <td width="35%">
<input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" style="width:90%" maxlength="50"/> <input id="sfxmlxdbh" name="rfxmsfxx.sfxmlxdbh" style="width:90%" maxlength="50"/>
</td> </td>
...@@ -323,8 +323,8 @@ ...@@ -323,8 +323,8 @@
<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" class="showPt">提前缴纳配套费</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" />
</td> </td>
...@@ -408,9 +408,9 @@ ...@@ -408,9 +408,9 @@
<script> <script>
$(".rd").on('click',function () { $(".rd").on('click',function () {
if($(this).val()=='30日内'){ if($(this).val()=='30日内'){
$('.showPt').addClass('dis-bl') $('.showPt').classList.add('dis-bl')
}else{ }else{
$('.showPt').removeClass('dis-bl') $('.showPt').classList.remove('dis-bl')
} }
}) })
......
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15">收费项目联系单编号</th> <th width="15%">收费项目联系单编号</th>
<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>
......
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