diff --git a/src/api/index.js b/src/api/index.js index 319d1d9..6f14c24 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,7 +19,8 @@ const api = { agencyGridDepttree:'/gov/org/customeragency/agencyGridDepttree', process:'/governance/icEvent/process', reply:'/governance/icEvent/reply', - + refund:'/governance/icEvent/reply', + agencyRootDepttree:'/gov/org/customeragency/rootAgencyGridDepttree', } diff --git a/src/api/service.js b/src/api/service.js index b443f50..3c6b51a 100644 --- a/src/api/service.js +++ b/src/api/service.js @@ -121,4 +121,21 @@ export function getSearchResis(params) { params }) } +//退件 +export function refund(data) { + return request({ + url: api.refund, + method: 'post', + data + }) +} +//客户下的组织树 +export function agencyRootDepttree(data) { + return request({ + url: api.agencyRootDepttree, + method: 'post', + data + }) +} + diff --git a/src/views/Hotline/index.vue b/src/views/Hotline/index.vue index f8a5c8b..4a9cc71 100644 --- a/src/views/Hotline/index.vue +++ b/src/views/Hotline/index.vue @@ -31,7 +31,7 @@
-
+
工单号:{{ item.workOrderNum }} @@ -46,10 +46,10 @@
-
+
来电人:{{item.name}} {{item.mobile}}
-
+
办理
diff --git a/src/views/HotlineDetail/index.vue b/src/views/HotlineDetail/index.vue index 6cabc79..832b4d8 100644 --- a/src/views/HotlineDetail/index.vue +++ b/src/views/HotlineDetail/index.vue @@ -4,7 +4,7 @@
-
派单信息
+
派件信息
@@ -124,29 +124,81 @@
{{item.agencyName}}
-
转办意见:
+
办理情况:
{{item.publicReply}}
联系当事人时限:
{{formatDate1(new Date(item.timeLimit * 1000))}}
-
+
(部门)办结时限:
{{item.limitTime}}
+ +
+
答复人:
+
{{item.respondent}}
+
+
+
答复电话:
+
{{item.respondentPhone}}
+
+
+
填报不合规诉求:
+
+
+
+
不合规诉求类型:
+
{{item.nonComplianceType}}
+
+
+
不合规诉求申请说明:
+
{{ item.nonComplianceNote }}
+
+ +
-
- 办理 +
+ 退件 + 办理
- + - + + + + + +
+ +
+
+
+ 取消 + 确定退件 +
+
+ + +
@@ -170,18 +222,50 @@ /> - - - - + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + +