From 44d5f97807d2f15f36b8b3672d4758df304f3f51 Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Fri, 24 May 2024 11:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E6=96=B0=E5=A2=9E=EF=BC=8C?= =?UTF-8?q?=E5=A4=9A=E4=BA=BA=E5=A4=9A=E6=9C=BA=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseManagement/caseList.vue | 8 +- .../components/caseentryDialog.vue | 1198 +++++++++++------ .../components/choosetrialmethodDaiog.vue | 30 +- .../components/judgmentInformation.vue | 10 - .../components/trialincourtDialog.vue | 372 ++--- src/views/onlyoffice/onlyoffice.vue | 2 - 6 files changed, 911 insertions(+), 709 deletions(-) diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index 0947afd..2fb5797 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -738,7 +738,7 @@ export default { this.form = row; this.visible = true; this.dialogtitle = "立案详情"; - this.getInfo(row); + // this.getInfo(row); }, // 案件日志 caselogRow(row) { @@ -777,10 +777,10 @@ export default { editRow(row) { this.flag = "1"; this.form = row; - console.log(this.form) + // console.log(this.form) this.visible = true; this.dialogtitle = "立案修改"; - this.getInfo(row); + // this.getInfo(row); }, // 列表提交立案 onsubmitRow(row) { @@ -932,7 +932,7 @@ export default { console.log(row, "开庭审理"); this.showtrialincourt = true; this.form = row; - this.getInfo(row); + // this.getInfo(row); }, canceltrialincourt() { this.showtrialincourt = false; diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue index 78db505..45deaa5 100644 --- a/src/views/caseManagement/components/caseentryDialog.vue +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -154,82 +154,144 @@ {{ item.annexName }} - - -
-
+
+
-
申请人主体信息:
+
申请人
- - -
- - - - + + + 自然人 + 机构 + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 男 + 女 + + + + + - - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + - - - - -
-
-
代理人信息:
-
- - - - - - - - - - - - - - + + + + - - - - - - - - - -
- - - - -
-
+ + + +
-
被申请人主体信息:
+
申请人代理人
- - -
- - - - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + - - - - - - - - - - + + + + + +
+
+ 新增申请人主体信息 + + +
+ +
+
+
被申请人
+
+ +
+ + + + 自然人 + 机构 + + + + + - - - - - + + + + - - - - - + + + + + + - }, - ]"> - - 男 - 女 - - - - - + - - - - - -
-
-
代理人信息:
-
- - - - + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 男 + 女 + + + + + - - - - - + + + + - - - - - + + + + - - - - + + + + + + + + + + + + + + +
+
+
被申请人代理人
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- -
+ 新增被申请人主体信息 + + +
@@ -649,8 +765,6 @@ 取 消
--> - -
@@ -680,6 +794,11 @@
案件异议信息:{{ detailsAwardNum.adjudicaCounterReason }}
+
@@ -687,7 +806,7 @@