From 11468b052e16b9fe3e3c5f74c6ad5c69eb1285a8 Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Tue, 30 Jul 2024 18:34:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 15 +-
pages/investigation/complete.vue | 677 +++++++++++++++++++++++++++++++
2 files changed, 690 insertions(+), 2 deletions(-)
create mode 100644 pages/investigation/complete.vue
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