|
@@ -23,7 +23,20 @@
|
|
|
gkjyr.main.init();
|
|
|
initJyrxkzsfdqSel('xkzsfdq','${jyrxkzsfdq}');
|
|
|
iFrameHeightIframe('${menuid}');//自适应高度
|
|
|
+ initSfcyxkzSelect('${sfcyxkz}');
|
|
|
+ initSfcswhzySelect('${sfcswhzy}');
|
|
|
+ $('.selectpicker').selectpicker({
|
|
|
+ width:'80%'
|
|
|
+ });
|
|
|
});
|
|
|
+
|
|
|
+ function initSfcyxkzSelect(data){
|
|
|
+ $("#sfcyxkz option[value='"+data+"']").attr("selected", "selected");
|
|
|
+ }
|
|
|
+ function initSfcswhzySelect(data){
|
|
|
+ $("#sfcswhzy option[value='"+data+"']").attr("selected", "selected");
|
|
|
+ }
|
|
|
+
|
|
|
function sfred(){
|
|
|
var tbtrlength=$("#gkjyrtb").find("tr").length;
|
|
|
for(var i=1;i<tbtrlength;i++){
|
|
@@ -113,17 +126,27 @@
|
|
|
</td>
|
|
|
<td class="right">是否有许可证:</td>
|
|
|
<td>
|
|
|
- <nobr><label style="font-weight:normal;"><input type="radio" name="sfcyxkz" id="optionsRadios1" value="all" checked>全部</label>
|
|
|
+ <select class="selectpicker" name="sfcyxkz" id="sfcyxkz">
|
|
|
+ <option value="all">全部</option>
|
|
|
+ <option value="201">是</option>
|
|
|
+ <option value="202">否</option>
|
|
|
+ </select>
|
|
|
+ <%-- <nobr><label style="font-weight:normal;"><input type="radio" name="sfcyxkz" id="optionsRadios1" value="all" checked>全部</label>
|
|
|
<label style="font-weight:normal;"><input type="radio" name="sfcyxkz" id="optionsRadios1" value="201" <c:if test="${sfcyxkz=='201'}">checked</c:if>>是</label>
|
|
|
- <label style="font-weight:normal;"><input type="radio" name="sfcyxkz" id="optionsRadios1" value="202" <c:if test="${sfcyxkz=='202'}">checked</c:if>>否</label></nobr>
|
|
|
+ <label style="font-weight:normal;"><input type="radio" name="sfcyxkz" id="optionsRadios1" value="202" <c:if test="${sfcyxkz=='202'}">checked</c:if>>否</label></nobr> --%>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="right">是否危货企业:</td>
|
|
|
<td>
|
|
|
- <nobr><label style="font-weight:normal;"><input type="radio" name="sfcswhzy" id="optionsRadios1" value="all" checked>全部</label>
|
|
|
+ <select class="selectpicker" name="sfcswhzy" id="sfcswhzy">
|
|
|
+ <option value="all">全部</option>
|
|
|
+ <option value="201">是</option>
|
|
|
+ <option value="202">否</option>
|
|
|
+ </select>
|
|
|
+ <%-- <nobr><label style="font-weight:normal;"><input type="radio" name="sfcswhzy" id="optionsRadios1" value="all" checked>全部</label>
|
|
|
<label style="font-weight:normal;"><input type="radio" name="sfcswhzy" id="optionsRadios1" value="201" <c:if test="${sfcswhzy=='201'}">checked</c:if>>是</label>
|
|
|
- <label style="font-weight:normal;"><input type="radio" name="sfcswhzy" id="optionsRadios1" value="202" <c:if test="${sfcswhzy=='202'}">checked</c:if>>否</label></nobr>
|
|
|
+ <label style="font-weight:normal;"><input type="radio" name="sfcswhzy" id="optionsRadios1" value="202" <c:if test="${sfcswhzy=='202'}">checked</c:if>>否</label></nobr> --%>
|
|
|
</td>
|
|
|
<td class="right">危货附证有效期:</td>
|
|
|
<td>
|