From 9c0d409744cac5386f4d8083b46c81e1263776fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Fri, 18 Nov 2022 09:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AE=9A=E4=BD=8D=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=EF=BC=88=E7=82=B9=E4=BD=8D=E9=85=8D=E7=BD=AE=EF=BC=89?= =?UTF-8?q?=E5=9F=BA=E7=AB=99=E3=80=81=E6=A5=BC=E6=A0=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/api/personnelPositioning.js | 18 +- .../ConfigChildrenIndex/configuration.vue | 850 ++++++++++++- .../ConfigChildrenIndex/positoningIndex.vue | 1062 ++++++++++++++--- 3 files changed, 1714 insertions(+), 216 deletions(-) diff --git a/src/assets/js/api/personnelPositioning.js b/src/assets/js/api/personnelPositioning.js index 1601ca13..8ea16a95 100644 --- a/src/assets/js/api/personnelPositioning.js +++ b/src/assets/js/api/personnelPositioning.js @@ -3,7 +3,7 @@ */ import {post,get} from '../http' -//点位配置-基站页面接口 +//点位配置-基站控制器接口 export const addPersonnelLocationnApi = data => post('xmgl/personnelLocationBaseStation/addPersonnelLocationBaseStation', data);//新增人员定位-基站 export const deletePersonnelLocationDeleteByIdApi = data => get('xmgl/personnelLocationBaseStation/deleteById', data);//根据id删除人员定位-基站 export const getPersonnelLocationBaseStationGetByIdApi = data => get('xmgl/personnelLocationBaseStation/getById', data);//根据id查询人员定位-基站 @@ -11,7 +11,7 @@ export const getPersonnelLocationBaseStationListApi = data => get('xmgl/personnelLocationBaseStation/list', data);//所有人员定位-基站 export const getPersonnelLocationBaseStationApi = data => get('xmgl/personnelLocationBaseStation/selectPage', data);//分页查询人员定位-基站 - //点位配置-楼栋页面接口 + //点位配置-楼栋控制器接口 export const addBeaconDataApi = data => post('xmgl/personnelLocationBuilding/addBeaconData', data);//新增楼栋信标数据 export const addPersonnelLocationBuildingApi = data => post('xmgl/personnelLocationBuilding/addPersonnelLocationBuilding', data);//新增人员定位-楼栋 export const deletePersonnelLocationApi = data => get('xmgl/personnelLocationBuilding/deleteById', data);//根据id删除人员定位-楼栋 @@ -21,3 +21,17 @@ export const getLocationBuildingSelectPageApi = data => get('xmgl/personnelLocationBuilding/selectPage', data);//分页查询人员定位-楼栋 export const editPersonnelLocationBuildingUpdateApi = data => post('xmgl/personnelLocationBuilding/updatePersonnelLocationBuilding', data);//修改人员定位-楼栋 + + //点位配置-点位图控制器接口 + export const getPlaneFigureApi = data => get('/xmgl/personnelLocationPlaneFigure/selectPage', data);//分页查询人员定位-点位图 + export const addPlaneFigureApi = data => post('/xmgl/personnelLocationPlaneFigure/addPersonnelLocationPlaneFigure', data);//新增人员定位-点位图 + export const editPlaneFigureApi = data => post('/xmgl/personnelLocationPlaneFigure/updatePersonnelLocationPlaneFigure', data);//修改人员定位-点位图 + export const deletePlaneFigureApi = data => get('/xmgl/personnelLocationPlaneFigure/deleteById', data);//分页查询人员定位-点位图 + export const getDetailsByIdApi = data => get('/xmgl/personnelLocationPlaneFigure/getDetailsById', data);//根据id查询人员定位-点位图 + + + //点位配置 点位图关联楼栋信息控制器 + export const addPersonnelLocationPlaneFigureBuildingApi = data => post('/xmgl/personnelLocationPlaneFigureBuilding/addPersonnelLocationPlaneFigureBuilding', data);//新增人员定位-点位图关联楼栋信息 + export const deleteByIdApi = data => get('/xmgl/personnelLocationPlaneFigureBuilding/deleteById', data);//根据id删除人员定位-点位图关联楼栋信息 + export const updatePersonnelLocationPlaneFigureBuildingApi = data => post('/xmgl/personnelLocationPlaneFigureBuilding/updatePersonnelLocationPlaneFigureBuilding', data);//新增人员定位-点位图 + diff --git a/src/views/projectFront/personnelPosition/ConfigChildrenIndex/configuration.vue b/src/views/projectFront/personnelPosition/ConfigChildrenIndex/configuration.vue index 6d362182..0eb4c75f 100644 --- a/src/views/projectFront/personnelPosition/ConfigChildrenIndex/configuration.vue +++ b/src/views/projectFront/personnelPosition/ConfigChildrenIndex/configuration.vue @@ -3,29 +3,44 @@
+
布点
保存
+
+
布点
- 报存
+ 保存
+