diff --git a/src/js/columns/constants/index.js b/src/js/columns/constants/index.js
index 94aa54166..26a482aa8 100644
--- a/src/js/columns/constants/index.js
+++ b/src/js/columns/constants/index.js
@@ -33,6 +33,16 @@ export const binaryOptionList = [
value: 0
}
]
+export const binaryOptionListReverse = [
+ {
+ label: '是',
+ value: 0
+ },
+ {
+ label: '否',
+ value: 1
+ }
+]
export const politicsStatusList = [
{
label: '中国共产党党员',
@@ -141,7 +151,7 @@ export const nonComplianceType = [
export const satisfactionType = [
{
label: '满意',
- value: 2
+ value: 0
},
{
label: '基本满意',
@@ -149,7 +159,7 @@ export const satisfactionType = [
},
{
label: '不满意',
- value: 0
+ value: 2
}
]
export const noSatisfactionType = [
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index e58f9b7d3..2f0cd2bf0 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 @@
工单编号
-
410622166666666666
+
{{eventDetailData.workOrderNum}}
紧急程度
一版
@@ -24,7 +24,7 @@
来电类别
诉求
信息来源
- 青岛来电
+ {{eventDetailData.sourceTypeName}}
联系人
-
胡先生
+
{{eventDetailData.name}}
联系电话
-
1666666666
+
{{eventDetailData.mobile || '--'}}
联系地址
-
+
{{eventDetailData.address}}
回复备注
@@ -53,7 +53,7 @@
问题描述
- 测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测测
+ {{eventDetailData.eventContent}}
@@ -70,9 +70,9 @@
联系当事人时限
-
+
{{eventDetailData.contactTime}}
(部门)办结时限
-
+
{{eventDetailData.timeLimit}}
办理结果
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
index e31f440b3..520497ce0 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
@@ -22,10 +22,10 @@
-
-
@@ -66,13 +66,13 @@ let loading; // 加载动画
export default {
data() {
return {
- btnDisable: false,
+ customerId: localStorage.getItem("customerId"),
formData: {
operationType: "5", //处理方式[0:已回复 5、指派 6、完成并回复]
content: "",//转办意见
banliyaoqiu: "",//办理要求
paijianshijian: new Date(),
- lianxidangshiren: "",
+ contactTime: "",
timeLimit: "",//办结时限
deptId: "", //指派部门
deptName: "",
@@ -112,7 +112,7 @@ export default {
categoryList: [
{ required: true, message: '事件分类不能为空', trigger: 'blur' },
],
- lianxidangshiren: [
+ contactTime: [
{ required: true, message: '联系当事人时限不能为空', trigger: 'blur' },
]
},
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-check.vue b/src/views/modules/shequzhili/event/cpts/process-form-check.vue
deleted file mode 100644
index 221430b1c..000000000
--- a/src/views/modules/shequzhili/event/cpts/process-form-check.vue
+++ /dev/null
@@ -1,230 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 aba01baee..018b2f871 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue
@@ -1,15 +1,15 @@
-
+
+ v-model.trim="formData.content">
-
+
@@ -17,7 +17,7 @@
-
+
@@ -28,48 +28,48 @@
-
-
+
+
-
+
-
+
@@ -77,8 +77,8 @@
-
+ prop="verified">
+
@@ -89,28 +89,28 @@
+ prop="returnVisitor">
-
+
-
+ prop="loseContact">
+
@@ -118,9 +118,9 @@
+ prop="putThrough">
-
+
@@ -128,8 +128,8 @@
-
-
+
+
@@ -137,9 +137,9 @@
+ prop="nnn">
-
+
@@ -148,9 +148,9 @@
-
+
-
+
@@ -160,10 +160,10 @@
+ prop="visitComments">
-
+
@@ -176,16 +176,19 @@
+ prop="files">
@@ -196,10 +199,10 @@
+ prop="examineContent">
+ v-model.trim="formData.examineContent">
@@ -212,25 +215,31 @@