|
@@ -110,6 +110,13 @@
|
|
</div>
|
|
</div>
|
|
<th:block th:include="include :: footer" />
|
|
<th:block th:include="include :: footer" />
|
|
<script th:inline="javascript">
|
|
<script th:inline="javascript">
|
|
|
|
+ function openDetailsDia(eventId){
|
|
|
|
+ //var prefix = ctx + "visualization/event/getVisualizationDetails?eventId="+eventId+"&reservePlanType=reserveplan_type_1";
|
|
|
|
+ var prefix = ctx + "visualization/event/getVisualizationDetails?eventId="+eventId+"&reservePlanType=" + $("#reserveplanType").val();
|
|
|
|
+ //$.modal.openTab('警情信息', prefix,$(document).width(),$(document).height());
|
|
|
|
+ $.modal.open('警情信息', prefix,$(document).width(),$(document).height());
|
|
|
|
+ }
|
|
|
|
+
|
|
var report_typeDict = [[${@dict.getType('report_type')}]];
|
|
var report_typeDict = [[${@dict.getType('report_type')}]];
|
|
var event_statusDict = [[${@dict.getType('event_status')}]];
|
|
var event_statusDict = [[${@dict.getType('event_status')}]];
|
|
var reserveplan_levelDict = [[${@dict.getType('reserveplan_level')}]];
|
|
var reserveplan_levelDict = [[${@dict.getType('reserveplan_level')}]];
|
|
@@ -140,7 +147,10 @@
|
|
},*/
|
|
},*/
|
|
{
|
|
{
|
|
field: 'name',
|
|
field: 'name',
|
|
- title: '事件名称'
|
|
|
|
|
|
+ title: '事件名称',
|
|
|
|
+ formatter: function(value, row, index) {
|
|
|
|
+ return '<a href="javascript:void(0)" onclick="openDetailsDia(\'' + row.id + '\')">' + value + '</a>';
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
field: 'reportType',
|
|
field: 'reportType',
|