|
|
|
@ -1,77 +1,90 @@
|
|
|
|
|
<!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('巡检记录列表')" />
|
|
|
|
|
<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 class="select-time">
|
|
|
|
|
<label>巡检时间:</label>
|
|
|
|
|
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginInspectionTime]"/>
|
|
|
|
|
<span>-</span>
|
|
|
|
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="params[endInspectionTime]"/>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>巡检人:</label>-->
|
|
|
|
|
<!-- <input type="text" name="inspectionUser"/>-->
|
|
|
|
|
<!-- </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="manage:record_inspection:add">-->
|
|
|
|
|
<!-- <i class="fa fa-plus"></i> 添加-->
|
|
|
|
|
<!-- </a>-->
|
|
|
|
|
<a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="manage:record_inspection:edit">
|
|
|
|
|
<i class="fa fa-edit"></i> 修改
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="manage:record_inspection:remove">
|
|
|
|
|
<i class="fa fa-remove"></i> 删除
|
|
|
|
|
</a>
|
|
|
|
|
<!-- <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="manage:record_inspection: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 class="container-div">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-12 search-collapse">
|
|
|
|
|
<form id="formId">
|
|
|
|
|
<div class="select-list">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="select-time">
|
|
|
|
|
<label>巡检时间:</label>
|
|
|
|
|
<input type="text" class="time-input" id="startTime" placeholder="开始时间"
|
|
|
|
|
name="params[beginInspectionTime]"/>
|
|
|
|
|
<span>-</span>
|
|
|
|
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间"
|
|
|
|
|
name="params[endInspectionTime]"/>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>巡检人:</label>-->
|
|
|
|
|
<!-- <input type="text" name="inspectionUser"/>-->
|
|
|
|
|
<!-- </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="manage:record_inspection:add">-->
|
|
|
|
|
<!-- <i class="fa fa-plus"></i> 添加-->
|
|
|
|
|
<!-- </a>-->
|
|
|
|
|
<a class="btn btn-primary single disabled" onclick="$.operate.edit()"
|
|
|
|
|
shiro:hasPermission="manage:record_inspection:edit">
|
|
|
|
|
<i class="fa fa-edit"></i> 修改
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()"
|
|
|
|
|
shiro:hasPermission="manage:record_inspection:remove">
|
|
|
|
|
<i class="fa fa-remove"></i> 删除
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn">
|
|
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a class="btn btn-success multiple disabled" onclick="checkItem()">
|
|
|
|
|
<i class="fa fa-print"></i> 打印
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-12 select-table table-striped">
|
|
|
|
|
<table id="bootstrap-table"></table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<th:block th:include="include :: footer" />
|
|
|
|
|
<script th:inline="javascript">
|
|
|
|
|
var editFlag = [[${@permission.hasPermi('manage:record_inspection:edit')}]];
|
|
|
|
|
var removeFlag = [[${@permission.hasPermi('manage:record_inspection:remove')}]];
|
|
|
|
|
var prefix = ctx + "manage/record_inspection";
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|
var options = {
|
|
|
|
|
url: prefix + "/list",
|
|
|
|
|
createUrl: prefix + "/add",
|
|
|
|
|
updateUrl: prefix + "/edit/{id}",
|
|
|
|
|
removeUrl: prefix + "/remove",
|
|
|
|
|
exportUrl: prefix + "/export",
|
|
|
|
|
modalName: "巡检记录",
|
|
|
|
|
sortOrder: "desc",
|
|
|
|
|
sortName : "inspectionTime",
|
|
|
|
|
detailView: true,
|
|
|
|
|
onExpandRow: function (index, row, $detail) {
|
|
|
|
|
initinspectionTable(index, row, $detail);
|
|
|
|
|
},
|
|
|
|
|
columns: [{
|
|
|
|
|
checkbox: true
|
|
|
|
|
},
|
|
|
|
|
</div>
|
|
|
|
|
<th:block th:include="include :: footer"/>
|
|
|
|
|
<script th:inline="javascript">
|
|
|
|
|
var editFlag = [[${@permission.hasPermi('manage:record_inspection:edit')}]];
|
|
|
|
|
var removeFlag = [[${@permission.hasPermi('manage:record_inspection:remove')}]];
|
|
|
|
|
var prefix = ctx + "manage/record_inspection";
|
|
|
|
|
|
|
|
|
|
$(function () {
|
|
|
|
|
var options = {
|
|
|
|
|
url: prefix + "/list",
|
|
|
|
|
createUrl: prefix + "/add",
|
|
|
|
|
updateUrl: prefix + "/edit/{id}",
|
|
|
|
|
removeUrl: prefix + "/remove",
|
|
|
|
|
exportUrl: prefix + "/export",
|
|
|
|
|
modalName: "巡检记录",
|
|
|
|
|
sortOrder: "desc",
|
|
|
|
|
sortName: "inspectionTime",
|
|
|
|
|
rememberSelected: true,
|
|
|
|
|
detailView: true,
|
|
|
|
|
onExpandRow: function (index, row, $detail) {
|
|
|
|
|
initinspectionTable(index, row, $detail);
|
|
|
|
|
},
|
|
|
|
|
columns: [{
|
|
|
|
|
|
|
|
|
|
field: 'state',
|
|
|
|
|
checkbox: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'inspectionId',
|
|
|
|
|
title: '主键',
|
|
|
|
@ -85,19 +98,19 @@
|
|
|
|
|
// field: 'inspectionUser',
|
|
|
|
|
// title: '巡检人'
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
field: 'totalNumber',
|
|
|
|
|
title: '巡检数量'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
field: 'normalNumber',
|
|
|
|
|
title: '正常数量'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
field: 'abnormalNumber',
|
|
|
|
|
title: '异常数量'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
field: 'skipNumber',
|
|
|
|
|
title: '跳过数量'
|
|
|
|
|
},
|
|
|
|
@ -106,62 +119,75 @@
|
|
|
|
|
{
|
|
|
|
|
title: '操作',
|
|
|
|
|
align: 'center',
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
var actions = [];
|
|
|
|
|
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)"' +
|
|
|
|
|
' onclick="openTaskTable(\'' + row.inspectionId + '\')"><i class="fa fa-camera"></i>查看机位</a> ');
|
|
|
|
|
return actions.join('');
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
};
|
|
|
|
|
$.table.init(options);
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
$.table.init(options);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function openTaskTable(id){
|
|
|
|
|
$.modal.openTab('巡检机位情况', ctx + "manage/record_inspection_task/"+id);
|
|
|
|
|
}
|
|
|
|
|
initinspectionTable = function (index, row, $detail) {
|
|
|
|
|
var childTable = $detail.html('<table style="table-layout:fixed"></table>').find('table');
|
|
|
|
|
|
|
|
|
|
$(childTable).bootstrapTable({
|
|
|
|
|
url: ctx + "manage/record_inspection_info/list",
|
|
|
|
|
method: 'post',
|
|
|
|
|
sidePagination: "server",
|
|
|
|
|
contentType: "application/x-www-form-urlencoded",
|
|
|
|
|
queryParams: {
|
|
|
|
|
inspectionId: row.inspectionId
|
|
|
|
|
},
|
|
|
|
|
columns: [
|
|
|
|
|
{
|
|
|
|
|
title: '序号',
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
return index+1
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'epcCode',
|
|
|
|
|
title: 'RFID'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'locationCode',
|
|
|
|
|
title: '机位码'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'inspectionState',
|
|
|
|
|
title: '巡检结果'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'inspectionRemark',
|
|
|
|
|
title: '异常原因'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'createTime',
|
|
|
|
|
title: '提交时间'
|
|
|
|
|
function openTaskTable(id) {
|
|
|
|
|
$.modal.openTab('巡检机位情况', ctx + "manage/record_inspection_task/" + id);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
initinspectionTable = function (index, row, $detail) {
|
|
|
|
|
var childTable = $detail.html('<table style="table-layout:fixed"></table>').find('table');
|
|
|
|
|
|
|
|
|
|
$(childTable).bootstrapTable({
|
|
|
|
|
url: ctx + "manage/record_inspection_info/list",
|
|
|
|
|
|
|
|
|
|
method: 'post',
|
|
|
|
|
sidePagination: "server",
|
|
|
|
|
contentType: "application/x-www-form-urlencoded",
|
|
|
|
|
queryParams: {
|
|
|
|
|
inspectionId: row.inspectionId
|
|
|
|
|
},
|
|
|
|
|
columns: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: '序号',
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
return index + 1
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'epcCode',
|
|
|
|
|
title: 'RFID'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'locationCode',
|
|
|
|
|
title: '机位码'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'inspectionState',
|
|
|
|
|
title: '巡检结果'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'inspectionRemark',
|
|
|
|
|
title: '异常原因'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'createTime',
|
|
|
|
|
title: '提交时间'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// 选中数据
|
|
|
|
|
function checkItem() {
|
|
|
|
|
var arrays = $.table.selectColumns("inspectionId");
|
|
|
|
|
// alert(arrays);
|
|
|
|
|
var data = {"ids": arrays.toString()};
|
|
|
|
|
$.operate.submit(prefix + "/print", "get", "json", data);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|