|
|
|
@ -1,40 +1,44 @@
|
|
|
|
|
<!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="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="inspectionId"/>-->
|
|
|
|
|
<!-- </li>-->
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>任务表id:</label>-->
|
|
|
|
|
<!-- <input type="text" name="taskId"/>-->
|
|
|
|
|
<!-- </li>-->
|
|
|
|
|
<li>
|
|
|
|
|
<label>机位码:</label>
|
|
|
|
|
<input type="text" name="locationCode"/>
|
|
|
|
|
</li>
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>巡检id:</label>-->
|
|
|
|
|
<!-- <input type="text" name="inspectionId"/>-->
|
|
|
|
|
<!-- </li>-->
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>任务表id:</label>-->
|
|
|
|
|
<!-- <input type="text" name="taskId"/>-->
|
|
|
|
|
<!-- </li>-->
|
|
|
|
|
<!-- <li>-->
|
|
|
|
|
<!-- <label>机位码:</label>-->
|
|
|
|
|
<input type="hidden" name="locationCode" th:value="${location}"/>
|
|
|
|
|
<!-- </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]"/>
|
|
|
|
|
<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]"/>
|
|
|
|
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间"
|
|
|
|
|
name="params[endCreateTime]"/>
|
|
|
|
|
</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>
|
|
|
|
|
<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>
|
|
|
|
@ -45,28 +49,34 @@
|
|
|
|
|
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="manage:record_inspection_img:add">
|
|
|
|
|
<i class="fa fa-plus"></i> 添加
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="manage:record_inspection_img:edit">
|
|
|
|
|
<i class="fa fa-edit"></i> 修改
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="manage:record_inspection_img:remove">
|
|
|
|
|
|
|
|
|
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()"
|
|
|
|
|
shiro:hasPermission="manage:record_inspection_img:remove">
|
|
|
|
|
<i class="fa fa-remove"></i> 删除
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="manage:record_inspection_img:export">
|
|
|
|
|
<a class="btn btn-warning" onclick="$.table.exportExcel()"
|
|
|
|
|
shiro:hasPermission="manage:record_inspection_img:export">
|
|
|
|
|
<i class="fa fa-download"></i> 导出
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a class="btn btn-warning multiple disabled" onclick="$.operate.edit()"
|
|
|
|
|
shiro:hasPermission="manage:record_inspection_img:edit">
|
|
|
|
|
<i class="fa fa-edit"></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">
|
|
|
|
|
</div>
|
|
|
|
|
<th:block th:include="include :: footer"/>
|
|
|
|
|
<script th:inline="javascript">
|
|
|
|
|
var editFlag = [[${@permission.hasPermi('manage:record_inspection_img:edit')}]];
|
|
|
|
|
var removeFlag = [[${@permission.hasPermi('manage:record_inspection_img:remove')}]];
|
|
|
|
|
var prefix = ctx + "manage/record_inspection_img";
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|
$(function () {
|
|
|
|
|
var options = {
|
|
|
|
|
url: prefix + "/list",
|
|
|
|
|
createUrl: prefix + "/add",
|
|
|
|
@ -74,6 +84,7 @@
|
|
|
|
|
removeUrl: prefix + "/remove",
|
|
|
|
|
exportUrl: prefix + "/export",
|
|
|
|
|
modalName: "巡检历史图片",
|
|
|
|
|
// queryParams: queryParams,
|
|
|
|
|
columns: [{
|
|
|
|
|
checkbox: true
|
|
|
|
|
},
|
|
|
|
@ -81,18 +92,24 @@
|
|
|
|
|
// field: 'inspectionId',
|
|
|
|
|
// title: '巡检id'
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// field: 'taskId',
|
|
|
|
|
// title: '任务表id'
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
field: 'locationCode',
|
|
|
|
|
title: '机位码',
|
|
|
|
|
visible:false
|
|
|
|
|
field: 'objid',
|
|
|
|
|
title: '主键',
|
|
|
|
|
visible: false
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// field: 'locationCode',
|
|
|
|
|
// title: '机位码',
|
|
|
|
|
// visible: false
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
field: 'imgPath',
|
|
|
|
|
title: '路径'
|
|
|
|
|
title: '巡检图片',
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
|
|
|
|
|
return $.table.imageView(value, 818, 460, null);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'createBy',
|
|
|
|
@ -105,16 +122,23 @@
|
|
|
|
|
{
|
|
|
|
|
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="$.operate.edit(\'' + row.inspectionId + '\')"><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.inspectionId + '\')"><i class="fa fa-remove"></i>删除</a>');
|
|
|
|
|
// actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.inspectionId + '\')"><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.objid + '\')"><i class="fa fa-remove"></i>删除</a>');
|
|
|
|
|
return actions.join('');
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
};
|
|
|
|
|
$.table.init(options);
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
function queryParams() {
|
|
|
|
|
console.log("查询")
|
|
|
|
|
var search = $.table.queryParams(params);
|
|
|
|
|
console.log(search)
|
|
|
|
|
return search;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|