From f3c6415726727b272f74d663d95aa59d73f365a0 Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Mon, 5 Dec 2022 17:33:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=82=AC=E5=8A=9E=E5=8A=9F=E8=83=BD=E5=BC=80?=
=?UTF-8?q?=E5=8F=91=20=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD=E5=B7=A6?=
=?UTF-8?q?=E4=BE=A7=E6=A0=91=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
front/src/api/personalCenter.js | 9 ++
front/src/views/home/DetailsPageconetent.vue | 13 ++-
.../components/AbilityApplication.vue | 16 +++-
.../components/ApplyDetails.vue | 82 ++++++++++++++++++-
4 files changed, 106 insertions(+), 14 deletions(-)
diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js
index 0feb923b..28ae1359 100644
--- a/front/src/api/personalCenter.js
+++ b/front/src/api/personalCenter.js
@@ -337,3 +337,12 @@ export function getDeviceDetail(deviceId) {
method: 'get',
})
}
+
+// 催办
+export function treminders(data) {
+ return request({
+ url: '/reminders/treminders',
+ method: 'post',
+ data,
+ })
+}
diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue
index d6ab3764..5e1fbc27 100644
--- a/front/src/views/home/DetailsPageconetent.vue
+++ b/front/src/views/home/DetailsPageconetent.vue
@@ -6,7 +6,7 @@
-
+
@@ -835,7 +835,7 @@
let select =
router.currentRoute.value.query.select ||
DETAIL_PAGE_CONTENT_DEFAULT_TAB
- let orderField =router.currentRoute.value.query.orderField
+ let orderField = router.currentRoute.value.query.orderField
// 例如:组件服务是大类型,selectSubType是组件服务的智能算法或图层服务等...
let selectSubType = router.currentRoute.value.query.type || ''
let queryName = ref('')
@@ -1324,8 +1324,7 @@
globalData.data = []
}
select = router.currentRoute.value.query.select
-
-
+
if (
(select == '应用资源' &&
(paramsGetResources.orderField == '' ||
@@ -1786,9 +1785,9 @@
onMounted(() => {
// 从本地读取查询条件,赋值
//西海岸基础设施放在最前面
- orderField= router.currentRoute.value.query.orderField //根据什么排序
- if(orderField){
- paramsGetResources.orderField=orderField
+ orderField = router.currentRoute.value.query.orderField //根据什么排序
+ if (orderField) {
+ paramsGetResources.orderField = orderField
}
setTitle()
handleSetSearchData()
diff --git a/front/src/views/personalCenter/components/AbilityApplication.vue b/front/src/views/personalCenter/components/AbilityApplication.vue
index e3d01f9c..2563f9dd 100644
--- a/front/src/views/personalCenter/components/AbilityApplication.vue
+++ b/front/src/views/personalCenter/components/AbilityApplication.vue
@@ -152,7 +152,7 @@
>
查看详情
-
+
@@ -175,7 +175,17 @@
- 说明:已申请成功,使用方式及联系人请点击"查看详情"按钮查看。
+
+ 说明:已申请成功,使用方式及联系人请点击"查看详情"按钮查看。
+
@@ -280,9 +290,7 @@
-
-
diff --git a/front/src/views/personalCenter/components/ApplyDetails.vue b/front/src/views/personalCenter/components/ApplyDetails.vue
index 5b72d430..23d0f3ab 100644
--- a/front/src/views/personalCenter/components/ApplyDetails.vue
+++ b/front/src/views/personalCenter/components/ApplyDetails.vue
@@ -30,7 +30,36 @@
审批详情
- 子单号:{{ item[0] }}
+
+
子单号:{{ item[0] }}
+
+
+ 催办
+
+
+
+ {{
+ refObj.nextRemindersDays || item[1][0].nextRemindersDays
+ }}天后可再次催办
+
+ 已催办
+
+
+