Browse Source

全局修改检查为执法

v6
Chendy 1 year ago
parent
commit
89f814fa87
  1. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html
  2. 2
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/add.html
  3. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/audit.html
  4. 2
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/edit.html
  5. 2
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/deptStatic/deptStatic.html
  6. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/detail.html
  7. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/edit.html
  8. 6
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html
  9. 12
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html
  10. 22
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
  11. 10
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html
  12. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html
  13. 8
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html
  14. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html
  15. 14
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html
  16. 12
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html
  17. 10
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html
  18. 22
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html
  19. 10
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html
  20. 2
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html

@ -18,7 +18,7 @@
<body>
<div class="statwrap">
<h1 class="headtit">深圳市各类行政检查实施情况分析</h1>
<h1 class="headtit">深圳市各类行政执法实施情况分析</h1>
<div class="seltime" id="searchDiv">
<i class="icsty"></i>
<span><select id="qorm" name="qorm" onchange="selectDate()">
@ -71,7 +71,7 @@
<div class="statit">
<span id="one1" class="actit" onclick="setTab('one',1,5)">案件数量</span>
<span id="one2" onclick="setTab('one',2,5)">执法人员</span>
<span id="one3" onclick="setTab('one',3,5)">检查事项</span>
<span id="one3" onclick="setTab('one',3,5)">执法事项</span>
<span id="one4" onclick="setTab('one',4,5)">企业类型</span>
<span id="one5" onclick="setTab('one',5,5)">企业排序</span>
</div>

2
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/add.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
<th:block th:include="zdxtInclude :: header('新增检查计划')" />
<th:block th:include="zdxtInclude :: header('新增执法计划')" />
<th:block th:include="zdxtInclude :: bootstrap-fileinput-css"/>
</head>
<body class="white-bg">

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/audit.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
<th:block th:include="zdxtInclude :: header('检查计划列表')" />
<th:block th:include="zdxtInclude :: header('执法计划列表')" />
</head>
<body class="gray-bg">
<div class="container-div">
@ -52,7 +52,7 @@
updateUrl: prefix + "/edit/{id}",
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
modalName: "检查计划",
modalName: "执法计划",
columns: [{
checkbox: true
},

2
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/audit/edit.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
<th:block th:include="include :: header('修改检查计划')" />
<th:block th:include="include :: header('修改执法计划')" />
<th:block th:include="zdxtInclude :: bootstrap-fileinput-css"/>
</head>
<body class="white-bg">

2
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/deptStatic/deptStatic.html

@ -261,7 +261,7 @@
for(var key in params){
if (params.hasOwnProperty(key)) {
var value = params[key];
// 检查值是否为空
// 执法值是否为空
if (value!== null && value!== undefined && value!== '') {
/* // 对属性名和属性值进行 URL 编码
var encodedKey = encodeURIComponent(key);

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/detail.html

@ -89,7 +89,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">联合检查</label>
<label class="col-sm-2 control-label">联合执法</label>
<div class="col-sm-4">
<select class="form-control m-b" name="uniteCheck" th:field="*{uniteCheck}" >
<option value="0"></option>
@ -98,7 +98,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">行政检查类别:</label>
<label class="col-sm-2 control-label">行政执法类别:</label>
<div class="col-sm-4">
<select class="form-control m-b" th:with="type=${@dict.getType('check_category')}" name="checkCategory" th:field="*{checkCategory}" >
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/edit.html

@ -138,13 +138,13 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">联合检查 0 否 1 是:</label>
<label class="col-sm-3 control-label">联合执法 0 否 1 是:</label>
<div class="col-sm-8">
<input name="uniteCheck" th:field="*{uniteCheck}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">行政检查类别</label>
<label class="col-sm-3 control-label">行政执法类别</label>
<div class="col-sm-8">
<input name="checkCategory" th:field="*{checkCategory}" class="form-control" type="text">
</div>

6
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<li th:fragment="a">
<!--<p th:text="|联合检查 ${unite}|"></p>
<!--<p th:text="|联合执法 ${unite}|"></p>
<p th:text="|占比 ${uniteDouble}|"></p>
<p th:text="|${check} ${checkNumber}|"></p>
<p th:text="|占比 ${checkDouble}|"></p>-->
<p><span id="timeString"></span></p>
<p><label th:text="涉企检查总数"></label><b th:text="${total}"></b></p>
<p><label th:text="联合检查"></label><b th:text="${unite}"></b><span th:text="占比"></span><b th:text="${uniteDouble}"></b></p>
<p><label th:text="涉企执法总数"></label><b th:text="${total}"></b></p>
<p><label th:text="联合执法"></label><b th:text="${unite}"></b><span th:text="占比"></span><b th:text="${uniteDouble}"></b></p>
<p><label th:text="${check}"></label><b th:text="${checkNumber}"></b><span th:text="占比"></span><b th:text="${checkDouble}"></b></p>
</li>
</head>

12
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html

@ -17,12 +17,12 @@
<input type="text" id="enterpriseName" name="enterpriseName"/>
</li>
<li>
<p>检查次数:</p>
<p>执法次数:</p>
<input type="text" id="num" name="num" placeholder="请输入所需大于等于次数"/>
</li>
<!-- <li class="select-time" onmouseover="tipShow()" onmouseleave="tipHide()">-->
<li class="select-time">
<p>检查时间:</p>
<p>执法时间:</p>
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="beginTime"/>
<span>-</span>
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="endTime"/>
@ -38,7 +38,7 @@
</form>
</div>
<div class="btn-group-sm" id="toolbar" role="group" style="color: orange">
<span id="warnDay">近30天</span>检查企业数量:<span id="warnEn"></span>家 总检查次数:<span id="warnCount"></span>
<span id="warnDay">近30天</span>执法企业数量:<span id="warnEn"></span>家 总执法次数:<span id="warnCount"></span>
</div>
<div class="btn-group-sm" id="tip" >当筛选起止日期为同年同月时有统计</div>
<div class="btn-group-sm" id="tips" role="group">
@ -110,7 +110,7 @@
},
{
field : 'num',
title : '检查次数',
title : '执法次数',
// formatter:function (value,row,index) {
// return "<span style='cursor: pointer;color: blue'" +
// " onclick='selectUnite(\""+row.enterpriseNumber+ "\",\""+row.beginTime+ "\",\""+row.endTime+ "\")'>" +value+ "</span>";
@ -118,7 +118,7 @@
},
{
field : 'createTime',
title : '最后一次检查时间',
title : '最后一次执法时间',
formatter:function (value){
return value.slice(0, -9);
}
@ -320,7 +320,7 @@
for(var key in params){
if (params.hasOwnProperty(key)) {
var value = params[key];
// 检查值是否为空
// 执法值是否为空
if (value!== null && value!== undefined && value!== '') {
paramsList.push(key + '=' + value);
}

22
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html

@ -22,8 +22,8 @@
<div class="row">
<div class="col-sm-12 search-collapse">
<div class="statit">
<span id="one1" class="actit" onclick="setTab('one',1,2)">执法检查统计</span>
<span id="one2" onclick="setTab('one',2,2)">执法检查排行</span>
<span id="one1" class="actit" onclick="setTab('one',1,2)">执法执法统计</span>
<span id="one2" onclick="setTab('one',2,2)">执法执法排行</span>
</div>
<div id="one-tab1" class="tab-content active">
<form id="formId">
@ -42,7 +42,7 @@
<input type="text" name="enterpriseName"/>
</li>
<li>
<p>检查事项:</p>
<p>执法事项:</p>
<input type="text" name="lawEnforcementItemText"/>
</li>
<!-- <li>-->
@ -62,7 +62,7 @@
</select>
</li>
<li>
<p>检查类别:</p>
<p>执法类别:</p>
<select id="checkCategory" name="checkCategory" th:with="type=${@dict.getType('check_category')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
@ -138,7 +138,7 @@
</select>
</li>
<li id="select-time" class="select-time">
<p>检查时间:</p>
<p>执法时间:</p>
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="beginTime"/>
<span>-</span>
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="endTime"/>
@ -159,8 +159,8 @@
</li>-->
<li id="a" th:fragment="a">
<p><span id="timeString"></span></p>
<p><label th:text="涉企检查总数"></label><b th:text="${total}"></b></p>
<p><label th:text="联合检查"></label><b th:text="${unite}"></b><span th:text="占比"></span><b th:text="${uniteDouble}"></b></p>
<p><label th:text="涉企执法总数"></label><b th:text="${total}"></b></p>
<p><label th:text="联合执法"></label><b th:text="${unite}"></b><span th:text="占比"></span><b th:text="${uniteDouble}"></b></p>
<p><label th:text="${check}"></label><b th:text="${checkNumber}"></b><span th:text="占比"></span><b th:text="${checkDouble}"></b></p>
</li>
</ul>
@ -183,7 +183,7 @@
<div id="one-tab2" class="tab-content">
<div class="cont-box">
<div class="chart-box">
<h3 class="chart-title">执法检查类别数量及占比</h3>
<h3 class="chart-title">执法执法类别数量及占比</h3>
<form id="formId2">
<div class="select-list">
<ul>
@ -223,7 +223,7 @@
</select>
</li>
<li id="select-time2" class="select-time">
<p>检查时间:</p>
<p>执法时间:</p>
<input type="text" class="time-input" id="startTime2" placeholder="开始时间" name="beginTime"/>
<span>-</span>
<input type="text" class="time-input" id="endTime2" placeholder="结束时间" name="endTime"/>
@ -242,11 +242,11 @@
<div class="chart-box" id="container3" style="width: 500px; height: 500px;"></div>
<div class="chart-box" id="container4" style="width: 500px; height: 500px;"></div>-->
<div class="chart-box">
<h3 class="chart-title"><span id="echarts2-title" class="chart-title"></span>执法检查排行(TOP10)</h3>
<h3 class="chart-title"><span id="echarts2-title" class="chart-title"></span>执法执法排行(TOP10)</h3>
<div class="echarts" id="echarts2" style="width: 800px; height: 300px;"></div>
</div>
<div class="chart-box">
<h3 class="chart-title"><span id="echarts3-title" class="chart-title"></span>执法检查排行(TOP10)</h3>
<h3 class="chart-title"><span id="echarts3-title" class="chart-title"></span>执法执法排行(TOP10)</h3>
<div class="echarts" id="echarts3" style="width: 600px; height: 300px;"></div>
</div>
<div class="chart-box">

10
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html

@ -26,7 +26,7 @@
<input type="hidden" id="enterpriseNumber" name="enterpriseNumber"/>
</li>
<li>
<p>检查事项:</p>
<p>执法事项:</p>
<input type="text" id="lawEnforcementItemText" name="lawEnforcementItemText"/>
</li>
<li>
@ -111,7 +111,7 @@
<tr>
<th>执法部门</th>
<th>执法人员</th>
<th>检查事项</th>
<th>执法事项</th>
<th>数量</th>
</tr>
</thead>
@ -203,21 +203,21 @@
},
{
field : 'lawEnforcementItemText',
title : '检查事项',
title : '执法事项',
formatter:function (value,row,index) {
return "<div style='text-align: left'>"+ $.table.tooltip(value) +"</div>";
}
},
{
field : 'enforcementTime',
title : '检查时间',
title : '执法时间',
formatter:function (value,row,index) {
return "<div style='text-align: left'>"+ $.table.tooltip(value) +"</div>";
}
},
{
field : 'total',
title : '检查次数',
title : '执法次数',
align : 'center',
formatter: function (value,row,index) {
return '<span style="color: green;cursor: pointer;" onclick="openStaticDetail(\'' + row.enterpriseNumber + '\')">' +value+ '</span>';

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html

@ -15,7 +15,7 @@
<input type="text" name="cycleTime"/>
</li>
<li>
<p>检查次数:</p>
<p>执法次数:</p>
<input type="text" name="existAlarm"/>
</li>
<li>
@ -90,7 +90,7 @@
},
{
field : 'existAlarm',
title : '检查次数'
title : '执法次数'
},
{
field : 'alarmType',

8
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html

@ -14,10 +14,10 @@
<div class="wrap_all">
<div class="wrap_left">
<div class="cont_left">
<h1 class="block_tit">行政检查</h1>
<h1 class="block_tit">行政执法</h1>
<div class="count_admin_wrap">
<div class="count_admin">
<label class=""><img src="/statistical/images/icon_jc.png" alt="联合检查" />联合检查</label>
<label class=""><img src="/statistical/images/icon_jc.png" alt="联合执法" />联合执法</label>
<div class="count_admin_num"><b id="uniteNum">0</b><span class="number_percent" id="unitePer">0.0<i>%</i></span></div>
<div>
<div class="percent-tag">
@ -35,7 +35,7 @@
</div>
</div>
<div class="count_admin">
<label class=""><img src="/statistical/images/icon_yg.png" alt="检查预告" />检查预告</label>
<label class=""><img src="/statistical/images/icon_yg.png" alt="执法预告" />执法预告</label>
<div class="count_admin_num"><b id="lawNum">0</b><span class="number_percent" id="lawPer">0.0<i>%</i></span></div>
<div>
<div class="percent-tag">
@ -71,7 +71,7 @@
</div>
</div>
<div class="count_admin">
<label class=""><img src="/statistical/images/icon_qy.png" alt="被检查企业" />被检查企业</label>
<label class=""><img src="/statistical/images/icon_qy.png" alt="被执法企业" />被执法企业</label>
<div class="count_admin_num"><b id="enterprisesNum">0</b><span class="number_percent" id="enterprisesPer">0.0<i>%</i></span></div>
<div>
<div class="percent-tag">

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html

@ -1325,13 +1325,13 @@ function chart_2() {
data:[
/*{value:1324, name:'日常检查'},
/*{value:1324, name:'日常执法'},
{value:1090, name:'上级交办'},
{value:910, name:'其他机关移送'},
{value:750, name:'重点领域治理'},
{value:509, name:'投诉举报'},
{value:589, name:'其他'},*/
{value:9324, name:'行政检查'},
{value:9324, name:'行政执法'},
{value:8090, name:'行政处罚'},
{value:7910, name:'行政许可'},
{value:7050, name:'行政强制'},

14
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html

@ -96,7 +96,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">涉企检查数量</div>
<div class="cont-title">涉企执法数量</div>
<div class="cont-total"><b><span id="regis-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -115,7 +115,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">联合检查数量</div>
<div class="cont-title">联合执法数量</div>
<div class="cont-total"><b><span id="joint-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -134,7 +134,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">行政检查预告数量</div>
<div class="cont-title">行政执法预告数量</div>
<div class="cont-total"><b><span id="notice-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -199,11 +199,11 @@
</div>
<div class="echarts_mult">
<div class="data_cont threebox">
<h3 class="chart_tit">检查企业类别数量及占比</h3>
<h3 class="chart_tit">执法企业类别数量及占比</h3>
<div class="chart_box" id="countCommpany"></div>
</div>
<div class="data_cont threebox">
<h3 class="chart_tit">检查类别数量及占比</h3>
<h3 class="chart_tit">执法类别数量及占比</h3>
<div class="chart_box" id="countInspect"></div>
</div>
<div class="data_cont threebox">
@ -211,7 +211,7 @@
<div class="chart_box" id="countComplaint"></div>
</div>
<div class="data_cont threebox">
<h3 class="chart_tit">检查企业次数排行</h3>
<h3 class="chart_tit">执法企业次数排行</h3>
<span class="sel_rank">
<select name="" onchange="chege_reg_order(this.value)">
<option value="10">TOP 10</option>
@ -235,7 +235,7 @@
<div class="chart_box" id="rankComplaint"></div>
</div>
<div class="data_cont threebox">
<h3 class="chart_tit">执法检查数量排行</h3>
<h3 class="chart_tit">执法执法数量排行</h3>
<span class="sel_rank">
<select name="" onchange="chege_bureau_order(this.value)">
<option value="10">TOP 10</option>

12
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html

@ -57,7 +57,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">涉企检查数量</div>
<div class="cont-title">涉企执法数量</div>
<div class="cont-total"><b><span id="regis-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -76,7 +76,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">联合检查数量</div>
<div class="cont-title">联合执法数量</div>
<div class="cont-total"><b><span id="joint-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -95,7 +95,7 @@
<span class="data-rise" id="" style="display: none;"><i class="fa fa fa-long-arrow-up"></i></span> <span class="data-fall" id=""><i class="fa fa fa-long-arrow-down"></i></span> <span class="data-change" id="">-%</span> </div>
</div>
<div class="data_item">
<div class="cont-title">行政检查预告数量</div>
<div class="cont-title">行政执法预告数量</div>
<div class="cont-total"><b><span id="notice-total">-</span></b>
<div class="nece-data">
<div class="percent-tag">
@ -156,10 +156,10 @@
<div class="inner">
<div class="twobox">
<div class="data_cont threebox">
<h3 class="chart_tit">行政检查类别及占比</h3>
<h3 class="chart_tit">行政执法类别及占比</h3>
<div class="count_wrap" id="check_category">
<div class="count_item">
<label>日常检查</label>
<label>日常执法</label>
<span class="number_count">-</span><span class="number_percent">-%</span></div>
<div class="count_item">
<label>上级交办</label>
@ -180,7 +180,7 @@
</div>
<div class="data_cont threebox">
<h3 class="chart_tit">行政检查投诉评议</h3>
<h3 class="chart_tit">行政执法投诉评议</h3>
<div class="count_review">
<div class="count_com">

10
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html

@ -19,8 +19,8 @@
<body>
<div class="statwrap">
<div class="statit">
<span id="one1" class="actit" onclick="setTab('one',1,2)">检查计划统计</span>
<span id="one2" onclick="setTab('one',2,2)">检查计划排行</span>
<span id="one1" class="actit" onclick="setTab('one',1,2)">执法计划统计</span>
<span id="one2" onclick="setTab('one',2,2)">执法计划排行</span>
</div>
<div class="tab_box">
@ -128,15 +128,15 @@
</div>
</form>
<div class="chart-box" id="chart-box-1">
<h3><span id="echarts1-title" class="chart-title"></span>年年度检查计划排行(TOP10)</h3>
<h3><span id="echarts1-title" class="chart-title"></span>年年度执法计划排行(TOP10)</h3>
<div class="echarts" id="echars2"></div>
</div>
<div class="chart-box" id="chart-box-2">
<h3 class="chart-title"><span id="echarts2-title" class="chart-title"></span>年季度检查计划排行(TOP10)</h3>
<h3 class="chart-title"><span id="echarts2-title" class="chart-title"></span>年季度执法计划排行(TOP10)</h3>
<div class="echarts" id="echars3"></div>
</div>
<div class="chart-box" style="width: 100%;" id="chart-box-3">
<h3 class="chart-title"><span id="echarts3-title" class="chart-title"></span>年月度检查计划排行(TOP10)</h3>
<h3 class="chart-title"><span id="echarts3-title" class="chart-title"></span>年月度执法计划排行(TOP10)</h3>
<div class="echarts" id="echars4"></div>
</div>
</div>

22
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html

@ -9,7 +9,7 @@
<body>
<div class="statwrap">
<h1 class="headtit">深圳市各类行政检查实施情况统计表</h1>
<h1 class="headtit">深圳市各类行政执法实施情况统计表</h1>
<div class="seltime" id="seltime">
<i class="icsty"></i>
<span>
@ -58,7 +58,7 @@
</span>
</div>
<div class="statit">
<span id="one1" class="actit" onclick="setTab('one',1,5)">检查事项</span>
<span id="one1" class="actit" onclick="setTab('one',1,5)">执法事项</span>
<span id="one2" onclick="setTab('one',2,5)">案件数量</span>
<span id="one3" onclick="setTab('one',3,5)">执法人员</span>
<span id="one4" onclick="setTab('one',4,5)" class="hover">企业排序</span>
@ -75,8 +75,8 @@
<col width="25%"/>
</colgroup>
<tr class="trodd">
<th>行政检查事项</th>
<th>行政检查次数</th>
<th>行政执法事项</th>
<th>行政执法次数</th>
</tr>
</table>
</div>
@ -104,8 +104,8 @@
<col width="25%"/>
</colgroup>
<tr class="trodd">
<th>行政检查部门</th>
<th>行政检查案件数量</th>
<th>行政执法部门</th>
<th>行政执法案件数量</th>
</tr>
</table>
</div>
@ -132,7 +132,7 @@
<col width="25%"/>
</colgroup>
<tr class="trodd">
<th>行政检查执法人员</th>
<th>行政执法执法人员</th>
<th>经办案件数量</th>
</tr>
</table>
@ -162,7 +162,7 @@
</colgroup>
<tr class="trodd">
<th>企业名称</th>
<th>行政检查次数</th>
<th>行政执法次数</th>
</tr>
</table>
</div>
@ -191,7 +191,7 @@
</colgroup>
<tr class="trodd">
<th>企业类型</th>
<th>行政检查次数</th>
<th>行政执法次数</th>
</tr>
</table>
</div>
@ -412,7 +412,7 @@
//zlevel 大的 Canvas 会放在 zlevel 小的 Canvas 的上面
},
{
name: '检查事项',
name: '执法事项',
type: 'bar',
label: { //图形上的文本标签
show: true,
@ -802,7 +802,7 @@
},
series: [
{
name: '检查次数',
name: '执法次数',
type: 'bar',
data: barData,
barWidth: 12,

10
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html

@ -292,7 +292,7 @@
</div>
<div class="panel-card">
<div class="panel-card-top">
<div class="cont-title">检查计划数量</div>
<div class="cont-title">执法计划数量</div>
<div class="cont-total"><b><span id="program-total">1,674</span></b><span></span></div>
<div class="percent-tag">
<!-- <span class="data-rise">&#8593</span>-->
@ -304,7 +304,7 @@
<div class="panel-card-bottom">
<div class="panel-card-left">
<!--<div class="cont-title">行政检查计划数量</div>-->
<div class="cont-title">发布检查计划部门数量</div>
<div class="cont-title">发布执法计划部门数量</div>
<div class="cont-total"><b><span id="program-xz-total">1,005</span></b><span></span></div>
<div class="percent-tag">
<!-- <span class="data-fall">&#8595</span>-->
@ -314,7 +314,7 @@
</div>
</div>
<div class="panel-card-right">
<div class="cont-title">本部门检查计划数量</div>
<div class="cont-title">本部门执法计划数量</div>
<div class="cont-total"><b><span id="program-dw-total">597</span></b><span></span></div>
<div class="percent-tag">
<!-- <span class="data-rise">&#8593</span>-->
@ -340,7 +340,7 @@
</div>
<div class="panel-card-bottom">
<div class="panel-card-left">
<div class="cont-title">联合检查数量</div>
<div class="cont-title">联合执法数量</div>
<div class="cont-total"><b><span id="regis-dw-total">--</span></b><span></span></div>
<div class="percent-tag">
<!-- <span class="data-rise">&#8593</span>-->
@ -350,7 +350,7 @@
</div>
</div>
<div class="panel-card-right">
<div class="cont-title">本部门检查数量</div>
<div class="cont-title">本部门执法数量</div>
<div class="cont-total"><b><span id="regis-lh-total">--</span></b><span></span></div>
<div class="percent-tag">
<!-- <span class="data-rise">&#8593</span>-->

2
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html

@ -29,7 +29,7 @@
</li>
<li>
<p>入企类别:</p>
<select id="checkCategory" name="lawEnforcementType" th:with="type=${@dict.getType('check_category')}">
<select id="checkCategory" name="lawEnforcementType" th:with="type=${@dict.getType('no_check_category')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>

Loading…
Cancel
Save