From 333de2b8b708018f8ba247371b19c84e12f16c8c Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Tue, 30 Jul 2024 21:38:59 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=8C=89=E9=92=AE=E6=9D=83?=
=?UTF-8?q?=E9=99=90,=E5=A4=84=E7=90=86=E4=BA=8B=E4=BB=B6=E6=8A=A5?=
=?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98,=E4=BA=8B=E4=BB=B6=E8=AF=A6?=
=?UTF-8?q?=E6=83=85,=E5=8A=9E=E7=90=86=E6=83=85=E5=86=B5=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/shequzhili/Delivery/index.vue | 2 +-
.../modules/shequzhili/event/cpts/event-detail.vue | 12 +++++-------
.../modules/shequzhili/event/cpts/event-info.vue | 5 +----
.../shequzhili/event/cpts/process-form-complete.vue | 9 ++++-----
.../shequzhili/event/cpts/process-form-contact.vue | 8 ++++----
.../shequzhili/event/cpts/process-form-process.vue | 8 ++++----
6 files changed, 19 insertions(+), 25 deletions(-)
diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue
index 25f147d81..8f84faadf 100644
--- a/src/views/modules/shequzhili/Delivery/index.vue
+++ b/src/views/modules/shequzhili/Delivery/index.vue
@@ -153,7 +153,7 @@
-->
处理
派件
- 审核
+ 审核
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index c829de314..30c0d1fe0 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -16,7 +16,7 @@
受理员编号
{{ info.clerkNumber }}
办结时限
- {{ info.closeCaseTime }}
+ {{ info.timeLimit }}
是否回复
-
{{ info.replayed === 0 ? '不回复' : info.replayed ===
- 1 ? '恢复' : '' }}
+
{{ info.replayed }}
是否保密
-
{{ info.replayed ===
- 0 ? '不保密' : info.replayed === 1 ? '保密' : '' }}
+
{{ info.secrecy }}
联系人
@@ -78,7 +76,7 @@
联系当事人时限
{{ info.contactTime }}
(部门)办结时限
-
{{ info.timeLimit }}
+
{{ info.limitTime }}
办理结果
@@ -266,4 +264,4 @@ export default {
margin-right: 10px;
}
}
-
+
\ No newline at end of file
diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue
index 293bd432b..4b32dab34 100644
--- a/src/views/modules/shequzhili/event/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-info.vue
@@ -46,10 +46,7 @@
指派
-
- 完成并回复
-
-
+
{{ item.processName }}
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue
index d95560dd7..cb6f68b13 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue
@@ -1,10 +1,10 @@
-
+
+ v-model.trim="formData.content" :disabled="pageType === 'check'">
@@ -230,8 +230,7 @@ let loading; // 加载动画
function iniFmData() {
return {
operationType: "11", //处理方式[11已办结,10办理中,9联系当事人]
- eventId: '',
- handlingReq: '',//办理情况
+ content: '',//办理情况
files: [],//附件
respondent: '',//答复人
respondentPhone: '',//答复人电话
@@ -272,7 +271,7 @@ export default {
coordinateList: [{ label: '配合', value: 0 }, { label: '未配合', value: 1 }],
examineList: [{ label: '合格', value: 0 }, { label: '不合格', value: 1 }],
dataRule: {
- handlingReq: [
+ content: [
{ required: true, message: "办理情况不能为空", trigger: "blur" },
],
verified: [
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-contact.vue b/src/views/modules/shequzhili/event/cpts/process-form-contact.vue
index 8906c4a57..1f8ebe439 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-contact.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-contact.vue
@@ -2,10 +2,10 @@
+ prop="content">
+ v-model.trim="formData.content">
@@ -115,7 +115,7 @@ export default {
formData: {
operationType: '9', //处理方式[11已办结,10办理中,9联系当事人]
files: [],
- handlingReq: '',//办理情况
+ content: '',//办理情况
respondent: '',//答复人
respondentPhone: '',//答复人电话
contacts: '',//联系人
@@ -130,7 +130,7 @@ export default {
uploadUlr: window.SITE_CONFIG["apiURL"] + "/oss/file/uploadvariedfile",
selectList: [{ label: '属实', value: 0 }, { label: '不属实', value: 1 }],
dataRule: {
- handlingReq: [
+ content: [
{ required: true, message: '办理情况不能为空', trigger: 'blur' }
]
},
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-process.vue b/src/views/modules/shequzhili/event/cpts/process-form-process.vue
index 2b81d5bca..43d6d3ae9 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-process.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-process.vue
@@ -10,10 +10,10 @@
+ prop="content">
+ v-model.trim="formData.content">
@@ -120,7 +120,7 @@ export default {
nonComplianceType,
formData: {
operationType: "10", //处理方式[11已办结,10办理中,9联系当事人]
- handlingReq: '',//办理情况
+ content: '',//办理情况
respondent: '',//答复人
respondentPhone: '',//答复人电话
contacts: '',//联系人
@@ -136,7 +136,7 @@ export default {
uploadUlr: window.SITE_CONFIG["apiURL"] + "/oss/file/uploadvariedfile",
dataRule: {
- handlingReq: [
+ content: [
{ required: true, message: "办理情况不能为空", trigger: "blur" },
],
},