|
|
@@ -153,7 +153,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '查看', |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/SafetyCheck/FormView?keyValue=' + keyValue, |
|
|
|
width: 600, |
|
|
|
height: 610, |
|
|
|
height: 730, |
|
|
|
btn: null |
|
|
|
}); |
|
|
|
} |
|
|
@@ -198,7 +198,7 @@ var bootstrap = function ($, learun) { |
|
|
|
if (learun.checkrow(keyValue)) { |
|
|
|
learun.layerForm({ |
|
|
|
id: 'formformleader', |
|
|
|
title: '部门审查', |
|
|
|
title: '分管领导', |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/SafetyCheck/FormLeader?keyValue=' + keyValue, |
|
|
|
width: 600, |
|
|
|
height: 680, |
|
|
@@ -254,6 +254,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "责任区域", name: "Area", width: 120, align: "left" }, |
|
|
|
{ label: "排查时间", name: "CheckTime", width: 150, align: "left" }, |
|
|
|
{ label: "发现的隐患", name: "Question", width: 230, align: "left" }, |
|
|
|
{ label: "审验提醒", name: "DepartmentRemark", width: 230, align: "left" }, |
|
|
|
{ label: "整改措施及建议", name: "idea", width: 230, align: "left" }, |
|
|
|
{ label: "备注", name: "Remark", width: 300, align: "left" }, |
|
|
|
], |
|
|
|