温红权 8 лет назад
Родитель
Сommit
d10abe6f46
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      VisualInspection/js/other_check/other_check.js

+ 4 - 4
VisualInspection/js/other_check/other_check.js

@@ -772,7 +772,7 @@ function static() {
             if (check_type == 3) title = "现场检查情况";
             if (check_type == 4) title = "数据平台应用情况";
             if (check_type == 2 && type == "1") title = "公司特情稽查情况";
-            if (check_type == 2 && type == "1") title = "联网特情稽查情况";
+            if (check_type == 2 && type == "2") title = "联网特情稽查情况";
             for (var key in data) {
                 for (var i in data[key]) {
                     itemsname = "";
@@ -831,11 +831,11 @@ function static() {
             layer.open({
                 area: ["800px", "500px"],
                 type: 1,
-                title: '第三方暗访统计',
+                title: '统计',
                 maxmin: true,
                 closeBtn: 1,
                 shadeClose: true,
-                skin: 'layui-layer-nobg', //没有背景色
+                skin: '#fff', //没有背景色
                 resize: true,
                 content: "<div style='width:100%;background: #fff;text-align: center;padding:10px'>   <button class=\"btn btn-info3\" type=\"button\" style=\"    position: absolute;right: 10px;top: 17px;\" onclick=\"exportThirds()\"> 导出Excel</button>" + html + "</div>"
             });
@@ -946,7 +946,7 @@ function static() {
             layer.open({
                 area: ["800px", "500px"],
                 type: 1,
-                title: '第三方暗访统计',
+                title: '统计',
                 maxmin: true,
                 closeBtn: 1,
                 shadeClose: true,