南昌市物联网技防平台-前端
shuishen
2021-02-02 7b94ecb73a12f8804191966da512dc2943225564
public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -709,7 +709,7 @@
                that._map.centerAndZoom(position, 18);//缩放,10是缩放级别,可以自定义,数值越大缩放越大
                var snumber = $(this).attr('term-id');
                var snumber = $(this).attr('term-snumber');
                var url = './popup/html/personnel-information-management.html?id=' + snumber;
                layui.use('layer', function () {
@@ -1136,7 +1136,7 @@
                });
            });
            that.getPoliceTable($('.police-container-distribute').find('.tbody tbody'), $('#dispatchingStartTime').val(), $('#dispatchingEndTime').val(), '', '', '');
            // that.getPoliceTable($('.police-container-distribute').find('.tbody tbody'), $('#dispatchingStartTime').val(), $('#dispatchingEndTime').val(), '', '', '');
            that.clickHand();
@@ -1610,7 +1610,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/blade-user/selectList',
                url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/security/security/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1634,10 +1634,10 @@
                        entityData = result[i].coordinate.match(/\(([^)]*)\)/);
                        a = Number(i) + 1;
                        str += "<tr term-id=" + result[i].id + " lgtd=" + result[i].jd + " lttd=" + result[i].wd + ">";
                        str += "<tr term-snumber=" + result[i].snumber + " lgtd=" + result[i].jd + " lttd=" + result[i].wd + ">";
                        str += '<td>' + a + '</td>';
                        str += '<td title=' + result[i].code + '>' + result[i].code + '</td>';
                        str += '<td title=' + result[i].realName + '>' + result[i].realName + '</td>';
                        str += '<td title=' + result[i].snumber + '>' + result[i].snumber + '</td>';
                        str += '<td title=' + result[i].sname + '>' + result[i].sname + '</td>';
                        str += '<td title=' + result[i].phone + '>' + result[i].phone + '</td>';
                        str += "<td> <input type='button' value='编辑' resultid=" + result[i].id + "> </td>";
                        str += '</tr>';