| File was renamed from public/map/views/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js |
| | |
| | | // 警情列表中的点击事件 |
| | | $('.analysis-container-police .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () { |
| | | var id = $(this).attr('term-list'); |
| | | var url = '../../popup/html/police-details.html?obj=' + id; |
| | | var url = './popup/html/police-details.html?obj=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | // 业主列表中的点击事件 |
| | | $('.analysis-container-owner .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () { |
| | | var id = $(this).attr('term-list'); |
| | | var url = '../../popup/html/owner-details.html?id=' + id; |
| | | var url = './popup/html/owner-details.html?id=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | // 设备列表中的点击事件 |
| | | $('.analysis-container-equipment .analysis-table-content .tbody').off('click', 'tr').on('click', 'tr', function () { |
| | | var id = $(this).attr('term-listid'); |
| | | var url = '../../popup/html/equipment-details.html?obj=' + id; |
| | | var url = './popup/html/equipment-details.html?obj=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | */ |
| | | policeDetails: function (id) { |
| | | var that = this; |
| | | var url = '../../popup/html/police-details.html?obj=' + id; |
| | | var url = './popup/html/police-details.html?obj=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | */ |
| | | ownerDetails: function (id) { |
| | | var that = this; |
| | | var url = '../../popup/html/owner-details.html?id=' + id; |
| | | var url = './popup/html/owner-details.html?id=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | */ |
| | | equipmentDetails: function (id) { |
| | | var that = this; |
| | | var url = '../../popup/html/equipment-details.html?obj=' + id; |
| | | var url = './popup/html/equipment-details.html?obj=' + id; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |