diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html index d042ba27..1a4896d3 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/analysis/analysis.html @@ -18,7 +18,7 @@
-

深圳市各类行政检查实施情况分析

+

深圳市各类行政执法实施情况分析

@@ -98,7 +98,7 @@
- +
- +
diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html index d749a225..e4c3ef1b 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/fragmentA.html @@ -3,13 +3,13 @@
  • -

    -

    -

    +

    +

  • diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html index 4a831301..5376e54a 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registerView.html @@ -17,12 +17,12 @@
  • -

    检查次数:

    +

    执法次数:

  • -

    检查时间:

    +

    执法时间:

    - @@ -38,7 +38,7 @@
  • - 近30天被检查企业数量:家 总检查次数:次 + 近30天被执法企业数量:家 总执法次数:
    当筛选起止日期为同年同月时有统计
    @@ -110,7 +110,7 @@ }, { field : 'num', - title : '检查次数', + title : '执法次数', // formatter:function (value,row,index) { // return "" +value+ ""; @@ -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); } diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html index 2b0b1d97..50725f5f 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html @@ -22,8 +22,8 @@
    - 执法检查统计 - 执法检查排行 + 执法执法统计 + 执法执法排行
    @@ -42,7 +42,7 @@
  • -

    检查事项:

    +

    执法事项:

  • @@ -62,7 +62,7 @@
  • -

    检查类别:

    +

    执法类别:

  • -

    检查时间:

    +

    执法时间:

    - @@ -159,8 +159,8 @@
  • -->
  • -

    -

    +

    +

  • @@ -183,7 +183,7 @@
    -

    执法检查类别数量及占比

    +

    执法执法类别数量及占比

      @@ -223,7 +223,7 @@
    • -

      检查时间:

      +

      执法时间:

      - @@ -242,11 +242,11 @@
      -->
      -

      执法检查排行(TOP10)

      +

      执法执法排行(TOP10)

      -

      执法检查排行(TOP10)

      +

      执法执法排行(TOP10)

      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html index b0f41f3d..51a2edea 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html @@ -26,7 +26,7 @@
    • -

      检查事项:

      +

      执法事项:

    • @@ -111,7 +111,7 @@ 执法部门 执法人员 - 检查事项 + 执法事项 数量 @@ -203,21 +203,21 @@ }, { field : 'lawEnforcementItemText', - title : '检查事项', + title : '执法事项', formatter:function (value,row,index) { return "
      "+ $.table.tooltip(value) +"
      "; } }, { field : 'enforcementTime', - title : '检查时间', + title : '执法时间', formatter:function (value,row,index) { return "
      "+ $.table.tooltip(value) +"
      "; } }, { field : 'total', - title : '检查次数', + title : '执法次数', align : 'center', formatter: function (value,row,index) { return '' +value+ ''; diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html index 2fc1a2d4..f3b6707a 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/ruleItemList/ruleItemList.html @@ -15,7 +15,7 @@
    • -

      检查次数:

      +

      执法次数:

    • @@ -90,7 +90,7 @@ }, { field : 'existAlarm', - title : '检查次数' + title : '执法次数' }, { field : 'alarmType', diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html index 60725830..121913a8 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home-bak.html @@ -14,10 +14,10 @@
      -

      行政检查

      +

      行政执法

      - +
      00.0%
      @@ -35,7 +35,7 @@
      - +
      00.0%
      @@ -71,7 +71,7 @@
      - +
      00.0%
      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html index 22be9b11..8b5cc525 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/home.html +++ b/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:'行政强制'}, diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html index 214114a9..cc714748 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/overall-analysis.html @@ -96,7 +96,7 @@ -%
      -
      涉企检查数量
      +
      涉企执法数量
      -
      @@ -115,7 +115,7 @@ -%
      -
      联合检查数量
      +
      联合执法数量
      -
      @@ -134,7 +134,7 @@ -%
      -
      行政检查预告数量
      +
      行政执法预告数量
      -
      @@ -199,11 +199,11 @@
      -

      被检查企业类别数量及占比

      +

      被执法企业类别数量及占比

      -

      检查类别数量及占比

      +

      执法类别数量及占比

      @@ -211,7 +211,7 @@
      -

      被检查企业次数排行

      +

      被执法企业次数排行

      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html index ecd0c9bb..77839ee3 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/single-analysis.html @@ -57,7 +57,7 @@ -%
      -
      涉企检查数量
      +
      涉企执法数量
      -
      @@ -76,7 +76,7 @@ -%
      -
      联合检查数量
      +
      联合执法数量
      -
      @@ -95,7 +95,7 @@ -%
      -
      行政检查预告数量
      +
      行政执法预告数量
      -
      @@ -156,10 +156,10 @@
      -

      行政检查类别及占比

      +

      行政执法类别及占比

      - + --%
      @@ -180,7 +180,7 @@
      -

      行政检查投诉评议

      +

      行政执法投诉评议

      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html index e900779b..89360663 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html @@ -19,8 +19,8 @@
      - 检查计划统计 - 检查计划排行 + 执法计划统计 + 执法计划排行
      @@ -128,15 +128,15 @@
      -

      年年度检查计划排行(TOP10)

      +

      年年度执法计划排行(TOP10)

      -

      年季度检查计划排行(TOP10)

      +

      年季度执法计划排行(TOP10)

      -

      年月度检查计划排行(TOP10)

      +

      年月度执法计划排行(TOP10)

      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html index 14253491..2154cada 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statistical.html @@ -9,7 +9,7 @@
      -

      深圳市各类行政检查实施情况统计表

      +

      深圳市各类行政执法实施情况统计表

      @@ -58,7 +58,7 @@
      - 检查事项 + 执法事项 案件数量 执法人员 企业排序 @@ -75,8 +75,8 @@ - 行政检查事项 - 行政检查次数 + 行政执法事项 + 行政执法次数
      @@ -104,8 +104,8 @@ - 行政检查部门 - 行政检查案件数量 + 行政执法部门 + 行政执法案件数量
      @@ -132,7 +132,7 @@ - 行政检查执法人员 + 行政执法执法人员 经办案件数量 @@ -162,7 +162,7 @@ 企业名称 - 行政检查次数 + 行政执法次数
      @@ -191,7 +191,7 @@ 企业类型 - 行政检查次数 + 行政执法次数
      @@ -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, diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html index 2d058caa..45e400c3 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/statisticalPanel.html @@ -292,7 +292,7 @@
      -
      检查计划数量
      +
      执法计划数量
      1,674
      @@ -304,7 +304,7 @@
      -
      发布检查计划部门数量
      +
      发布执法计划部门数量
      1,005
      @@ -314,7 +314,7 @@
      -
      本部门检查计划数量
      +
      本部门执法计划数量
      597
      @@ -340,7 +340,7 @@
      -
      联合检查数量
      +
      联合执法数量
      --
      @@ -350,7 +350,7 @@
      -
      本部门检查数量
      +
      本部门执法数量
      --
      diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html index 3a6e887f..112064f7 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/nonRegistration/nonRegistrationView.html @@ -29,7 +29,7 @@
    • 入企类别:

      -