diff --git a/src/api/batchManagement/batchManagement.js b/src/api/batchManagement/batchManagement.js
index 7fd96d1..ae4240f 100644
--- a/src/api/batchManagement/batchManagement.js
+++ b/src/api/batchManagement/batchManagement.js
@@ -55,4 +55,52 @@ export function confirmBatch(data) {
method: 'post',
data: data
})
+}
+//批量组庭审核
+export function pendTralCheckBatch(data) {
+ return request({
+ url: '/caseApplication/pendTralCheckBatch',
+ method: 'post',
+ data: data
+ })
+}
+// 批量组庭确认
+export function pendTralSureBatch(data) {
+ return request({
+ url: '/caseApplication/pendTralSureBatch',
+ method: 'post',
+ data: data
+ })
+}
+//秘书批量审核文书
+export function verificationArbitrateRecordBatch(data) {
+ return request({
+ url: '/caseApplication/verificationArbitrateRecordBatch',
+ method: 'post',
+ data: data
+ })
+}
+//仲裁员批量审核
+export function checkArbitrateRecordBatch(data) {
+ return request({
+ url: '/caseApplication/arbitrator/checkArbitrateRecordBatch',
+ method: 'post',
+ data: data
+ })
+}
+// 部门长批量审核
+export function checkArbitrateRecordBatchs(data) {
+ return request({
+ url: '/caseApplication/checkArbitrateRecordBatch',
+ method: 'post',
+ data: data
+ })
+}
+//审核仲裁方式
+export function methodBatch(data) {
+ return request({
+ url: '/arbitrate/methodBatch',
+ method: 'post',
+ data: data
+ })
}
\ No newline at end of file
diff --git a/src/views/batchManagement/batchManagList.vue b/src/views/batchManagement/batchManagList.vue
index b25fcbf..250ef6a 100644
--- a/src/views/batchManagement/batchManagList.vue
+++ b/src/views/batchManagement/batchManagList.vue
@@ -59,25 +59,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -127,6 +127,12 @@ export default {
confirmPaymen:{},//批量确认缴费
totalFees:{},//缴费总金额
totalFeeConfir:{},//确认缴费总金额
+ formateCourtData:{},//组庭审核
+ courtConfirmationData:{},//组庭确认
+ secretaryArb:{},//秘书确认
+ arbitratorDeter:{},//仲裁员确认
+ departmentDoc:{}, //部门长确认
+ reviewMethod:{},//仲裁员审核仲裁方式
caseVisablePay: false,//批量缴费弹窗
caseVisablePayment:false,//批量缴费确认
caseVisableReview:false,//批量组庭审核
@@ -215,7 +221,8 @@ export default {
this.caseVisablePayment = false
},
// 批量组庭审核
- courtReviews(){
+ courtReviews(row){
+ this.formateCourtData = row;
this.caseVisableReview = true
},
cancelCaseReview(){
@@ -229,14 +236,18 @@ export default {
}
},
// 批量组庭确认
- courtConfirmations(){
+ courtConfirmations(row){
+ this.courtConfirmationData = row
+ console.log(row)
this.showcourtReview = true
},
cancelcourtReview(){
this.showcourtReview = false
},
// 批量审核仲裁方式
- reviewArbitrations(){
+ reviewArbitrations(row){
+ console.log(row)
+ this.reviewMethod = row
this.caseVisableReviewl = true
},
cancelCaseReviewl(){
@@ -289,21 +300,24 @@ export default {
})
},
// 秘书审核仲裁文书
- secretaryArbitration(){
+ secretaryArbitration(row){
+ this.secretaryArb = row
this.caseVisableSecretary = true
},
cancelCaseSecretary(){
this.caseVisableSecretary = false
},
// 仲裁员审核文书
- arbitratorsVerify(){
+ arbitratorsVerify(row){
+ this.arbitratorDeter = row
this.caseVisablearBitration = true
},
cancelCaseBitration(){
this.caseVisablearBitration = false
},
// 部门长审核仲裁文书
- departmentDocuments(){
+ departmentDocuments(row){
+ this.departmentDoc =row
this.caseVisablearHead = true
},
cancelCaseHead(){
diff --git a/src/views/batchManagement/components/arbitratorsDocuments.vue b/src/views/batchManagement/components/arbitratorsDocuments.vue
index 44dc855..0bedf10 100644
--- a/src/views/batchManagement/components/arbitratorsDocuments.vue
+++ b/src/views/batchManagement/components/arbitratorsDocuments.vue
@@ -3,15 +3,16 @@
-
+
\ No newline at end of file
+}
+
\ No newline at end of file