| File was renamed from public/map/views/map/widgets/aPoliceTeam/APoliceTeam.js |
| | |
| | | }) |
| | | // 巡逻区域的新增按钮 |
| | | $('.police-container .police-container-patrol .main-content>li:eq(0) .distribute-table-content .operation .add').off('click').click(function () { |
| | | var url = '../../popup/html/region-name.html'; |
| | | var url = './popup/html/region-name.html'; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | |
| | | var snumber = $(this).attr('term-id'); |
| | | |
| | | var url = '../../popup/html/personnel-information-management.html?id=' + snumber; |
| | | var url = './popup/html/personnel-information-management.html?id=' + snumber; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | }) |
| | | // 巡逻路线中的新增按钮的点击事件 |
| | | $('.police-dispatching .police-container .police-container-patrol .main-content>li:eq(1) .add').off('click').click(function () { |
| | | var url = '../../popup/html/route-name-layer.html'; |
| | | var url = './popup/html/route-name-layer.html'; |
| | | layui.use('layer', function () { |
| | | that.layuiLayer = layui.layer; |
| | | that.layuiLayer.config({ |
| | |
| | | var self = this; |
| | | |
| | | |
| | | var url = '../../popup/html/routename-and-peoplename.html?routeName=' + routeName + '&routeId=' + routeId + '&peopleName=' + peopleName; |
| | | var url = './popup/html/routename-and-peoplename.html?routeName=' + routeName + '&routeId=' + routeId + '&peopleName=' + peopleName; |
| | | 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({ |