|
@@ -772,7 +772,7 @@ function static() {
|
|
|
if (check_type == 3) title = "现场检查情况";
|
|
if (check_type == 3) title = "现场检查情况";
|
|
|
if (check_type == 4) 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 == "1") title = "联网特情稽查情况";
|
|
|
|
|
|
|
+ if (check_type == 2 && type == "2") title = "联网特情稽查情况";
|
|
|
for (var key in data) {
|
|
for (var key in data) {
|
|
|
for (var i in data[key]) {
|
|
for (var i in data[key]) {
|
|
|
itemsname = "";
|
|
itemsname = "";
|
|
@@ -831,11 +831,11 @@ function static() {
|
|
|
layer.open({
|
|
layer.open({
|
|
|
area: ["800px", "500px"],
|
|
area: ["800px", "500px"],
|
|
|
type: 1,
|
|
type: 1,
|
|
|
- title: '第三方暗访统计',
|
|
|
|
|
|
|
+ title: '统计',
|
|
|
maxmin: true,
|
|
maxmin: true,
|
|
|
closeBtn: 1,
|
|
closeBtn: 1,
|
|
|
shadeClose: true,
|
|
shadeClose: true,
|
|
|
- skin: 'layui-layer-nobg', //没有背景色
|
|
|
|
|
|
|
+ skin: '#fff', //没有背景色
|
|
|
resize: true,
|
|
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>"
|
|
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({
|
|
layer.open({
|
|
|
area: ["800px", "500px"],
|
|
area: ["800px", "500px"],
|
|
|
type: 1,
|
|
type: 1,
|
|
|
- title: '第三方暗访统计',
|
|
|
|
|
|
|
+ title: '统计',
|
|
|
maxmin: true,
|
|
maxmin: true,
|
|
|
closeBtn: 1,
|
|
closeBtn: 1,
|
|
|
shadeClose: true,
|
|
shadeClose: true,
|