diff --git a/src/api/caseManagement/caseManagement.js b/src/api/caseManagement/caseManagement.js
index dec802d..0fabfab 100644
--- a/src/api/caseManagement/caseManagement.js
+++ b/src/api/caseManagement/caseManagement.js
@@ -18,3 +18,11 @@ export function writtenHear(data, id) {
data: id,
});
}
+// 组庭确认
+export function pendTralSure(data) {
+ return request({
+ url: "/caseApplication/pendTralSure",
+ method: "post",
+ data: data,
+ });
+}
diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index 9d5dc46..df7fb89 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -283,7 +283,9 @@
@@ -505,13 +509,7 @@ export default {
courtconfirmationRow(row) {
console.log(row, "组庭确认");
this.showcourtReview = true;
- // this.$modal
- // .confirm("确定进行组庭吗?")
- // .then(function () {})
- // .then(() => {
- // this.$modal.msgSuccess("组庭成功");
- // })
- // .catch((err) => {});
+ this.form = row;
},
// 组庭审核
courtreviewRow(row) {
@@ -546,6 +544,8 @@ export default {
trialcourtRow(row) {
console.log(row, "开庭审理");
this.showtrialincourt = true;
+ this.form = row;
+ this.getInfo(row)
},
canceltrialincourt() {
this.showtrialincourt = false;
diff --git a/src/views/caseManagement/components/courtReviewDialog.vue b/src/views/caseManagement/components/courtReviewDialog.vue
index acd9318..7c9b652 100644
--- a/src/views/caseManagement/components/courtReviewDialog.vue
+++ b/src/views/caseManagement/components/courtReviewDialog.vue
@@ -8,10 +8,24 @@
@close="cancel"
:destroy-on-close="true"
>
-
-
+
+
-
+
@@ -25,17 +39,36 @@
\ No newline at end of file
diff --git a/src/views/caseManagement/components/trialincourtDialog.vue b/src/views/caseManagement/components/trialincourtDialog.vue
index 53c7ce5..7fb2136 100644
--- a/src/views/caseManagement/components/trialincourtDialog.vue
+++ b/src/views/caseManagement/components/trialincourtDialog.vue
@@ -3,14 +3,137 @@
- 开庭审理弹框
+
+ 案件信息:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 发起会议
+ 提交仲裁结果
@@ -18,10 +141,11 @@
\ No newline at end of file