From 4b5b04dc0e4b2efed8a67da646aa2df6ec6a4658 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 12 Aug 2022 15:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8Etest=E6=8B=89=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shequzhili/xiangmu/cpts/project-info.vue | 79 ++++++++++++++----- 1 file changed, 59 insertions(+), 20 deletions(-) diff --git a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue index e14e171ef..bb5a32bb3 100644 --- a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue +++ b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue @@ -26,9 +26,17 @@
+ v-if="projectInfo.departmentList.length > 0"> 当前处理部门: - {{ projectInfo.departmentNameList.join("、") }} +
+
+ {{item.departmentName+'('+ item.staffList.join("、")+')' }} + +
+
+
- + + + + @@ -327,8 +345,7 @@
- - -
- 关闭 - 确定 -
-
-
关闭
-
确定
+
+ 关闭 + 确定 +
+
+
关闭
+
确定
+
- @@ -630,6 +647,10 @@ export default { obj.internalRemark = [ { required: true, message: "请填写内部备注", trigger: "blur" }, ]; + } else if (operateType == "dispose") { + obj.publicReply = [ + { required: true, message: "请填写公开回复", trigger: "blur" }, + ] } else { obj.internalRemark = [ { required: true, message: "请填写内部备注", trigger: "blur" }, @@ -981,6 +1002,17 @@ export default { if (code === 0) { this.projectInfo = data; + // this.projectInfo.departmentList = [ + // { + // departmentName: "市北区", + // staffList: ["薛松", "刘建军"] + // }, { + // departmentName: "市北区", + // staffList: ["薛松", "刘建军"] + // } + // ] + + if (data.projectStatus == "pending") { this.getMyDepartmentList(); this.getAssistanceUnitList(); @@ -1272,3 +1304,10 @@ export default { src="@/assets/scss/modules/shequzhili/project-info.scss" scoped > + +