diff --git a/src/views/corpInfo/user/components/edit.vue b/src/views/corpInfo/user/components/edit.vue index 51862ca..ffe26cf 100644 --- a/src/views/corpInfo/user/components/edit.vue +++ b/src/views/corpInfo/user/components/edit.vue @@ -66,6 +66,9 @@ + + + 否 @@ -818,6 +821,7 @@ export default { IS_HAZARDCONFIRMER: 0, INFORPOST: '', CARDNO: '', + MKMJCARD: '', INFORTITLE: '', INFORTITLEValue: '', infortitleType: 'select', diff --git a/src/views/mkmj/area/components/edit.vue b/src/views/mkmj/area/components/edit.vue new file mode 100644 index 0000000..67d5264 --- /dev/null +++ b/src/views/mkmj/area/components/edit.vue @@ -0,0 +1,175 @@ + + + + {{ this.$parent.AREA_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + + diff --git a/src/views/mkmj/area/components/editGate.vue b/src/views/mkmj/area/components/editGate.vue new file mode 100644 index 0000000..b18645a --- /dev/null +++ b/src/views/mkmj/area/components/editGate.vue @@ -0,0 +1,233 @@ + + + + {{ this.$parent.AREA_GATE_ID == '' ? "新增" : "修改" }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保 存 + 返 回 + + + + + + + diff --git a/src/views/mkmj/area/components/listGate.vue b/src/views/mkmj/area/components/listGate.vue new file mode 100644 index 0000000..6d0e5d3 --- /dev/null +++ b/src/views/mkmj/area/components/listGate.vue @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 人员 + 车辆 + + + + + 入 + 出 + + + + + + + + 已定位 + 未定位 + + + + + + 编辑 + + 定位 + 摄像头 + 删除 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + + + + + + diff --git a/src/views/mkmj/area/components/listLog.vue b/src/views/mkmj/area/components/listLog.vue new file mode 100644 index 0000000..738db64 --- /dev/null +++ b/src/views/mkmj/area/components/listLog.vue @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 进 + 出 + + + + + + 人员进 + 人员出 + 车辆进 + 车辆出 + + + + + + + + + + + + + 返 回 + + + + + + + diff --git a/src/views/mkmj/area/components/listOne.vue b/src/views/mkmj/area/components/listOne.vue new file mode 100644 index 0000000..fbae9af --- /dev/null +++ b/src/views/mkmj/area/components/listOne.vue @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + {{ row.AREA_NAME }} + + + + + + + 一级 + 二级 + 三级 + + + + + + + 进出记录 + + 编辑 + + 删除 + + 闸机 + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/mkmj/area/components/listThree.vue b/src/views/mkmj/area/components/listThree.vue new file mode 100644 index 0000000..e593114 --- /dev/null +++ b/src/views/mkmj/area/components/listThree.vue @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + + 一级 + 二级 + 三级 + + + + + + + 进出记录 + + 编辑 + + 删除 + + 闸机 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + diff --git a/src/views/mkmj/area/components/listTwo.vue b/src/views/mkmj/area/components/listTwo.vue new file mode 100644 index 0000000..f5f5510 --- /dev/null +++ b/src/views/mkmj/area/components/listTwo.vue @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + {{ row.AREA_NAME }} + + + + + + + 一级 + 二级 + 三级 + + + + + + + 进出记录 + + 编辑 + + 删除 + + 闸机 + + + + + + + 新增 + + + + + + + 返 回 + + + + + + + diff --git a/src/views/mkmj/area/components/videoList.vue b/src/views/mkmj/area/components/videoList.vue new file mode 100644 index 0000000..bd156ba --- /dev/null +++ b/src/views/mkmj/area/components/videoList.vue @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + 已定位 + 未定位 + + + + + 播放 + 定位 + 删除 + + + + + + 新增 + + + + + 返 回 + + + + + + + + + + + + 固定摄像头 + + + + 选择 + + + + 选择 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/mkmj/area/index.vue b/src/views/mkmj/area/index.vue new file mode 100644 index 0000000..b5472f0 --- /dev/null +++ b/src/views/mkmj/area/index.vue @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + +