diff --git a/pages.json b/pages.json
index b8a39df..8540e98 100644
--- a/pages.json
+++ b/pages.json
@@ -69,7 +69,7 @@
}
},
{
- "path": "pages/investigation/task",
+ "path": "pages/investigation/complete",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "排查",
@@ -78,7 +78,18 @@
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
- },
+ },
+ {
+ "path": "pages/investigation/task",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "排查",
+ // 开启下拉刷新
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
+ }
+ },
{
"path": "pages/governance/index",
"style": {
diff --git a/pages/investigation/complete.vue b/pages/investigation/complete.vue
new file mode 100644
index 0000000..400b248
--- /dev/null
+++ b/pages/investigation/complete.vue
@@ -0,0 +1,677 @@
+
+
+
+
+
+
+
+
+
+
+
+ 基本信息和隐患
+
+
+
+
+ 任务流转过程
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+ {{ name }}
+
+
+
+
+
+
+ {{ formData.xqname }}
+
+
+
+
+
+
+ {{ formData.jdname }}
+
+
+
+
+ {{sectionName}}
+
+
+
+ {{ formData.roadType }}
+
+
+
+
+
+ {{ formData.roadWidth }}
+ 米
+
+
+
+
+ {{ formData.laneCount }}
+ 道
+
+
+
+
+ {{ formData.roadStructure }}
+
+
+
+
+
+ {{ formData.sideProtec }}
+
+
+
+
+
+ {{ formData.centerSeparate }}
+
+
+
+
+
+ {{ formData.designSpeed }}
+ Km/h
+
+
+
+
+ {{ formData.limitSpeed }}
+ Km/h
+
+
+
+
+
+
+
+ 隐患项
+
+
+ {{ indexData + 1 }}.
+ {{ itemData.length > 0 ? itemData[0].nname : '' }}
+
+
+ 隐患({{index+1}}):{{item.itemname}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file