From 1718fdd6d8658639b72529d446d0f0d3a14a41fe Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Mon, 8 Apr 2024 10:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E8=A7=A3=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseManagement/caseList.vue | 5 +- .../caseManagement/components/addCase.vue | 401 ++++++++++-------- .../caseManagement/components/mediation.vue | 14 +- src/views/deliveryRecord/smsRecord.vue | 2 +- 4 files changed, 236 insertions(+), 186 deletions(-) diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index 0fc43e2..38f3a86 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -141,7 +141,7 @@ :timeConfirmData="timeConfirmData" @getList="getList" :queryParams="queryParams"> + :mediationData="mediationData" @getList="getList" :queryParams="queryParams" :applicant="applicant"> @@ -275,6 +275,7 @@ export default { caseStausArr: [], //案件状态 isapplicant: true, //判断角色申请人或非申请人 caseFilingData: {}, + applicant:"" }; }, created() { @@ -442,7 +443,6 @@ export default { // }) // .catch(() => { }); msCaseSignUrlApplyPC({ caseId: row.id }).then((res) => { - console.log(res, "PPPPPPPPPPPPPPPPPPPP"); window.open(res.data.sealUrl); }); }, @@ -459,6 +459,7 @@ export default { mediationClick(val) { this.mediationVisable = true; this.mediationData = val; + this.applicant = val.applicationName; }, /** 确认调解书 */ confirmMediation(val) { diff --git a/src/views/caseManagement/components/addCase.vue b/src/views/caseManagement/components/addCase.vue index 0a333f5..081d6ea 100644 --- a/src/views/caseManagement/components/addCase.vue +++ b/src/views/caseManagement/components/addCase.vue @@ -64,7 +64,7 @@
-
+
{{ item.annexName }}
@@ -113,8 +113,9 @@ - 新增申请人信息 - + 新增申请人信息 +
@@ -162,8 +163,8 @@ - - + @@ -366,12 +367,14 @@ - 删除 + 删除
- 新增被申请人信息 - + 新增被申请人信息 +
@@ -380,7 +383,7 @@
- + + + + + + @@ -400,7 +414,7 @@ - + - - + - + - - + - + + + + + + + + + + + - + - + @@ -569,7 +606,8 @@ - 删除 + 删除
@@ -595,6 +633,15 @@ {{ item.annexName }}
+ +
+ 视频资料 +
+
+ +
+