diff --git a/pages.json b/pages.json
index 368735b..5e9268c 100644
--- a/pages.json
+++ b/pages.json
@@ -238,6 +238,32 @@
"style": {
"navigationBarTitleText": "引航站报送"
}
+ },
+ {
+ "path": "pages/safetySupervisionDepart/floodPrevention/form",
+ "style": {
+ "navigationBarTitleText": "防灾防洪报送"
+ }
+ },
+ {
+ "path": "pages/safetySupervisionDepart/floodPrevention/list",
+ "style": {
+ "navigationBarTitleText": "防灾防洪",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/safetySupervisionDepart/winterPrevention/form",
+ "style": {
+ "navigationBarTitleText": "冰雪灾害报送"
+ }
+ },
+ {
+ "path": "pages/safetySupervisionDepart/winterPrevention/list",
+ "style": {
+ "navigationBarTitleText": "冰雪灾害",
+ "enablePullDownRefresh": true
+ }
}
],
"globalStyle": {
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 8273813..161f0d9 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -14,7 +14,7 @@
return {
imgFix: '/static/image/',
routeData: [], //路由权限
- filterRoute:['机场','地铁','道路运输','铁路','水运','高速','港口','公交'],//排除非小程序菜单
+ filterRoute:['机场','地铁','道路运输','铁路','水运','高速','港口','公交','恶劣天气应对'],//排除非小程序菜单
}
},
onShow() {
@@ -34,6 +34,7 @@
if(res.code == 200) {
console.log('权限路由');
this.routeData = res.data;
+ console.log('routeData----------------',this.routeData)
}
}).catch(() => {
})
diff --git a/pages/safetySupervisionDepart/floodPrevention/form.vue b/pages/safetySupervisionDepart/floodPrevention/form.vue
new file mode 100644
index 0000000..7b30e55
--- /dev/null
+++ b/pages/safetySupervisionDepart/floodPrevention/form.vue
@@ -0,0 +1,437 @@
+
+
+
+
+ 如有填报问题,请咨询公共服务中心
+ 中心值班电话:{{mobile}}
+
+
+ 基本信息
+
+ 填报单位:
+
+ {{form.reportUnit}}
+
+
+
+ 填报日期:
+
+
+
+ {{form.reportDate?form.reportDate:'请选择时段'}}
+
+
+ {{form.reportDate?form.reportDate:''}}
+
+
+
+
+ 应急资源调动
+ 相关资源
+
+ 应对队伍(支):
+
+
+
+
+
+
+ 应对人员(人):
+
+
+
+
+
+
+ 机械设备(台/部)
+
+
+
+
+
+
+ 抽排水设备(台部)
+
+
+
+
+
+
+ 应急运力
+
+ 指挥或巡查车(辆)"
+
+
+
+
+
+
+ 客运车辆(辆)"
+
+
+
+
+
+
+ 货运车辆(辆)"
+
+
+
+
+
+
+
+ 预警信息
+
+ 预警信息发布(条次):
+
+
+
+
+
+
+
+ 应对措施
+
+
+
+ 处置情况
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/safetySupervisionDepart/floodPrevention/list.vue b/pages/safetySupervisionDepart/floodPrevention/list.vue
new file mode 100644
index 0000000..11b5fc6
--- /dev/null
+++ b/pages/safetySupervisionDepart/floodPrevention/list.vue
@@ -0,0 +1,472 @@
+
+
+
+
+
+ 报送时间
+
+ {{item.reportDate || ''}}
+
+
+
+
+
+
+
+ {{item2}}
+
+
+
+
+
+
+
+
+
+ 查询条件
+
+
+
+
+ 重置
+ 确认
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/safetySupervisionDepart/winterPrevention/form.vue b/pages/safetySupervisionDepart/winterPrevention/form.vue
new file mode 100644
index 0000000..3374868
--- /dev/null
+++ b/pages/safetySupervisionDepart/winterPrevention/form.vue
@@ -0,0 +1,458 @@
+
+
+
+
+ 如有填报问题,请咨询公共服务中心
+ 中心值班电话:{{mobile}}
+
+
+ 基本信息
+
+ 填报单位:
+
+ {{form.reportUnit}}
+
+
+
+ 填报日期:
+
+
+
+ {{form.reportDate?form.reportDate:'请选择时段'}}
+
+
+ {{form.reportDate?form.reportDate:''}}
+
+
+
+
+ 应急资源调动
+ 相关资源
+
+ 应对队伍(支):
+
+
+
+
+
+
+ 应对人员(人):
+
+
+
+
+
+
+ 机械设备(台/部)
+
+
+
+
+
+
+ 车辆(辆次)
+
+
+
+
+
+
+
+
+ 融雪剂固体(吨)"
+
+
+
+
+
+
+ 融雪剂液体(吨)"
+
+
+
+
+
+
+ 砂(立方)"
+
+
+
+
+
+
+ 航煤(升)"
+
+
+
+
+
+
+
+ 预警信息
+
+ 预警信息发布(条次):
+
+
+
+
+
+
+
+ 准备情况
+
+
+
+ 受影响情况
+
+
+
+ 处置情况
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/safetySupervisionDepart/winterPrevention/list.vue b/pages/safetySupervisionDepart/winterPrevention/list.vue
new file mode 100644
index 0000000..f135c48
--- /dev/null
+++ b/pages/safetySupervisionDepart/winterPrevention/list.vue
@@ -0,0 +1,471 @@
+
+
+
+
+
+ 报送时间
+
+ {{item.reportDate || ''}}
+
+
+
+
+
+
+
+ {{item2}}
+
+
+
+
+
+
+
+
+
+ 查询条件
+
+
+
+
+ 重置
+ 确认
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/airport01.png b/static/image/airport01.png
index 7c584ee..fd0ccc2 100644
Binary files a/static/image/airport01.png and b/static/image/airport01.png differ
diff --git a/static/image/bus1.png b/static/image/bus1.png
index 6000973..c084298 100644
Binary files a/static/image/bus1.png and b/static/image/bus1.png differ
diff --git a/static/image/icon_rundata.png b/static/image/icon_rundata.png
index 3c0bc8e..b59e259 100644
Binary files a/static/image/icon_rundata.png and b/static/image/icon_rundata.png differ
diff --git a/static/image/icon_runstatus.png b/static/image/icon_runstatus.png
index f4a933b..e8a3194 100644
Binary files a/static/image/icon_runstatus.png and b/static/image/icon_runstatus.png differ
diff --git a/static/image/roadTransport.png b/static/image/roadTransport.png
index 1b3a5cf..7850f5f 100644
Binary files a/static/image/roadTransport.png and b/static/image/roadTransport.png differ
diff --git a/static/image/roadTransport01.png b/static/image/roadTransport01.png
index a9329b6..ff29a17 100644
Binary files a/static/image/roadTransport01.png and b/static/image/roadTransport01.png differ
diff --git a/static/image/safetySupervisionDepart.png b/static/image/safetySupervisionDepart.png
new file mode 100644
index 0000000..12e1899
Binary files /dev/null and b/static/image/safetySupervisionDepart.png differ
diff --git a/static/image/safetySupervisionDepart01.png b/static/image/safetySupervisionDepart01.png
new file mode 100644
index 0000000..12e1899
Binary files /dev/null and b/static/image/safetySupervisionDepart01.png differ
diff --git a/static/image/spread.png b/static/image/spread.png
index 289e54f..1ee11d2 100644
Binary files a/static/image/spread.png and b/static/image/spread.png differ
diff --git a/static/image/water.png b/static/image/water.png
index f390243..bbf7a59 100644
Binary files a/static/image/water.png and b/static/image/water.png differ
diff --git a/static/image/water01.png b/static/image/water01.png
index 5e7abb1..23dd264 100644
Binary files a/static/image/water01.png and b/static/image/water01.png differ