fix: 去除隐患分布图

This commit is contained in:
caoqianming 2023-12-23 20:08:33 +08:00
parent 81910ee3f4
commit 81684ffcef
2 changed files with 70 additions and 64 deletions

View File

@ -281,7 +281,7 @@
//bindmap3('map3', _year, _month);
bindmap3_o('map3', { 'year': _year, 'month': _month, 'part': part })
//bindmap4('map4', _year, _month);
bindmap4_o('map4', { 'year': _year, 'month': _month, 'part': part })
// bindmap4_o('map4', { 'year': _year, 'month': _month, 'part': part })
bindmap5('map5', { 'year': _year, 'month': _month, 'part': part });
bindmap6('map6', { 'year': _year, 'month': _month, 'part': part });
bindmapgclx('map7', { 'year': _year, 'month': _month, 'part': part });

View File

@ -4,7 +4,8 @@
<label>起始时间</label><input id="sqssj" name="qssj" class="easyui-datebox" style="width:110px;height:22px" />
<label>结束时间</label><input id="sjssj" name="jssj" class="easyui-datebox" style="width:110px;height:22px" />
<label>发现部门</label><input id="sfxbm" name="fxbm" style="width:200px;height:22px" />
<a onclick="yhbztsearch()" class='easyui-linkbutton' iconCls='fa-search' plain=true>查询</a></form>
<a onclick="yhbztsearch()" class='easyui-linkbutton' iconCls='fa-search' plain=true>查询</a>
</form>
</div>
</div>
<div style="width:100%;height:500px;padding: 20px">
@ -48,9 +49,12 @@
<a onclick="fxrpmexport()" class='easyui-linkbutton' iconCls='fa-upload' plain=true>导出</a>
<div>
<label>发现部门</label><input id="sfxbm2" name="fxbm" style="width:180px;height:22px" />
<label>起始时间</label><input id="sqssj" name="qssj" class="easyui-datebox" style="width:80px;height:22px" />
<label>结束时间</label><input id="sjssj" name="jssj" class="easyui-datebox" style="width:80px;height:22px" />
<label>检查类型</label><input id="sjclx" name="jclx" class="easyui-combobox" style="width:100px;height:22px" data-options="
<label>起始时间</label><input id="sqssj" name="qssj" class="easyui-datebox"
style="width:80px;height:22px" />
<label>结束时间</label><input id="sjssj" name="jssj" class="easyui-datebox"
style="width:80px;height:22px" />
<label>检查类型</label><input id="sjclx" name="jclx" class="easyui-combobox" style="width:100px;height:22px"
data-options="
method: 'get',
valueField:'value',
textField:'text',
@ -84,8 +88,10 @@
<a onclick="zgrpmexport()" class='easyui-linkbutton' iconCls='fa-upload' plain=true>导出</a>
<div>
<label>整改人</label><input class="easyui-textbox" name="zgr" style="width:80px;height:22px" />
<label>起始时间</label><input id="sqssj" name="qssj" class="easyui-datebox" style="width:80px;height:22px" />
<label>结束时间</label><input id="sjssj" name="jssj" class="easyui-datebox" style="width:80px;height:22px" />
<label>起始时间</label><input id="sqssj" name="qssj" class="easyui-datebox"
style="width:80px;height:22px" />
<label>结束时间</label><input id="sjssj" name="jssj" class="easyui-datebox"
style="width:80px;height:22px" />
</div>
</form>
</div>
@ -125,7 +131,7 @@
function yhbztsearch() {
var querydata = $('#yhbztf').serializeJSON();
bindmap3_o('yhlbt', querydata)
bindmap4_o('yhpgt', querydata)
// bindmap4_o('yhpgt', querydata)
bindmap8('yhztt', querydata)
bindmap7('yhqst', querydata);
}
@ -133,7 +139,7 @@
var year = now.getFullYear();
var month = now.getMonth() + 1;
bindmap3_o('yhlbt', { 'year': year, 'month': month });
bindmap4_o('yhpgt', { 'year': year, 'month': month });
// bindmap4_o('yhpgt', { 'year': year, 'month': month });
bindmap7('yhqst');
bindmap8('yhztt');
function fxrpmexport() {