diff --git a/config/index.js b/config/index.js
index f6ea675..89bb041 100644
--- a/config/index.js
+++ b/config/index.js
@@ -9,7 +9,15 @@ module.exports = {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
- proxyTable: {},
+ proxyTable: {
+ '/api': {
+ target: 'http://192.168.151.56:8092/',
+ changeOrigin: true,
+ pathRewrite: {
+ '^/api': ''
+ }
+ }
+ },
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
diff --git a/src/views/firefighting/fireInfoReport/components/fireDevice.vue b/src/views/firefighting/fireInfoReport/components/fireDevice.vue
new file mode 100644
index 0000000..5cad7d8
--- /dev/null
+++ b/src/views/firefighting/fireInfoReport/components/fireDevice.vue
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireInfoReport/components/firePoint.vue b/src/views/firefighting/fireInfoReport/components/firePoint.vue
new file mode 100644
index 0000000..ed2a17a
--- /dev/null
+++ b/src/views/firefighting/fireInfoReport/components/firePoint.vue
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点位二维码
+
+
+
+
+
+
+
+
+
+
+
+
消防点位信息
+
+
+
+ 消防区域 |
+ {{ qrInfo.FIRE_REGION_NAME }} |
+ 消防点位 |
+ {{ qrInfo.FIRE_POINT_NAME }} |
+
+
+ 负责部门 |
+ {{ qrInfo.DEPARTMENT_NAME }} |
+ 负责人 |
+ {{ qrInfo.USERNAME }} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireInfoReport/components/fireRegion.vue b/src/views/firefighting/fireInfoReport/components/fireRegion.vue
new file mode 100644
index 0000000..111846f
--- /dev/null
+++ b/src/views/firefighting/fireInfoReport/components/fireRegion.vue
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 禁用
+ 启用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireInfoReport/components/list.vue b/src/views/firefighting/fireInfoReport/components/list.vue
new file mode 100644
index 0000000..18c1cc3
--- /dev/null
+++ b/src/views/firefighting/fireInfoReport/components/list.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.xiaoFangQuYuNum }}
+
+
+
+
+
+
+ {{ row.xiaoFangDianWeiNum }}
+
+
+
+
+
+
+ {{ row.xiaoFangQiCaiNum }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireInfoReport/index.vue b/src/views/firefighting/fireInfoReport/index.vue
new file mode 100644
index 0000000..ac31013
--- /dev/null
+++ b/src/views/firefighting/fireInfoReport/index.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireReport/components/fireControlRoom.vue b/src/views/firefighting/fireReport/components/fireControlRoom.vue
new file mode 100644
index 0000000..80d63ce
--- /dev/null
+++ b/src/views/firefighting/fireReport/components/fireControlRoom.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.LONGTITUDE }} -- {{ row.LATITUDE }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireReport/components/firePumpRoom.vue b/src/views/firefighting/fireReport/components/firePumpRoom.vue
new file mode 100644
index 0000000..5dd6147
--- /dev/null
+++ b/src/views/firefighting/fireReport/components/firePumpRoom.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.LONGTITUDE }} -- {{ row.LATITUDE }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireReport/components/fireResources.vue b/src/views/firefighting/fireReport/components/fireResources.vue
new file mode 100644
index 0000000..b434a2d
--- /dev/null
+++ b/src/views/firefighting/fireReport/components/fireResources.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.LONGTITUDE }} -- {{ row.LATITUDE }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireReport/components/list.vue b/src/views/firefighting/fireReport/components/list.vue
new file mode 100644
index 0000000..e29f4bf
--- /dev/null
+++ b/src/views/firefighting/fireReport/components/list.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.xiaoFangKongZhiShiNum }}
+
+
+
+
+
+
+ {{ row.xiaoFangBengFangNum }}
+
+
+
+
+
+
+ {{ row.xiaoFangShuiYuanNum }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireReport/index.vue b/src/views/firefighting/fireReport/index.vue
new file mode 100644
index 0000000..fa086b6
--- /dev/null
+++ b/src/views/firefighting/fireReport/index.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/fireList.vue b/src/views/firefighting/fireUtilReport/components/fireList.vue
new file mode 100644
index 0000000..f767c26
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/fireList.vue
@@ -0,0 +1,485 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+ 导入
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传附件
+
+
+ 导出模板
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/fireRecord.vue b/src/views/firefighting/fireUtilReport/components/fireRecord.vue
new file mode 100644
index 0000000..541eb93
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/fireRecord.vue
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.checkCount }}/1
+
+
+ {{ row.checkCount }}/1
+
+
+
+
+
+
+ 禁用
+
+
+ 启用
+
+
+ 已删除
+
+
+
+
+
+ 检查记录
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/list.vue b/src/views/firefighting/fireUtilReport/components/list.vue
new file mode 100644
index 0000000..ea5a935
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/list.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.xiaoJianChaNum }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/recordInfo.vue b/src/views/firefighting/fireUtilReport/components/recordInfo.vue
new file mode 100644
index 0000000..f5ab0a5
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/recordInfo.vue
@@ -0,0 +1,431 @@
+
+
+
+
+
点位检查表基础信息
+
+
+
+
+ 点检表名称 |
+ {{ form.FIRE_CHECK_STANDARD_NAME }} |
+
+
+ 所属部门 |
+ {{ form.DEPARTMENTNAME }} |
+ 所属岗位 |
+ {{ form.POSTNAME }} |
+
+
+ 排查周期 |
+ {{ form.FIRE_CHECK_TYPE_NAME }} |
+ 责任人 |
+ {{ form.USERNAME }} |
+
+
+ 检查时间 |
+ {{ recordBase.CHECK_TIME }} |
+ 检查周期 |
+ {{ recordBase.PERIODSTART.split(" ")[0] }}~{{ recordBase.PERIODEND.split(" ")[0] }} |
+ {{ recordBase.PERIODSTART.split(" ")[0] }} |
+
+
+ 检查情况 |
+
+
+ 已检查
+
+
+ 未检查
+
+ |
+ 检查人 |
+ {{ recordBase.USER_NAME }} |
+
+
+ 签字 |
+
+
+ |
+
+
+
+
+
检查内容
+
+
+
+
+ 序号 |
+ 消防区域 |
+ 消防点位 |
+ 消防设备编号 |
+ 检查情况 |
+ 点位检查照片 |
+
+
+
+
+ {{ index+1 }} |
+ {{ data.FIRE_REGION_NAME }} |
+ {{ data.FIRE_POINT_NAME }} |
+ {{ data.FIRE_DEVICE_CODE }} |
+
+
+
+ 合格
+ |
+
+
+
+ 不合格 |
+
+
+ 不涉及 |
+
+
+ 不涉及 |
+
+
+ |
+
+
+
+ 点位检查照片
+ |
+
+
+
+
+
+
+
+
+
+
+ 暂无数据 |
+
+
+
+
+
+
+
+ 序号 |
+ 设备编号 |
+ 隐患描述 |
+ 操作 |
+
+
+
+ {{ index+1 }} |
+ {{ data.FIRE_DEVICE_CODE }} |
+ {{ data.HIDDENDESCR }} |
+
+ 查看
+ |
+
+
+
+
+ 暂无数据 |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/recordList.vue b/src/views/firefighting/fireUtilReport/components/recordList.vue
new file mode 100644
index 0000000..c10fe85
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/recordList.vue
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.PERIODSTART }}-{{ row.PERIODEND }}
+
+
+
+
+
+
+ 已检查
+
+
+ 未检查
+
+
+
+
+
+
+ 检查记录
+ 删除
+
+
+ 补录
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/components/recording.vue b/src/views/firefighting/fireUtilReport/components/recording.vue
new file mode 100644
index 0000000..b929e28
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/components/recording.vue
@@ -0,0 +1,1971 @@
+
+
+
+
+
点位检查表基础信息
+
+
+
+
+ 点检表名称 |
+ {{ form.FIRE_CHECK_STANDARD_NAME }} |
+ 设备编号 |
+ {{ form.FIRE_DEVICE_CODE }} |
+
+
+ 所属区域 |
+ {{ form.FIRE_REGION_NAME }} |
+ 区域编号 |
+ {{ form.FIRE_REGION_CODE }} |
+
+
+ 所属点位 |
+ {{ form.FIRE_POINT_NAME }} |
+ 点位编号 |
+ {{ form.FIRE_POINT_CODE }} |
+
+
+ 所属部门 |
+ {{ form.DEPARTMENTNAME }} |
+ 所属岗位 |
+ {{ form.POSTNAME }} |
+
+
+ 排查周期 |
+ {{ form.FIRE_CHECK_TYPE_NAME }} |
+ 责任人 |
+ {{ form.USERNAME }} |
+
+
+
+
+
检查内容
+
+
+
+
+ 序号 |
+ 消防区域 |
+ 消防点位 |
+ 消防设备编号 |
+ 检查内容 |
+ 操作 |
+
+
+ {{ index+1 }} |
+ {{ data.FIRE_REGION_NAME }} |
+ {{ data.FIRE_POINT_NAME }} |
+ {{ data.FIRE_DEVICE_CODE }} |
+ {{ data.FIRE_CHECK_STANDARD_ITEM }} |
+
+
+
+ 合格
+ 不合格
+ 不涉及
+
+
+ |
+
+
+
+
+
+
+
+ 序号 |
+ 隐患描述 |
+ 操作 |
+
+
+
+ {{ index+1 }} |
+ {{ data.HIDDENDESCR }} |
+
+ 修改
+ 删除
+ |
+
+
+
+
+ 暂无数据 |
+
+
+
+
+
+
+
+ 检查时间 |
+
+
+ |
+
+
+ 检查部门 |
+
+
+ |
+ 检查人 |
+
+
+
+
+ |
+
+ 添加
+ |
+
+
+ 检查部门 |
+
+
+ |
+ 检查人 |
+
+
+
+
+ |
+
+ 删除
+ |
+
+
+ 补录原因 |
+
+
+ |
+
+
+ 备注 |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+ {{ hiddenPartType === 'select' ? '输入' : '选择' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 位置定位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ * 最多只能上传四张图片
+
+
+
+
+
+
+
+
+
+ 点击上传
+ * 只能上传mp4文件.最大上传50M
+
+
+
+
+
+
+
+
+
+ 立即整改
+ 限期整改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firefighting/fireUtilReport/index.vue b/src/views/firefighting/fireUtilReport/index.vue
new file mode 100644
index 0000000..5a49d71
--- /dev/null
+++ b/src/views/firefighting/fireUtilReport/index.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/src/views/map/index.vue b/src/views/map/index.vue
index 7151670..e3e0443 100644
--- a/src/views/map/index.vue
+++ b/src/views/map/index.vue
@@ -162,7 +162,7 @@
>
-
+
0) {
+ if (item.label === '消防管控') {
+ if (e.label === '消防救援队') {
+ return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ }
+ if (e.label !== '消防救援队') {
+ return (this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ }
+ }
+ }
const CORP_INFO_ID = this.CORP_INFO_ID
- if (containAuthorization.length === 0) return true
- if (containAuthorization.includes(CORP_INFO_ID)) {
+ if (e.containAuthorization.length === 0) return true
+ if (e.containAuthorization.includes(CORP_INFO_ID)) {
return true
} else {
return false
diff --git a/static/config.js b/static/config.js
index 486543a..42076b5 100644
--- a/static/config.js
+++ b/static/config.js
@@ -1,6 +1,6 @@
const config = {
weburl: 'http://192.168.0.45:8082/', // 前台地址
- httpurl: 'http://192.168.151.56:8092/', // 后台地址
+ httpurl: '/api', // 后台地址
qyurl: 'http://192.168.0.45:8080/', // 企业前台
fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址
publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB',