<!DOCTYPE html>
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
<head>
|
<th:block th:include="include :: header('准则明细列表')" />
|
</head>
|
<body class="gray-bg">
|
<div class="container-div">
|
<div class="row">
|
<div class="col-sm-12 search-collapse">
|
<form id="formId">
|
<div class="select-list">
|
<ul>
|
<li>
|
<label>id:</label>
|
<input type="text" name="detailId"/>
|
</li>
|
<li>
|
<label>创建者:</label>
|
<input type="text" name="createBy"/>
|
</li>
|
<li class="select-time">
|
<label>创建时间:</label>
|
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginCreateTime]"/>
|
<span>-</span>
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="params[endCreateTime]"/>
|
</li>
|
<li>
|
<label>所属公司:</label>
|
<input type="text" name="companyId"/>
|
</li>
|
<li>
|
<label>所属方法:</label>
|
<input type="text" name="methodId"/>
|
</li>
|
<li>
|
<label>所属准则:</label>
|
<input type="text" name="criterionId"/>
|
</li>
|
<li>
|
<label>等级/分值:</label>
|
<input type="text" name="detailScore"/>
|
</li>
|
<li>
|
<label>LS-L-标准:</label>
|
<input type="text" name="lsLBiaozhun"/>
|
</li>
|
<li>
|
<label>LS-S-等级:</label>
|
<input type="text" name="lsSDengji"/>
|
</li>
|
<li>
|
<label>LS-S-法律,法规及其它要求:</label>
|
<input type="text" name="lsSFalu"/>
|
</li>
|
<li>
|
<label>LS-S-人员:</label>
|
<input type="text" name="lsSRenyuan"/>
|
</li>
|
<li>
|
<label>LS-S-直接经济损失:</label>
|
<input type="text" name="lsSJingjiSunshi"/>
|
</li>
|
<li>
|
<label>LS-S-停工:</label>
|
<input type="text" name="lsSTinggong"/>
|
</li>
|
<li>
|
<label>LS-S-企业形象:</label>
|
<input type="text" name="lsSQiyeXingxiang"/>
|
</li>
|
<li>
|
<label>LEC-L-事故发生的可能性:</label>
|
<input type="text" name="lecLKenengxing"/>
|
</li>
|
<li>
|
<label>LEC-E-标准:</label>
|
<input type="text" name="lecEBiaozhun"/>
|
</li>
|
<li>
|
<label>LEC-C-法律法规及其他要求:</label>
|
<input type="text" name="lecCFalu"/>
|
</li>
|
<li>
|
<label>LEC-C-人员伤亡:</label>
|
<input type="text" name="lecCRenyuanShangwang"/>
|
</li>
|
<li>
|
<label>LEC-C-直接经济损失(万元):</label>
|
<input type="text" name="lecCJingjiSunshi"/>
|
</li>
|
<li>
|
<label>LEC-C-停工:</label>
|
<input type="text" name="lecCTinggong"/>
|
</li>
|
<li>
|
<label>LEC-C-公司形象:</label>
|
<input type="text" name="lecCGongsiXingxiang"/>
|
</li>
|
<li>
|
<label>MES-M-标准:</label>
|
<input type="text" name="mesMBiaozhun"/>
|
</li>
|
<li>
|
<label>MES-E-E1:</label>
|
<input type="text" name="mesEE1"/>
|
</li>
|
<li>
|
<label>MES-E-E2:</label>
|
<input type="text" name="mesEE2"/>
|
</li>
|
<li>
|
<label>MES-S-法律法规及其他要求:</label>
|
<input type="text" name="mesSFalu"/>
|
</li>
|
<li>
|
<label>MES-S-人员伤亡:</label>
|
<input type="text" name="mesSRenyuanShangwang"/>
|
</li>
|
<li>
|
<label>MES-S-直接经济损失(万元):</label>
|
<input type="text" name="mesSJingjiSunshi"/>
|
</li>
|
<li>
|
<label>MES-S-停工:</label>
|
<input type="text" name="mesSTinggong"/>
|
</li>
|
<li>
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i> 重置</a>
|
</li>
|
</ul>
|
</div>
|
</form>
|
</div>
|
|
<div class="btn-group-sm" id="toolbar" role="group">
|
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="tr:criterionDetail:add">
|
<i class="fa fa-plus"></i> 添加
|
</a>
|
<a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="tr:criterionDetail:edit">
|
<i class="fa fa-edit"></i> 修改
|
</a>
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="tr:criterionDetail:remove">
|
<i class="fa fa-remove"></i> 删除
|
</a>
|
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="tr:criterionDetail:export">
|
<i class="fa fa-download"></i> 导出
|
</a>
|
</div>
|
<div class="col-sm-12 select-table table-striped">
|
<table id="bootstrap-table"></table>
|
</div>
|
</div>
|
</div>
|
<th:block th:include="include :: footer" />
|
<script th:inline="javascript">
|
var editFlag = [[${@permission.hasPermi('tr:criterionDetail:edit')}]];
|
var removeFlag = [[${@permission.hasPermi('tr:criterionDetail:remove')}]];
|
var prefix = ctx + "tr/criterionDetail";
|
|
$(function() {
|
var options = {
|
url: prefix + "/list",
|
createUrl: prefix + "/add",
|
updateUrl: prefix + "/edit/{id}",
|
removeUrl: prefix + "/remove",
|
exportUrl: prefix + "/export",
|
modalName: "准则明细",
|
columns: [{
|
checkbox: true
|
},
|
{
|
field: 'detailId',
|
title: 'id',
|
visible: false
|
},
|
{
|
field: 'createBy',
|
title: '创建者'
|
},
|
{
|
field: 'createTime',
|
title: '创建时间'
|
},
|
{
|
field: 'remark',
|
title: '备注'
|
},
|
{
|
field: 'companyId',
|
title: '所属公司'
|
},
|
{
|
field: 'methodId',
|
title: '所属方法'
|
},
|
{
|
field: 'criterionId',
|
title: '所属准则'
|
},
|
{
|
field: 'detailScore',
|
title: '等级/分值'
|
},
|
{
|
field: 'lsLBiaozhun',
|
title: 'LS-L-标准'
|
},
|
{
|
field: 'lsSDengji',
|
title: 'LS-S-等级'
|
},
|
{
|
field: 'lsSFalu',
|
title: 'LS-S-法律,法规及其它要求'
|
},
|
{
|
field: 'lsSRenyuan',
|
title: 'LS-S-人员'
|
},
|
{
|
field: 'lsSJingjiSunshi',
|
title: 'LS-S-直接经济损失'
|
},
|
{
|
field: 'lsSTinggong',
|
title: 'LS-S-停工'
|
},
|
{
|
field: 'lsSQiyeXingxiang',
|
title: 'LS-S-企业形象'
|
},
|
{
|
field: 'lecLKenengxing',
|
title: 'LEC-L-事故发生的可能性'
|
},
|
{
|
field: 'lecEBiaozhun',
|
title: 'LEC-E-标准'
|
},
|
{
|
field: 'lecCFalu',
|
title: 'LEC-C-法律法规及其他要求'
|
},
|
{
|
field: 'lecCRenyuanShangwang',
|
title: 'LEC-C-人员伤亡'
|
},
|
{
|
field: 'lecCJingjiSunshi',
|
title: 'LEC-C-直接经济损失(万元)'
|
},
|
{
|
field: 'lecCTinggong',
|
title: 'LEC-C-停工'
|
},
|
{
|
field: 'lecCGongsiXingxiang',
|
title: 'LEC-C-公司形象'
|
},
|
{
|
field: 'mesMBiaozhun',
|
title: 'MES-M-标准'
|
},
|
{
|
field: 'mesEE1',
|
title: 'MES-E-E1'
|
},
|
{
|
field: 'mesEE2',
|
title: 'MES-E-E2'
|
},
|
{
|
field: 'mesSFalu',
|
title: 'MES-S-法律法规及其他要求'
|
},
|
{
|
field: 'mesSRenyuanShangwang',
|
title: 'MES-S-人员伤亡'
|
},
|
{
|
field: 'mesSJingjiSunshi',
|
title: 'MES-S-直接经济损失(万元)'
|
},
|
{
|
field: 'mesSTinggong',
|
title: 'MES-S-停工'
|
},
|
{
|
title: '操作',
|
align: 'center',
|
formatter: function(value, row, index) {
|
var actions = [];
|
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.detailId + '\')"><i class="fa fa-edit"></i>编辑</a> ');
|
actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.detailId + '\')"><i class="fa fa-remove"></i>删除</a>');
|
return actions.join('');
|
}
|
}]
|
};
|
$.table.init(options);
|
});
|
</script>
|
</body>
|
</html>
|