|
|
|
@ -46,9 +46,9 @@ |
|
|
|
|
init(); |
|
|
|
|
//隐藏三级联动中的中间一级---城市为 雄安(131401),辛集市(131402),定州市(131403)隐藏 |
|
|
|
|
var cityList = '${countyList[0].dremark}'; |
|
|
|
|
if(cityList == "131401" || cityList == "131402" || cityList == "131403"){ |
|
|
|
|
if(cityList == "131401" || cityList == "131402" || cityList == "131403"){ |
|
|
|
|
$("#city").parent().css("display","none"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
//新建 |
|
|
|
@ -147,7 +147,7 @@ |
|
|
|
|
document.getElementById("site").value = ""; |
|
|
|
|
document.getElementById("sitet").value = ""; |
|
|
|
|
$("#province").val("namet"); $("#sitet").val(""); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#province").val(""); |
|
|
|
|
$("#city").val(""); |
|
|
|
|
$("#county").val(""); |
|
|
|
@ -246,8 +246,8 @@ |
|
|
|
|
+ "&checkState=" + iresult + "&check_content=" + check_content; |
|
|
|
|
document.mainForm.submit(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() { |
|
|
|
|
if('${isDept}'=='city'){ |
|
|
|
|
$("#county").val('${county}'); |
|
|
|
@ -285,7 +285,7 @@ |
|
|
|
|
$("#city").append("<option value=''>-请选择-</option>"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//选择区/县 |
|
|
|
|
function chooseCounty(){ |
|
|
|
|
var deptid = $("#city").val(); |
|
|
|
@ -312,8 +312,8 @@ |
|
|
|
|
$("#county").append("<option value=''>-请选择-</option>"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function init() { |
|
|
|
|
} |
|
|
|
@ -326,7 +326,7 @@ |
|
|
|
|
enctype="multipart/form-data"> |
|
|
|
|
<input type = "hidden" name = "searchtype" value = "1"/> |
|
|
|
|
<div class="table_sck"> |
|
|
|
|
<div class=""> |
|
|
|
|
<div class=""> |
|
|
|
|
<!-- <button type="button" class="bttn" onclick="save()"><i class="md md-add"></i>新建</button> --> |
|
|
|
|
<!-- <button type="button" class="bttn bttn_sc" onclick="gotoDel('mult')"><i class="md md-remove"></i>删除</button> --> |
|
|
|
|
<%-- <c:if test="${usertype==1}"> |
|
|
|
@ -340,19 +340,19 @@ |
|
|
|
|
<button type="button" class="bttn" onclick="downup()"><i class="md md-file-download"></i>下载模板</button> |
|
|
|
|
<button type="button" class="bttn" onclick="daoru()"><i class="md md-file-download"></i>导入</button>--%> |
|
|
|
|
</div> |
|
|
|
|
<div class="tsble_form"> |
|
|
|
|
<div class="tsble_form"> |
|
|
|
|
<input type = "hidden" name="levelt" id = "levelt" value="${level}"/> |
|
|
|
|
<input type = "hidden" name="typet" id = "typet" value="${type}"/> |
|
|
|
|
<input type = "hidden" name="sitet" id = "sitet" value="${site}"/> |
|
|
|
|
<input type = "hidden" name="namet" id = "namet" value="${name}"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form_hpzs"> |
|
|
|
|
<label class="form_label">名称:</label> |
|
|
|
|
<div class="form_input" style="width: 110px;"> |
|
|
|
|
<input id="name" name="name" value="${name}" placeholder="" aria-controls="datatable-editable"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="form_hpzs"> |
|
|
|
|
<div class="form_hpzs"> |
|
|
|
|
<label class="form_label">地址:</label> |
|
|
|
|
<div class="form_input" style="width: 110px;"> |
|
|
|
|
<input id="site" name="site" value="${site}" placeholder="" aria-controls="datatable-editable"> |
|
|
|
@ -383,8 +383,8 @@ |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form_hpzs"> |
|
|
|
|
<label class="form_label">行政区划:</label> |
|
|
|
|
<div class="form_select" style="width: 110px;"> |
|
|
|
@ -430,8 +430,8 @@ |
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class=""> |
|
|
|
|
<button type="button" onclick="searcha()" class="bttn bttn_ss" title="搜索"> |
|
|
|
|
<i class="fa fa-search"></i>搜索 |
|
|
|
@ -448,7 +448,7 @@ |
|
|
|
|
<div class="t_r_title pp-list"> |
|
|
|
|
<table class="pp-list"> |
|
|
|
|
<tr> |
|
|
|
|
<!-- <th width="3%"> --> |
|
|
|
|
<!-- <th width="5%"> --> |
|
|
|
|
<!-- <div class="checkbox checkbox-primary"> --> |
|
|
|
|
<!-- <input type='checkbox' id="selectAll"/> <label for="selectAll"> </label> --> |
|
|
|
|
<!-- </div> --> |
|
|
|
@ -474,7 +474,7 @@ |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</td>--%> |
|
|
|
|
<!-- <td width="3%"> --> |
|
|
|
|
<!-- <td width="5%"> --> |
|
|
|
|
<!-- <div class="checkbox checkbox-primary"> --> |
|
|
|
|
<%-- <input type='checkbox' name="idss" value="${lis.id}"> --%> |
|
|
|
|
<!-- <label for="checkbox"></label> --> |
|
|
|
@ -493,13 +493,13 @@ |
|
|
|
|
<c:if test="${lis.level == '5' }">五星级</c:if> |
|
|
|
|
<c:if test="${lis.level == '0' }">其他</c:if> |
|
|
|
|
<c:if test="${lis.level == '其他' }">其他</c:if> |
|
|
|
|
<c:if test="${empty lis.level}">其他</c:if> |
|
|
|
|
<c:if test="${empty lis.level}">其他</c:if> |
|
|
|
|
</td> |
|
|
|
|
<td title="" width="10%">${lis.fzrPhone}</td> |
|
|
|
|
<td title="" width="10%"> |
|
|
|
|
<cjy:dic diccode="${lis.type}"/> |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td title="" width="20%">${lis.site}</td> |
|
|
|
|
<td title="" width="10%"><fmt:formatDate value="${lis.createtime}" pattern='yyyy-MM-dd'/></td> |
|
|
|
|
<!-- <td class="caozuo"> --> |
|
|
|
|