From 6405effe6ed99fd270c0c7ef1c09adbc9e39fb34 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 17 Mar 2022 18:32:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=8C=E7=BB=B4=E7=A0=81?=
=?UTF-8?q?=E5=B7=A1=E6=A3=80=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 13 ++-
pages/excuteInspection/excuteInspection.vue | 1 -
.../excuteOneQrCodeInspection.vue | 92 +++++++++++++++++++
3 files changed, 103 insertions(+), 3 deletions(-)
create mode 100644 pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue
diff --git a/pages.json b/pages.json
index 5839ae1..a767e5a 100644
--- a/pages.json
+++ b/pages.json
@@ -3,7 +3,7 @@
{
"path": "pages/index/index",
"style": {
- "navigationBarTitleText": "百航E家"
+ "navigationBarTitleText": "HC掌上物业"
}
}
,{
@@ -528,10 +528,19 @@
}
}
+ ,{
+ "path" : "pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection",
+ "style" :
+ {
+ "navigationBarTitleText": "二维码巡检",
+ "enablePullDownRefresh": false
+ }
+
+ }
],
"globalStyle": {
"navigationBarTextStyle": "white",
- "navigationBarTitleText": "百航E家",
+ "navigationBarTitleText": "HC掌上物业",
"navigationBarBackgroundColor": "#00AA00",
"backgroundColor": "#00AA00",
"onReachBottonDistance":50
diff --git a/pages/excuteInspection/excuteInspection.vue b/pages/excuteInspection/excuteInspection.vue
index d45d466..ba44e5f 100644
--- a/pages/excuteInspection/excuteInspection.vue
+++ b/pages/excuteInspection/excuteInspection.vue
@@ -95,7 +95,6 @@
},
success: function(res) {
// TODO 判断
-
let _inspectionTaskDetails = res.data.inspectionTaskDetails;
_inspectionTaskDetails.forEach(function(_item) {
if (_item.state == '20200407') {
diff --git a/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue b/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue
new file mode 100644
index 0000000..8d47eea
--- /dev/null
+++ b/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+ 当前没有巡检任务
+
+
+
+
+
+
+
+
+