From 2e9f8da160ad58d0d3974c96349c2d60f78fbed0 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 15:41:08 +0800 Subject: [PATCH 01/14] 29740 --- src/apps/AppHelpDeclaration/details.vue | 2 +- src/apps/AppHelpDeclaration/list.vue | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 1f9a42a6..1fdd9f62 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -38,7 +38,7 @@
-
{{ data.areaName }}
+
{{ data.areaName }}{{ data.address }}

照片

diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 45f4e7e1..0a12abcd 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -13,16 +13,14 @@
-
- + 风险类型 {{ $dict.getLabel('helpDeclarationReason', declareReason) }} + - -
@@ -63,6 +61,7 @@ export default { areaName: '', declareReason: '', list: [], + riskList: [], } }, computed: { @@ -70,6 +69,11 @@ export default { }, onShow() { this.$dict.load('helpDeclarationStatus').then(() => { + this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({ + label: item.dictName, + value: item.dictValue + })) + this.riskList.unshift({label: "全部", value: ""}) uni.$on('update', () => { this.getList() }) From 51a91e49e06d6a3099a3de1bff26a1775ac290bf Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 15:42:17 +0800 Subject: [PATCH 02/14] 29732 --- src/apps/AppHelpDeclaration/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 1fdd9f62..a0740cf7 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -91,7 +91,7 @@ -
+
转交事件 From 0c513e498052e12a36b3e7b8358be550fe6d3849 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 15:54:51 +0800 Subject: [PATCH 03/14] 29723 --- src/apps/AppHelpDeclaration/add.vue | 11 ++++++----- src/apps/AppHelpDeclaration/result.vue | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 25a9a06e..c69e50f0 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -12,13 +12,13 @@
*申请人身份证号
- +
*联系方式
- +
@@ -27,7 +27,7 @@
*家庭人口数
- +
@@ -56,7 +56,7 @@
*返贫致贫风险说明
- +
@@ -76,6 +76,7 @@ From a36f69f1d412a81185da8be136aa96e22e703f6d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:10:00 +0800 Subject: [PATCH 06/14] 29734 --- src/apps/AppHelpDeclaration/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 0a12abcd..a4d2ad44 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -19,7 +19,7 @@ 风险类型 {{ $dict.getLabel('helpDeclarationReason', declareReason) }} - +
From 99fd9b4cddfe1fa9b6aad5330c4eda85c7bc01e7 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:11:18 +0800 Subject: [PATCH 07/14] 29726 --- src/apps/AppHelpDeclaration/result.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/result.vue b/src/apps/AppHelpDeclaration/result.vue index d6a318b2..e654ee07 100644 --- a/src/apps/AppHelpDeclaration/result.vue +++ b/src/apps/AppHelpDeclaration/result.vue @@ -32,7 +32,7 @@
- 图片上传最多9张 + 图片上传(最多9张)
From dc3f0129358fa7529a7269739d22f362f0a94a4e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:14:21 +0800 Subject: [PATCH 08/14] 29730 --- src/apps/AppHelpDeclaration/add.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 0184643d..12878d04 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -56,7 +56,8 @@
*返贫致贫风险说明
- +
From 4f1640637388a0efb57a09e61f765fc172e63bf3 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:21:11 +0800 Subject: [PATCH 09/14] 29749 --- src/apps/AppHelpDeclaration/list.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index a4d2ad44..9164b9d6 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -15,7 +15,7 @@
- + 风险类型 {{ $dict.getLabel('helpDeclarationReason', declareReason) }} @@ -89,13 +89,19 @@ export default { }, areaSelect(e) { - console.log(e); this.areaId =e this.$nextTick(() => { this.getList() }) }, + typeSelect(e) { + this.declareReason = e[0].value + this.current = 1, + this.list = [], + this.getList() + }, + clearArea() { this.areaId = '', this.areaName = '', From b694a82eef334d7bf1d2a259de7e952216d6440c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:37:29 +0800 Subject: [PATCH 10/14] 119789 --- src/apps/AppHelpDeclaration/list.vue | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 9164b9d6..4c5b75ec 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -29,7 +29,10 @@
{{ item.riskDescription }}
-
{{ item.declareTime }}
+ +
申请人姓名{{ item.createUserName }}
+
所在地区{{ item.areaName }}{{ item.address }}
+
风险类型{{ item.reason }}
@@ -231,11 +234,22 @@ export default { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; + margin-bottom: 24px; } - .time { - margin-top: 32px; - color: #999999; - font-size: 26px; + .info { + span:first-child { + color: #999999; + font-size: 26px; + display: inline-block; + width: 160px; + } + span:last-child { + display: inline-block; + width: calc(100% - 160px); + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + } } } .bottom { From 2f0a5c550fff5d934b120985600386fa28a033ea Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:44:50 +0800 Subject: [PATCH 11/14] 29727 --- src/apps/AppHelpDeclaration/details.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 83aeece5..6303d801 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -232,6 +232,13 @@ export default { div { margin-top: 32px; } + .picture { + img { + width: 200px; + height: 200px; + margin-right: 10px; + } + } } .status0 { color: #FF883C From 031753b30b8f5b277b55bab03ee745c5e7046ef9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:47:33 +0800 Subject: [PATCH 12/14] 119815 --- src/apps/AppHelpDeclaration/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 6303d801..f729d5a5 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -70,7 +70,7 @@
{{ item.description }} -
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
From 4cb6e27966bee86699e5cdfe9c7e11b8e771b3a5 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:54:32 +0800 Subject: [PATCH 13/14] 29750 --- src/apps/AppHelpDeclaration/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index f729d5a5..77f96c36 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -85,7 +85,7 @@
{{ item.doExplain }}
- +
From b9d0c8f323e69acf1a69ab9fe9cc886d50fc9833 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:58:02 +0800 Subject: [PATCH 14/14] 29754 --- src/apps/AppHelpDeclaration/details.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 77f96c36..0eda2b81 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -53,7 +53,7 @@
@@ -70,7 +70,7 @@
{{ item.description }} -
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}