From 4ac2be55fa9fb2557c62222ad4770d7a48f000d2 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 19 May 2022 16:12:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=9E=E4=BA=8B=E8=BF=9B=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/apps/AppHelpDeclaration/SelectUser.vue | 339 +++++++++++++++++++++
src/apps/AppHelpDeclaration/details.vue | 12 +-
src/apps/AppHelpDeclaration/list.vue | 20 +-
src/apps/AppHelpDeclaration/result.vue | 296 +++++++++++-------
4 files changed, 553 insertions(+), 114 deletions(-)
create mode 100644 src/apps/AppHelpDeclaration/SelectUser.vue
diff --git a/src/apps/AppHelpDeclaration/SelectUser.vue b/src/apps/AppHelpDeclaration/SelectUser.vue
new file mode 100644
index 00000000..0389c29f
--- /dev/null
+++ b/src/apps/AppHelpDeclaration/SelectUser.vue
@@ -0,0 +1,339 @@
+
+
+
+
+
+
+
diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue
index ee20eec5..d7cc839a 100644
--- a/src/apps/AppHelpDeclaration/details.vue
+++ b/src/apps/AppHelpDeclaration/details.vue
@@ -60,7 +60,7 @@
- {{ item.girdMemberName && item.girdMemberName.substring(item.girdMemberName.length, item.girdMemberName.length - 2) }}
+ {{ item.doUsername && item.doUsername.substring(item.doUsername.length, item.doUsername.length - 2) }}

@@ -69,9 +69,9 @@
-
{{ item.systemExplain }}
+
{{ item.description }}
- {{ $dict.getLabel('clapDoStatus', item.doStatus) }}
+ {{ $dict.getLabel('helpDeclarationStatus', item.status) }}
@@ -106,7 +106,7 @@
前往办理
-
+
@@ -117,6 +117,7 @@ export default {
list: [],
data: {},
id: '',
+ doItShow: false,
}
},
onLoad(o) {
@@ -141,6 +142,9 @@ export default {
current: img
})
},
+ toContent(status) {
+ uni.navigateTo({ url: `./result?status=${status}` })
+ },
}
}
diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue
index 5c27bd1b..d77fbb3e 100644
--- a/src/apps/AppHelpDeclaration/list.vue
+++ b/src/apps/AppHelpDeclaration/list.vue
@@ -42,9 +42,12 @@
-
+
+
+ 申请帮扶
+
@@ -110,7 +113,6 @@ export default {
\ No newline at end of file
diff --git a/src/apps/AppHelpDeclaration/result.vue b/src/apps/AppHelpDeclaration/result.vue
index 867a6f78..17210189 100644
--- a/src/apps/AppHelpDeclaration/result.vue
+++ b/src/apps/AppHelpDeclaration/result.vue
@@ -1,38 +1,41 @@
-
-
-
-
- *
- 处理意见
- 处理结果
-
-
+
+
+
+
+
+
+
+
+ {{forms.groupName || '请选择事件分类'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-