2023-09-18 21:55:43 +08:00
|
|
|
<template>
|
|
|
|
|
<div class="app-container">
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="98px">
|
2023-09-18 21:55:43 +08:00
|
|
|
<el-form-item label="案件编号" prop="caseNum">
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-input v-model="queryParams.caseNum" placeholder="请输入案件编号" clearable @keyup.enter.native="handleQuery" />
|
2023-09-18 21:55:43 +08:00
|
|
|
</el-form-item>
|
2023-10-10 11:30:50 +08:00
|
|
|
<el-form-item label="申请人(机构)" prop="applicantName">
|
2023-10-11 20:20:44 +08:00
|
|
|
<!-- <el-input
|
2023-10-10 11:30:50 +08:00
|
|
|
v-model="queryParams.applicantName"
|
|
|
|
|
placeholder="请输入机构名称"
|
|
|
|
|
clearable
|
|
|
|
|
@keyup.enter.native="handleQuery"
|
2023-10-11 20:20:44 +08:00
|
|
|
/> -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-cascader v-model="queryParams.nameId" :options="options" @change="changeDept" :props="{ checkStrictly: true }"
|
|
|
|
|
clearable></el-cascader>
|
2023-10-10 11:30:50 +08:00
|
|
|
</el-form-item>
|
2023-09-18 21:55:43 +08:00
|
|
|
<el-form-item label="案件状态" prop="caseStatus">
|
2023-11-16 10:34:15 +08:00
|
|
|
<el-select :disabled="caseStatusType" v-model="queryParams.caseStatus" placeholder="请选择案件状态" clearable
|
|
|
|
|
@keyup.enter.native="handleQuery">
|
2023-12-05 22:36:34 +08:00
|
|
|
<el-option v-for="dict in caseStatus" :key="dict.dictValue" :label="dict.dictLabel"
|
|
|
|
|
:value="dict.dictValue"></el-option>
|
2023-09-18 21:55:43 +08:00
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
2023-12-07 18:58:53 +08:00
|
|
|
<!-- <el-form-item label="是否完成" prop="selectCaseStatus">
|
2023-10-31 09:25:02 +08:00
|
|
|
<el-select v-model="queryParams.selectCaseStatus" placeholder="请选择状态" clearable @keyup.enter.native="handleQuery">
|
|
|
|
|
<el-option v-for="dict in selectCaseStatusList" :key="dict.value" :label="dict.label"
|
|
|
|
|
:value="dict.value"></el-option>
|
|
|
|
|
</el-select>
|
2023-12-07 18:58:53 +08:00
|
|
|
</el-form-item> -->
|
2023-09-25 18:10:01 +08:00
|
|
|
<!-- <el-form-item label="开庭日期" prop="hearDate">
|
2023-09-18 21:55:43 +08:00
|
|
|
<el-date-picker
|
|
|
|
|
v-model="queryParams.hearDate"
|
|
|
|
|
type="daterange"
|
|
|
|
|
range-separator="至"
|
|
|
|
|
start-placeholder="开始日期"
|
|
|
|
|
end-placeholder="结束日期"
|
|
|
|
|
>
|
|
|
|
|
</el-date-picker>
|
2023-09-25 18:10:01 +08:00
|
|
|
</el-form-item> -->
|
2023-09-18 21:55:43 +08:00
|
|
|
<el-form-item>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
2023-09-18 21:55:43 +08:00
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
|
<el-col :span="1.5">
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="filingApplication"
|
|
|
|
|
v-hasPermi="['caseManagement:list:add']">案件录入</el-button>
|
2023-11-27 18:00:53 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="compressedPackages"
|
2023-11-29 18:12:55 +08:00
|
|
|
v-hasPermi="['caseManagement:list:zip']"
|
2023-11-27 18:00:53 +08:00
|
|
|
>案件压缩包导入</el-button>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="batchApplication"
|
|
|
|
|
v-hasPermi="['caseManagement:list:import']">案件批量导入</el-button>
|
2023-10-20 17:25:58 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(0)"
|
2023-11-16 20:07:42 +08:00
|
|
|
v-hasPermi="['caseManagement:list:Batchsubmit']">案件批量提交</el-button>
|
2023-10-20 17:25:58 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(1)"
|
|
|
|
|
v-hasPermi="['caseManagement:list:delete']">案件批量删除</el-button>
|
|
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(2)"
|
|
|
|
|
v-hasPermi="['caseManagement:list:check']">案件批量立案审查</el-button>
|
2023-11-16 10:34:15 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(4)"
|
2023-11-16 20:07:42 +08:00
|
|
|
v-hasPermi="['caseManagement:list:Batchgeneration']">批量生成裁决书</el-button>
|
2023-11-23 20:07:01 +08:00
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(6)"
|
|
|
|
|
v-hasPermi="['caseManagement:list:pay']">批量缴费</el-button>
|
2023-09-18 21:55:43 +08:00
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
2023-11-27 18:00:53 +08:00
|
|
|
<el-table v-loading="loading" :data="dataList" style="width: 100%" :row-class-name="tableRowClassName" class="pendingTrial">
|
2023-10-20 17:25:58 +08:00
|
|
|
<el-table-column type="selection">
|
|
|
|
|
</el-table-column>
|
2023-09-18 21:55:43 +08:00
|
|
|
<el-table-column label="序号" type="index" align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{
|
|
|
|
|
(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
|
|
|
|
|
}}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-table-column label="案件编号" align="center" prop="caseNum" :show-overflow-tooltip="true" />
|
|
|
|
|
<el-table-column label="申请人(机构)" align="center" prop="applicantName" :show-overflow-tooltip="true" />
|
|
|
|
|
<el-table-column label="案件标的" align="center" prop="caseSubjectAmount" />
|
|
|
|
|
<el-table-column label="仲裁方式" align="center" prop="arbitratMethodName" :show-overflow-tooltip="true" />
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 仲裁员 -->
|
|
|
|
|
<el-table-column label="仲裁员" align="center" prop="arbitratorName" />
|
|
|
|
|
<!-- 开庭日期 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-table-column label="开庭日期" align="center" prop="hearDate" :show-overflow-tooltip="true" />
|
2023-09-21 16:06:45 +08:00
|
|
|
<el-table-column label="案件状态" align="center" prop="caseStatusName">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag type="success">{{ scope.row.caseStatusName }}</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
2023-09-18 21:55:43 +08:00
|
|
|
<template slot-scope="scope">
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="detailRow(scope.row)">详情</el-button>
|
2023-10-20 17:25:58 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="viewProcess(scope.row)">查看流程</el-button>
|
2023-10-10 11:30:50 +08:00
|
|
|
<!-- 案件日志 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-notebook-2" @click="caselogRow(scope.row)">案件日志</el-button>
|
2023-11-29 15:03:52 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="editRow(scope.row)" v-if="(scope.row.caseStatus < 10 && scope.row.updateSubmitStatus !== 1) &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:update']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">修改</el-button>
|
2023-11-23 19:27:22 +08:00
|
|
|
<!-- 撤销修改 -->
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="undoRow(scope.row,1)" v-if="(scope.row.updateSubmitStatus == 1 || scope.row.updateSubmitStatus == 3) && scope.row.caseStatus > 0 && checkPermi(['caseManagement:list:undo'])">撤销修改</el-button>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-check" @click="onsubmitRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:submit']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">提交</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-delete" @click="deleteRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:delete']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">删除</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-view" @click="filingreviewRow(scope.row)" v-if="scope.row.caseStatus == 1 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:check']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">立案审查</el-button>
|
2023-10-13 18:42:29 +08:00
|
|
|
<!-- <el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)"
|
|
|
|
|
v-if="scope.row.caseStatus == 2" v-hasPermi="['caseManagement:list:pay']">缴费</el-button> -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)" v-if="scope.row.caseStatus == 2 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:pay']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">缴费</el-button>
|
2023-12-04 18:04:10 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-tickets" @click="evidenceListS(scope.row)" >证据清单</el-button>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- <el-button
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
icon="el-icon-data-analysis"
|
|
|
|
|
@click="formationcourtRow(scope.row)"
|
|
|
|
|
v-hasPermi="['monitor:online:forceLogout']"
|
|
|
|
|
>组庭</el-button
|
|
|
|
|
> -->
|
2023-11-23 19:27:22 +08:00
|
|
|
<!-- 审核修改,秘书角色 -->
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-s-check" @click="reviewCase(scope.row)" v-if="scope.row.updateSubmitStatus == 1 && checkPermi(['caseManagement:list:reviewCase'])">审核修改</el-button>
|
|
|
|
|
<!-- 审核撤销,秘书角色 -->
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-s-check" @click="reviewRevocation(scope.row)" v-if="scope.row.updateSubmitStatus == 2 && checkPermi(['caseManagement:list:reviewRevocation'])">审核撤销</el-button>
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-s-check" @click="courtconfirmationRow(scope.row)" v-if="scope.row.caseStatus == 6 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:confirmgroup']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">组庭确认</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-check" @click="courtreviewRow(scope.row)" v-if="scope.row.caseStatus == 5 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:checkgroup']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">组庭审核</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-sort" @click="choosetrialmethodRow(scope.row)" v-if="scope.row.caseStatus == 7 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:checkarbitrationway']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">审核仲裁方式</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit-outline" @click="adjudicaterecordRow(scope.row)" v-if="scope.row.caseStatus == 9 &&
|
|
|
|
|
scope.row.arbitratMethod == 2 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:hear']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">书面审理</el-button>
|
2023-10-13 18:42:29 +08:00
|
|
|
<!-- v-hasPermi="['caseManagement:list:hear']" -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-service" @click="trialcourtRow(scope.row)" v-if="scope.row.caseStatus == 8 &&
|
|
|
|
|
scope.row.arbitratMethod == 1 &&
|
2023-10-31 09:25:02 +08:00
|
|
|
checkPermi(['caseManagement:list:hear']) && btnStatus
|
2023-10-18 08:50:17 +08:00
|
|
|
">开庭审理</el-button>
|
2023-11-23 19:27:22 +08:00
|
|
|
<!-- <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus < 8 &&
|
|
|
|
|
checkPermi(['caseManagement:list:evidenceUpdate']) && btnStatus"
|
|
|
|
|
@click="evidenceUpload(scope.row)">证据修改</el-button> -->
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" v-if="(scope.row.caseStatus < 10 && scope.row.caseStatus != 2 && scope.row.caseStatus != 0) &&
|
2023-11-16 10:34:15 +08:00
|
|
|
checkPermi(['caseManagement:list:evidenceUpdate']) && btnStatus"
|
|
|
|
|
@click="evidenceUpload(scope.row)">证据修改</el-button>
|
2023-12-07 18:58:53 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 31 && btnStatus && checkPermi(['caseManagement:list:timer'])"
|
2023-10-20 17:25:58 +08:00
|
|
|
@click="timeUpdata(scope.row)">开庭时间</el-button>
|
2023-10-24 16:27:30 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-lock"
|
2023-11-16 10:34:15 +08:00
|
|
|
v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 0 && btnStatus"
|
2023-10-20 17:25:58 +08:00
|
|
|
@click="lockClick(scope.row)">锁定</el-button>
|
2023-10-24 16:27:30 +08:00
|
|
|
<el-button size="mini" type="text" icon="el-icon-unlock"
|
2023-11-16 10:34:15 +08:00
|
|
|
v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 1 && btnStatus"
|
2023-10-20 17:25:58 +08:00
|
|
|
@click="ulockClick(scope.row)">解锁</el-button>
|
2023-11-23 19:27:22 +08:00
|
|
|
<!-- 暂时隐藏后期可能会放其他地方 -->
|
|
|
|
|
<!-- <el-button v-if="checkPermi(['caseManagement:list:listEvidence']) && scope.row.caseStatus <= 1 && btnStatus"
|
|
|
|
|
size="mini" type="text" icon="el-icon-upload" @click="uploadCase(scope.row)">上传证据目录</el-button> -->
|
2023-10-15 16:26:11 +08:00
|
|
|
<!-- <el-button
|
2023-10-13 18:42:29 +08:00
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
icon="el-icon-document"
|
|
|
|
|
@click="generateawardRow(scope.row)"
|
|
|
|
|
v-if="
|
|
|
|
|
scope.row.caseStatus == 10 &&
|
|
|
|
|
checkPermi(['caseManagement:list:createaward'])
|
|
|
|
|
"
|
|
|
|
|
>生成裁决书</el-button
|
2023-10-10 21:41:41 +08:00
|
|
|
> -->
|
2023-09-18 21:55:43 +08:00
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
2023-10-18 08:50:17 +08:00
|
|
|
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"
|
|
|
|
|
@pagination="getcaseApply(queryParams)" />
|
2023-09-18 21:55:43 +08:00
|
|
|
|
|
|
|
|
<!-- 立案申请弹框 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<caseentryDialog :visible="visible" @cancel="cancel" :form="form" :queryParams="queryParams"
|
|
|
|
|
:dialogtitle="dialogtitle" :getcaseApply="getcaseApply" :flag="flag" :caseAttachList="caseAttachList"
|
|
|
|
|
:initpaymentArr="initpaymentArr" :initpaymentArr1="initpaymentArr1"></caseentryDialog>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 批量申请弹框 openbatch-->
|
2023-10-18 08:50:17 +08:00
|
|
|
<batchDialog :openbatch="openbatch" :queryParams="queryParams" @cancelBatch="cancelBatch"
|
|
|
|
|
:getcaseApply="getcaseApply"></batchDialog>
|
2023-09-21 13:35:51 +08:00
|
|
|
<!-- 立案审查页面 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<filingreviewDialog :showfilingreview="showfilingreview" :filingreviewdata="filingreviewdata"
|
|
|
|
|
:queryParams="queryParams" @getcaseApply="getcaseApply" @cancelFilingreview="cancelFilingreview">
|
2023-10-11 20:20:44 +08:00
|
|
|
</filingreviewDialog>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 组庭页面---改为组庭审核 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<formateCourtDialog :showformateCourt="showformateCourt" @cancelcourtDialog="cancelcourtDialog"
|
|
|
|
|
:queryParams="queryParams" :formateCourtData="formateCourtData" @getcaseApply="getcaseApply"></formateCourtDialog>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 组庭审核--改组庭确认 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<courtReviewDialog :showcourtReview="showcourtReview" :form="form" :queryParams="queryParams"
|
|
|
|
|
@cancelcourtReview="cancelcourtReview" @getcaseApply="getcaseApply"></courtReviewDialog>
|
2023-09-21 13:55:30 +08:00
|
|
|
<!-- 审核仲裁方式 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<choosetrialmethodDaiog :showchoosetrialmethod="showchoosetrialmethod" :choosetrialmethodata="choosetrialmethodata"
|
|
|
|
|
:queryParams="queryParams" @getcaseApply="getcaseApply" @cancelshowchoosetrialMethod="cancelshowchoosetrialMethod">
|
2023-10-11 20:20:44 +08:00
|
|
|
</choosetrialmethodDaiog>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 书面审理 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<adjudicaterecordDialog :showadjudicaterecord="showadjudicaterecord" :form="form" :adjudicatename="adjudicatename"
|
|
|
|
|
:queryParams="queryParams" @canceladjudicaterecord="canceladjudicaterecord" @getcaseApply="getcaseApply">
|
2023-10-11 20:20:44 +08:00
|
|
|
</adjudicaterecordDialog>
|
2023-09-18 21:55:43 +08:00
|
|
|
<!-- 开庭审理 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<trialincourtDialog :showtrialincourt="showtrialincourt" :adjudicatename="adjudicatename" :form="form"
|
|
|
|
|
:queryParams="queryParams" @getcaseApply="getcaseApply" @canceltrialincourt="canceltrialincourt">
|
2023-10-11 20:20:44 +08:00
|
|
|
</trialincourtDialog>
|
2023-09-20 14:23:32 +08:00
|
|
|
<!-- 缴费 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<payDialog :openPay="openPay" :payTitle="payTitle" :form="form" :payForm="payForm" :queryParams="queryParams"
|
|
|
|
|
@getcaseApply="getcaseApply" @paycancelRow="paycancelRow" :payId="payId"></payDialog>
|
2023-10-10 11:30:50 +08:00
|
|
|
<!-- 案件日志 -->
|
2023-10-18 08:50:17 +08:00
|
|
|
<caselogDialog :showcaseLog="showcaseLog" @cancelcaseLog="cancelcaseLog" :flagLoading="flagLoading"
|
|
|
|
|
:caselogDataArr="caselogDataArr"></caselogDialog>
|
2023-10-20 17:25:58 +08:00
|
|
|
<!-- 案件流程 -->
|
|
|
|
|
<viewprocessDialog :processVisable="processVisable" @cancelViewProcess="cancelViewProcess" :processData="processData">
|
|
|
|
|
</viewprocessDialog>
|
|
|
|
|
<!-- 证据修改 -->
|
|
|
|
|
<evidenceDialog :evidenceVisable="evidenceVisable" @cancelEvidence="cancelEvidence" :evidenceData="evidenceData">
|
|
|
|
|
</evidenceDialog>
|
2023-10-24 16:27:30 +08:00
|
|
|
|
2023-10-20 17:25:58 +08:00
|
|
|
<!-- 开庭时间修改 -->
|
2023-11-16 10:34:15 +08:00
|
|
|
<timeDialog :timeVisable="timeVisable" @getcaseApply="getcaseApply" @cancelTime="cancelTime" :timeData="timeData"
|
|
|
|
|
:queryParams="queryParams">
|
2023-10-20 17:25:58 +08:00
|
|
|
</timeDialog>
|
|
|
|
|
<!-- 批量操作弹窗 -->
|
2023-10-24 16:27:30 +08:00
|
|
|
<operateDialog :queryParams="queryParams" :operateStatus="operateStatus" :operateVisable="operateVisable"
|
|
|
|
|
@getcaseApply="getcaseApply" :operateTitle="operateTitle" @cancelOperate="cancelOperate" :operateData="operateData">
|
2023-10-20 17:25:58 +08:00
|
|
|
</operateDialog>
|
2023-10-24 16:27:30 +08:00
|
|
|
<!-- 上传证据目录弹窗 -->
|
2023-11-16 10:34:15 +08:00
|
|
|
<uploadCaseDialog :uploadCaseVisable="uploadCaseVisable" @uploadCaseCancel="uploadCaseCancel"
|
|
|
|
|
:uploadCaseData="uploadCaseData">
|
2023-10-24 16:27:30 +08:00
|
|
|
</uploadCaseDialog>
|
2023-11-23 19:27:22 +08:00
|
|
|
<!-- 秘书审核修改页面 -->
|
|
|
|
|
<caseentryExamineDialog :dialogtitle="dialogtitle" :caseentryExamineVisible="caseentryExamineVisible" :queryParams="queryParams"
|
|
|
|
|
:getcaseApply="getcaseApply"
|
|
|
|
|
@caseentryExamineCancel="caseentryExamineCancel" :caseentryExamineData="caseentryExamineData" :caseentryExamineDataAll="caseentryExamineDataAll"></caseentryExamineDialog>
|
2023-11-27 18:00:53 +08:00
|
|
|
<caseCompressionPackage :openCompressedPackages="openCompressedPackages" :queryParams="queryParams" @cancelCompreess="cancelCompreess"
|
|
|
|
|
:getcaseApply="getcaseApply">
|
|
|
|
|
</caseCompressionPackage>
|
2023-12-04 18:04:10 +08:00
|
|
|
<!-- 证据清单 -->
|
|
|
|
|
<evidenceList :evidenceListD ="evidenceListD" @cancelevidenceList="cancelevidenceList" :caseAttachListR ="caseAttachListR"></evidenceList>
|
2023-11-27 18:00:53 +08:00
|
|
|
|
2023-09-18 21:55:43 +08:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import caseentryDialog from "./components/caseentryDialog";
|
|
|
|
|
import batchDialog from "./components/batchDialog";
|
|
|
|
|
import formateCourtDialog from "./components/formateCourtDialog.vue";
|
|
|
|
|
import courtReviewDialog from "./components/courtReviewDialog.vue";
|
|
|
|
|
import choosetrialmethodDaiog from "./components/choosetrialmethodDaiog.vue";
|
|
|
|
|
import adjudicaterecordDialog from "./components/adjudicaterecordDialog.vue";
|
2023-09-20 14:23:32 +08:00
|
|
|
import trialincourtDialog from "./components/trialincourtDialog.vue";
|
|
|
|
|
import payDialog from "./components/payDialog.vue";
|
2023-09-21 16:06:45 +08:00
|
|
|
import filingreviewDialog from "./components/filingreviewDialog.vue";
|
2023-10-13 18:42:29 +08:00
|
|
|
import caselogDialog from "./components/caselogDialog.vue";
|
2023-10-20 17:25:58 +08:00
|
|
|
import viewprocessDialog from "./components/viewprocessDialog.vue";
|
2023-10-24 16:27:30 +08:00
|
|
|
import evidenceDialog from './components/evidenceDialog.vue';
|
|
|
|
|
import timeDialog from './components/timeDialog.vue';
|
|
|
|
|
import operateDialog from './components/operateDialog.vue';
|
|
|
|
|
import uploadCaseDialog from './components/uploadCaseDialog.vue';
|
2023-12-04 18:04:10 +08:00
|
|
|
import caseCompressionPackage from './components/caseCompressionPackage.vue';
|
|
|
|
|
import evidenceList from './components/evidenceList.vue'
|
2023-11-23 19:27:22 +08:00
|
|
|
// 秘书审核页面
|
|
|
|
|
import caseentryExamineDialog from './components/caseentryExamine.vue';
|
2023-09-20 14:23:32 +08:00
|
|
|
import { caseApplicationDetail } from "@/api/pay/pay";
|
2023-09-18 21:55:43 +08:00
|
|
|
import {
|
|
|
|
|
caseApply,
|
|
|
|
|
removeCaseApply,
|
|
|
|
|
submitCaseApply,
|
|
|
|
|
selectCaseApply,
|
2023-10-24 16:27:30 +08:00
|
|
|
updateCaseLockStatus
|
2023-09-18 21:55:43 +08:00
|
|
|
} from "@/api/caseAccess/caseEntry";
|
2023-10-11 20:20:44 +08:00
|
|
|
import { listDept } from "@/api/system/dept";
|
2023-10-13 18:42:29 +08:00
|
|
|
import {
|
|
|
|
|
document,
|
|
|
|
|
caseLogRecordList,
|
2023-11-23 19:27:22 +08:00
|
|
|
revoke,
|
|
|
|
|
selectCompareCase,
|
|
|
|
|
updateAudit
|
2023-10-13 18:42:29 +08:00
|
|
|
} from "@/api/caseManagement/caseManagement";
|
2023-10-24 16:27:30 +08:00
|
|
|
import { getDicts } from '@/api/system/dict/data.js';
|
2023-09-18 21:55:43 +08:00
|
|
|
export default {
|
|
|
|
|
name: "caseList",
|
2023-10-18 08:50:17 +08:00
|
|
|
// dicts: ["case_status"],
|
2023-09-18 21:55:43 +08:00
|
|
|
components: {
|
|
|
|
|
caseentryDialog,
|
|
|
|
|
batchDialog,
|
|
|
|
|
formateCourtDialog,
|
|
|
|
|
courtReviewDialog,
|
|
|
|
|
choosetrialmethodDaiog,
|
|
|
|
|
adjudicaterecordDialog,
|
2023-09-20 14:23:32 +08:00
|
|
|
trialincourtDialog,
|
|
|
|
|
payDialog,
|
2023-09-21 16:06:45 +08:00
|
|
|
filingreviewDialog,
|
2023-10-13 18:42:29 +08:00
|
|
|
caselogDialog,
|
2023-10-20 17:25:58 +08:00
|
|
|
viewprocessDialog,
|
|
|
|
|
evidenceDialog,
|
|
|
|
|
timeDialog,
|
2023-10-24 16:27:30 +08:00
|
|
|
operateDialog,
|
2023-11-23 19:27:22 +08:00
|
|
|
uploadCaseDialog,
|
2023-11-27 18:00:53 +08:00
|
|
|
caseentryExamineDialog,
|
2023-12-04 18:04:10 +08:00
|
|
|
caseCompressionPackage,
|
|
|
|
|
evidenceList
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
// 遮罩层
|
|
|
|
|
loading: true,
|
|
|
|
|
// 总条数
|
|
|
|
|
total: 0,
|
|
|
|
|
isapply: "申请人:",
|
|
|
|
|
// 表格数据
|
|
|
|
|
dataList: [],
|
|
|
|
|
// 查询参数
|
|
|
|
|
queryParams: {
|
|
|
|
|
caseNum: undefined,
|
2023-10-10 21:41:41 +08:00
|
|
|
// caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
|
2023-10-20 17:25:58 +08:00
|
|
|
caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 31],
|
2023-10-13 14:06:48 +08:00
|
|
|
// hearDate: "",
|
2023-09-18 21:55:43 +08:00
|
|
|
caseStatus: null,
|
2023-10-10 11:30:50 +08:00
|
|
|
applicantName: "",
|
2023-10-13 18:42:29 +08:00
|
|
|
nameId: "",
|
2023-09-18 21:55:43 +08:00
|
|
|
pageNum: 1,
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
},
|
|
|
|
|
dialogtitle: "", //弹框标题
|
|
|
|
|
visible: false, //申请弹框控制
|
|
|
|
|
form: {},
|
|
|
|
|
starttime: "", //开始时间
|
|
|
|
|
endtime: "", //结束时间
|
|
|
|
|
formData: {},
|
|
|
|
|
flag: "-1",
|
|
|
|
|
initpaymentArr: [],
|
|
|
|
|
initpaymentArr1: [],
|
2023-09-21 13:35:51 +08:00
|
|
|
showfilingreview: false, //立案申查弹框控制
|
|
|
|
|
filingreviewdata: {}, //立案审查传输数据
|
2023-09-18 21:55:43 +08:00
|
|
|
openbatch: false, // 批量申请弹框
|
2023-11-27 18:00:53 +08:00
|
|
|
openCompressedPackages:false,//案件压缩包导入
|
2023-09-18 21:55:43 +08:00
|
|
|
formateCourtData: {}, //组庭
|
|
|
|
|
showformateCourt: false, //组庭界面显示
|
|
|
|
|
showcourtReview: false, //组庭审核页面
|
|
|
|
|
showchoosetrialmethod: false, //选择仲裁方式页面
|
2023-09-20 14:23:32 +08:00
|
|
|
choosetrialmethodata: {},
|
2023-09-18 21:55:43 +08:00
|
|
|
showadjudicaterecord: false, //书面审理弹框
|
2023-09-20 14:23:32 +08:00
|
|
|
adjudicatename: {}, //书面仲裁(被)申请人姓名
|
2023-09-18 21:55:43 +08:00
|
|
|
showtrialincourt: false, //开庭审理
|
2023-09-20 14:23:32 +08:00
|
|
|
openPay: false, //缴费弹框
|
2023-10-20 17:25:58 +08:00
|
|
|
processVisable: false,//案件流程弹窗
|
|
|
|
|
evidenceVisable: false,//修改证据弹窗
|
|
|
|
|
evidenceData: {},
|
2023-09-20 14:23:32 +08:00
|
|
|
payTitle: "",
|
|
|
|
|
payForm: {},
|
2023-09-26 19:45:46 +08:00
|
|
|
caseAttachList: [], //案件质证资料
|
2023-10-10 11:30:50 +08:00
|
|
|
showcaseLog: false, //案件日志弹框显示
|
2023-12-04 18:04:10 +08:00
|
|
|
evidenceListD:false,//证据清单弹框显示
|
|
|
|
|
caseAttachListR:[], //证据清单
|
2023-10-11 14:43:26 +08:00
|
|
|
flagLoading: true, //案件日志弹框loading
|
2023-10-11 20:20:44 +08:00
|
|
|
caselogDataArr: [],
|
2023-10-13 18:42:29 +08:00
|
|
|
options: [], //机构数据
|
2023-10-18 08:50:17 +08:00
|
|
|
payId: null,
|
2023-10-20 17:25:58 +08:00
|
|
|
caseStatus: [],
|
|
|
|
|
processData: {},
|
|
|
|
|
timeVisable: false,
|
|
|
|
|
timeData: {},
|
2023-10-24 16:27:30 +08:00
|
|
|
operateVisable: false,
|
|
|
|
|
operateData: {},
|
|
|
|
|
operateTitle: "",
|
|
|
|
|
operateStatus: 0,
|
2023-11-16 10:34:15 +08:00
|
|
|
uploadCaseVisable: false,
|
2023-11-23 19:27:22 +08:00
|
|
|
caseentryExamineVisible: false,
|
|
|
|
|
caseentryExamineData: {},
|
|
|
|
|
caseentryExamineDataAll: {},
|
2023-11-16 10:34:15 +08:00
|
|
|
uploadCaseData: {},
|
|
|
|
|
selectCaseStatusList: [
|
2023-10-31 09:25:02 +08:00
|
|
|
{
|
2023-11-16 10:34:15 +08:00
|
|
|
label: "待办案件",
|
|
|
|
|
value: 0
|
2023-10-31 09:25:02 +08:00
|
|
|
},
|
|
|
|
|
{
|
2023-11-16 10:34:15 +08:00
|
|
|
label: "已办案件",
|
|
|
|
|
value: 1
|
2023-10-31 09:25:02 +08:00
|
|
|
}
|
|
|
|
|
],
|
2023-11-16 10:34:15 +08:00
|
|
|
caseStatusType: false,
|
|
|
|
|
btnStatus: true,
|
2023-09-18 21:55:43 +08:00
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
2023-10-18 08:50:17 +08:00
|
|
|
getDicts("case_status").then(res => {
|
|
|
|
|
this.caseStatus = res.data;
|
|
|
|
|
let params = this.$route.params.status;
|
2023-10-24 16:27:30 +08:00
|
|
|
if (params >= 0) {
|
2023-10-18 08:50:17 +08:00
|
|
|
this.queryParams.caseStatus = params;
|
|
|
|
|
}
|
|
|
|
|
this.getcaseApply(this.queryParams);
|
|
|
|
|
})
|
|
|
|
|
// this.getcaseApply(this.queryParams);
|
2023-10-13 18:42:29 +08:00
|
|
|
this.getInstitution();
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
cancel() {
|
|
|
|
|
this.visible = false;
|
|
|
|
|
},
|
|
|
|
|
cancelBatch() {
|
|
|
|
|
this.openbatch = false;
|
2023-11-27 18:00:53 +08:00
|
|
|
|
|
|
|
|
},
|
|
|
|
|
cancelCompreess(){
|
|
|
|
|
this.openCompressedPackages = false;
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
2023-10-20 17:25:58 +08:00
|
|
|
cancelTime() {
|
|
|
|
|
this.timeVisable = false;
|
|
|
|
|
},
|
2023-10-24 16:27:30 +08:00
|
|
|
cancelOperate() {
|
2023-10-20 17:25:58 +08:00
|
|
|
this.operateVisable = false;
|
|
|
|
|
},
|
2023-11-16 10:34:15 +08:00
|
|
|
uploadCaseCancel() {
|
2023-10-24 16:27:30 +08:00
|
|
|
this.uploadCaseVisable = false;
|
|
|
|
|
},
|
|
|
|
|
// 上传证据目录弹窗
|
2023-11-16 10:34:15 +08:00
|
|
|
uploadCase(row) {
|
2023-10-24 16:27:30 +08:00
|
|
|
this.uploadCaseData = row;
|
|
|
|
|
this.uploadCaseVisable = true;
|
|
|
|
|
},
|
2023-10-20 17:25:58 +08:00
|
|
|
// 批量操作弹窗
|
2023-10-24 16:27:30 +08:00
|
|
|
operateClick(type) {
|
2023-10-20 17:25:58 +08:00
|
|
|
this.operateVisable = true;
|
2023-10-24 16:27:30 +08:00
|
|
|
if (type == 0) {
|
|
|
|
|
this.operateTitle = '批量提交';
|
|
|
|
|
this.operateStatus = 0;
|
|
|
|
|
} else if (type == 1) {
|
|
|
|
|
this.operateTitle = '批量删除';
|
|
|
|
|
this.operateStatus = 1;
|
|
|
|
|
} else if (type == 2) {
|
2023-11-02 14:30:57 +08:00
|
|
|
this.operateTitle = '批量立案审查';
|
2023-10-24 16:27:30 +08:00
|
|
|
this.operateStatus = 2;
|
2023-11-23 20:07:01 +08:00
|
|
|
} else if (type == 4) {
|
2023-11-16 10:34:15 +08:00
|
|
|
this.operateTitle = '批量生成裁决书';
|
|
|
|
|
this.operateStatus = 4;
|
2023-11-23 20:07:01 +08:00
|
|
|
} else if(type == 6){
|
|
|
|
|
this.operateTitle = '批量缴费';
|
|
|
|
|
this.operateStatus = 6;
|
2023-10-20 17:25:58 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 修改开庭时间
|
|
|
|
|
timeUpdata(row) {
|
|
|
|
|
this.timeData = row;
|
|
|
|
|
this.timeVisable = true;
|
|
|
|
|
},
|
2023-10-24 16:27:30 +08:00
|
|
|
|
2023-10-20 17:25:58 +08:00
|
|
|
// 锁定案件
|
|
|
|
|
lockClick(row) {
|
|
|
|
|
this.$modal
|
|
|
|
|
.confirm("是否锁定案件")
|
|
|
|
|
.then(function () {
|
2023-10-24 16:27:30 +08:00
|
|
|
return updateCaseLockStatus({ id: row.id, lockStatus: 1 });
|
2023-10-20 17:25:58 +08:00
|
|
|
})
|
|
|
|
|
.then((res) => {
|
2023-10-24 16:27:30 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
2023-10-20 17:25:58 +08:00
|
|
|
this.$modal.msgSuccess("锁定成功");
|
|
|
|
|
})
|
|
|
|
|
.catch(() => { });
|
|
|
|
|
},
|
|
|
|
|
// 解锁案件
|
|
|
|
|
ulockClick(row) {
|
|
|
|
|
this.$modal
|
2023-10-24 16:27:30 +08:00
|
|
|
.confirm("是否解锁案件")
|
2023-10-20 17:25:58 +08:00
|
|
|
.then(function () {
|
2023-10-24 16:27:30 +08:00
|
|
|
return updateCaseLockStatus({ id: row.id, lockStatus: 0 });
|
2023-10-20 17:25:58 +08:00
|
|
|
})
|
|
|
|
|
.then((res) => {
|
2023-10-24 16:27:30 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
2023-10-20 17:25:58 +08:00
|
|
|
this.$modal.msgSuccess("解锁成功");
|
|
|
|
|
})
|
|
|
|
|
.catch(() => { });
|
|
|
|
|
},
|
|
|
|
|
// 修改证据
|
|
|
|
|
evidenceUpload(row) {
|
|
|
|
|
this.evidenceData = row;
|
|
|
|
|
this.evidenceVisable = true;
|
|
|
|
|
},
|
|
|
|
|
// 取消弹窗(证据弹窗)
|
|
|
|
|
cancelEvidence() {
|
|
|
|
|
this.evidenceVisable = false;
|
|
|
|
|
},
|
|
|
|
|
// 查看流程
|
|
|
|
|
viewProcess(row) {
|
|
|
|
|
this.processVisable = true;
|
|
|
|
|
this.processData = row;
|
|
|
|
|
},
|
2023-10-11 20:20:44 +08:00
|
|
|
// 机构发生变化
|
2023-10-13 18:43:31 +08:00
|
|
|
changeDept(data) {
|
2023-10-13 18:42:29 +08:00
|
|
|
this.queryParams.nameId = data[0];
|
2023-10-11 20:20:44 +08:00
|
|
|
},
|
|
|
|
|
// 获取机构数据
|
2023-10-13 18:43:31 +08:00
|
|
|
getInstitution() {
|
2023-10-13 18:42:29 +08:00
|
|
|
listDept().then((res) => {
|
|
|
|
|
res.data.forEach((item) => {
|
2023-10-11 20:20:44 +08:00
|
|
|
item.value = item.deptId;
|
2023-10-13 18:42:29 +08:00
|
|
|
item.label = item.deptName;
|
|
|
|
|
});
|
2023-10-11 20:20:44 +08:00
|
|
|
this.options = this.handleTree(res.data, "deptId");
|
2023-10-13 18:42:29 +08:00
|
|
|
});
|
2023-10-11 20:20:44 +08:00
|
|
|
},
|
2023-09-18 21:55:43 +08:00
|
|
|
/** 查询列表 */
|
2023-09-20 18:40:49 +08:00
|
|
|
getcaseApply(val) {
|
2023-09-18 21:55:43 +08:00
|
|
|
this.loading = true;
|
2023-09-20 18:40:49 +08:00
|
|
|
caseApply(val).then((response) => {
|
2023-09-18 21:55:43 +08:00
|
|
|
this.dataList = response.rows;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/** 搜索按钮操作 */
|
|
|
|
|
handleQuery() {
|
2023-09-21 09:40:04 +08:00
|
|
|
this.queryParams.caseStatusList = [];
|
2023-10-18 08:50:17 +08:00
|
|
|
if (!this.queryParams.caseStatus) {
|
2023-11-16 10:34:15 +08:00
|
|
|
this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 31]
|
2023-10-15 17:21:06 +08:00
|
|
|
}
|
2023-11-16 10:34:15 +08:00
|
|
|
if (this.queryParams.selectCaseStatus == 1) {
|
2023-10-31 09:25:02 +08:00
|
|
|
this.queryParams.caseStatus = null;
|
|
|
|
|
this.caseStatusType = true;
|
|
|
|
|
this.btnStatus = false;
|
2023-11-16 10:34:15 +08:00
|
|
|
} else if (this.queryParams.selectCaseStatus == 0) {
|
2023-10-31 09:25:02 +08:00
|
|
|
this.caseStatusType = false;
|
|
|
|
|
this.btnStatus = true;
|
|
|
|
|
}
|
2023-09-18 21:55:43 +08:00
|
|
|
this.queryParams.pageNum = 1;
|
2023-09-20 18:40:49 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
/** 重置按钮操作 */
|
|
|
|
|
resetQuery() {
|
|
|
|
|
this.resetForm("queryForm");
|
2023-11-16 10:34:15 +08:00
|
|
|
(this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 31]),
|
2023-10-13 18:42:29 +08:00
|
|
|
(this.queryParams.applicantName = ""),
|
|
|
|
|
(this.queryParams.nameId = ""),
|
2023-09-21 09:40:04 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
// 案件录入
|
|
|
|
|
filingApplication() {
|
|
|
|
|
this.form = {};
|
2023-09-23 16:01:56 +08:00
|
|
|
this.initpaymentArr = [
|
2023-09-18 21:55:43 +08:00
|
|
|
{
|
|
|
|
|
identityType: 1,
|
|
|
|
|
name: "",
|
|
|
|
|
identityNum: "",
|
|
|
|
|
contactTelphone: "",
|
|
|
|
|
workAddress: "",
|
|
|
|
|
workTelphone: "",
|
|
|
|
|
contactAddress: "",
|
|
|
|
|
nameAgent: "",
|
|
|
|
|
contactTelphoneAgent: "",
|
|
|
|
|
contactAddressAgent: "",
|
|
|
|
|
},
|
|
|
|
|
];
|
2023-09-23 16:01:56 +08:00
|
|
|
this.initpaymentArr1 = [
|
2023-09-18 21:55:43 +08:00
|
|
|
{
|
|
|
|
|
identityType: 2,
|
|
|
|
|
name: "",
|
|
|
|
|
identityNum: "",
|
|
|
|
|
contactTelphone: "",
|
|
|
|
|
workAddress: "",
|
|
|
|
|
workTelphone: "",
|
|
|
|
|
contactAddress: "",
|
|
|
|
|
nameAgent: "",
|
|
|
|
|
contactTelphoneAgent: "",
|
|
|
|
|
contactAddressAgent: "",
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
this.visible = true;
|
|
|
|
|
this.dialogtitle = "立案申请";
|
|
|
|
|
this.flag = "2";
|
|
|
|
|
},
|
|
|
|
|
// 批量批量录入
|
|
|
|
|
batchApplication() {
|
|
|
|
|
this.openbatch = true;
|
|
|
|
|
},
|
2023-11-27 18:00:53 +08:00
|
|
|
//案件导入压缩包
|
|
|
|
|
compressedPackages(){
|
|
|
|
|
this.openCompressedPackages = true;
|
|
|
|
|
},
|
2023-09-18 21:55:43 +08:00
|
|
|
// 详情
|
|
|
|
|
detailRow(row) {
|
|
|
|
|
this.flag = "0";
|
|
|
|
|
this.form = row;
|
|
|
|
|
this.visible = true;
|
|
|
|
|
this.dialogtitle = "立案详情";
|
|
|
|
|
this.getInfo(row);
|
|
|
|
|
},
|
2023-10-10 11:30:50 +08:00
|
|
|
// 案件日志
|
|
|
|
|
caselogRow(row) {
|
|
|
|
|
this.showcaseLog = true;
|
2023-10-13 18:42:29 +08:00
|
|
|
this.caseLogRecordListFn(row);
|
2023-10-10 16:22:52 +08:00
|
|
|
},
|
2023-12-04 18:04:10 +08:00
|
|
|
// 证据清单
|
|
|
|
|
evidenceListS(row){
|
|
|
|
|
this.evidenceListD = true;
|
|
|
|
|
this.getInfo(row);
|
|
|
|
|
},
|
2023-10-10 16:22:52 +08:00
|
|
|
// 查询案件日志信息
|
2023-10-11 14:43:26 +08:00
|
|
|
caseLogRecordListFn(val) {
|
|
|
|
|
this.flagLoading = true;
|
|
|
|
|
let params = {
|
2023-10-13 18:42:29 +08:00
|
|
|
caseAppliId: val.id,
|
|
|
|
|
};
|
2023-10-11 14:43:26 +08:00
|
|
|
caseLogRecordList(params).then((res) => {
|
2023-11-13 09:58:24 +08:00
|
|
|
this.caselogDataArr = res.data;
|
2023-10-11 14:43:26 +08:00
|
|
|
this.flagLoading = false;
|
2023-10-13 18:42:29 +08:00
|
|
|
});
|
2023-10-10 11:30:50 +08:00
|
|
|
},
|
|
|
|
|
// 关闭案件日志
|
|
|
|
|
cancelcaseLog() {
|
|
|
|
|
this.showcaseLog = false;
|
|
|
|
|
},
|
2023-10-20 17:25:58 +08:00
|
|
|
//关闭案件流程
|
|
|
|
|
cancelViewProcess() {
|
|
|
|
|
this.processVisable = false;
|
|
|
|
|
},
|
2023-12-04 18:04:10 +08:00
|
|
|
// 关闭案件详情
|
|
|
|
|
cancelevidenceList(){
|
|
|
|
|
this.evidenceListD = false;
|
|
|
|
|
},
|
2023-09-18 21:55:43 +08:00
|
|
|
// 修改
|
|
|
|
|
editRow(row) {
|
|
|
|
|
this.flag = "1";
|
|
|
|
|
this.form = row;
|
|
|
|
|
this.visible = true;
|
|
|
|
|
this.dialogtitle = "立案修改";
|
|
|
|
|
this.getInfo(row);
|
|
|
|
|
},
|
2023-09-21 09:40:04 +08:00
|
|
|
// 列表提交立案
|
|
|
|
|
onsubmitRow(row) {
|
2023-09-18 21:55:43 +08:00
|
|
|
this.$modal
|
2023-09-21 09:40:04 +08:00
|
|
|
.confirm("是否提交立案申请?")
|
2023-09-18 21:55:43 +08:00
|
|
|
.then(function () {
|
2023-10-20 17:25:58 +08:00
|
|
|
// return submitCaseApply({ id: row.id });
|
2023-10-24 16:27:30 +08:00
|
|
|
return submitCaseApply({ ids: [row.id] });
|
2023-09-18 21:55:43 +08:00
|
|
|
})
|
|
|
|
|
.then(() => {
|
2023-09-21 09:40:04 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
|
|
|
|
this.$modal.msgSuccess("立案申请成功");
|
2023-09-18 21:55:43 +08:00
|
|
|
})
|
2023-10-18 08:50:17 +08:00
|
|
|
.catch(() => { });
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
2023-09-21 09:40:04 +08:00
|
|
|
// 立案审查
|
|
|
|
|
filingreviewRow(row) {
|
|
|
|
|
console.log(row, "立案审查");
|
2023-09-21 13:35:51 +08:00
|
|
|
this.showfilingreview = true;
|
|
|
|
|
this.filingreviewdata = row;
|
|
|
|
|
},
|
|
|
|
|
cancelFilingreview() {
|
|
|
|
|
this.showfilingreview = false;
|
2023-09-21 09:40:04 +08:00
|
|
|
},
|
2023-09-20 14:23:32 +08:00
|
|
|
// 取消缴费
|
|
|
|
|
paycancelRow(row) {
|
|
|
|
|
this.openPay = false;
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
2023-09-23 16:01:56 +08:00
|
|
|
// 是否进行缴费
|
2023-09-20 14:23:32 +08:00
|
|
|
payStatus(val) {
|
2023-11-23 19:27:22 +08:00
|
|
|
this.getDetail({ id: val.id, version: val.version });
|
2023-10-08 13:47:19 +08:00
|
|
|
this.payTitle = "缴费";
|
|
|
|
|
this.openPay = true;
|
2023-10-15 19:31:45 +08:00
|
|
|
this.payId = val.id;
|
2023-09-20 14:23:32 +08:00
|
|
|
},
|
|
|
|
|
getDetail(parms) {
|
|
|
|
|
caseApplicationDetail(parms).then((res) => {
|
|
|
|
|
if (res.data.caseStatus == 1) {
|
|
|
|
|
res.data.caseStatusName = "待缴费";
|
|
|
|
|
}
|
|
|
|
|
this.form = res.data;
|
|
|
|
|
this.payForm.feePayable = res.data.feePayable;
|
|
|
|
|
this.payForm.caseId = res.data.id;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
2023-09-18 21:55:43 +08:00
|
|
|
// 组庭
|
|
|
|
|
// formationcourtRow(row) {
|
|
|
|
|
// console.log(row, "组庭");
|
|
|
|
|
// this.formateCourtData = row;
|
|
|
|
|
// this.showformateCourt = true;
|
|
|
|
|
// },
|
|
|
|
|
// 关闭组庭页面
|
|
|
|
|
cancelcourtDialog() {
|
|
|
|
|
this.showformateCourt = false;
|
|
|
|
|
},
|
2023-11-23 19:27:22 +08:00
|
|
|
// 审核案件 selectCompareCase caseentryExamineData
|
|
|
|
|
reviewCase(row) {
|
|
|
|
|
this.caseentryExamineVisible = true;
|
|
|
|
|
this.dialogtitle = "审核修改详情";
|
|
|
|
|
this.getSelectCompareCase(row)
|
|
|
|
|
},
|
|
|
|
|
// 秘书审核修改页面 caseentryExamineVisible
|
|
|
|
|
caseentryExamineCancel() {
|
|
|
|
|
this.caseentryExamineVisible = false;
|
|
|
|
|
},
|
|
|
|
|
// 查询修改字段
|
|
|
|
|
getSelectCompareCase(val) {
|
|
|
|
|
let param = {
|
|
|
|
|
caseId:val.id,
|
|
|
|
|
version:val.version
|
|
|
|
|
}
|
|
|
|
|
selectCompareCase(param).then((res) => {
|
|
|
|
|
this.caseentryExamineData = res.data.afterCase
|
2023-11-24 13:46:38 +08:00
|
|
|
this.caseentryExamineDataAll = res.data
|
2023-11-23 19:27:22 +08:00
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 审核撤销
|
|
|
|
|
reviewRevocation(row) {
|
|
|
|
|
this.caseentryExamineVisible = true;
|
|
|
|
|
this.dialogtitle = "审核撤销";
|
|
|
|
|
this.getSelectCompareCase(row)
|
|
|
|
|
},
|
2023-09-18 21:55:43 +08:00
|
|
|
// 组庭确认
|
|
|
|
|
courtconfirmationRow(row) {
|
2023-09-21 13:35:51 +08:00
|
|
|
// console.log(row, "组庭确认");
|
2023-09-18 21:55:43 +08:00
|
|
|
this.showcourtReview = true;
|
2023-09-19 20:51:20 +08:00
|
|
|
this.form = row;
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
// 组庭审核
|
|
|
|
|
courtreviewRow(row) {
|
2023-09-21 13:35:51 +08:00
|
|
|
// console.log(row, "组庭审核");
|
2023-09-18 21:55:43 +08:00
|
|
|
this.formateCourtData = row;
|
|
|
|
|
this.showformateCourt = true;
|
|
|
|
|
},
|
|
|
|
|
cancelcourtReview() {
|
|
|
|
|
this.showcourtReview = false;
|
|
|
|
|
},
|
2023-09-21 13:35:51 +08:00
|
|
|
// 选择开庭方式改为审核仲裁方式
|
2023-09-18 21:55:43 +08:00
|
|
|
choosetrialmethodRow(row) {
|
2023-09-21 13:55:30 +08:00
|
|
|
// console.log(row, "审核仲裁方式");
|
2023-09-19 11:37:16 +08:00
|
|
|
this.choosetrialmethodata = row;
|
2023-09-18 21:55:43 +08:00
|
|
|
this.showchoosetrialmethod = true;
|
|
|
|
|
},
|
2023-09-21 13:55:30 +08:00
|
|
|
// 关闭审核仲裁方式
|
2023-09-18 21:55:43 +08:00
|
|
|
cancelshowchoosetrialMethod() {
|
|
|
|
|
this.showchoosetrialmethod = false;
|
|
|
|
|
},
|
|
|
|
|
// 书面审理
|
|
|
|
|
adjudicaterecordRow(row) {
|
2023-09-19 15:42:21 +08:00
|
|
|
// console.log(row, "书面审理");
|
2023-09-18 21:55:43 +08:00
|
|
|
this.showadjudicaterecord = true;
|
2023-09-19 15:42:21 +08:00
|
|
|
this.form = row;
|
2023-09-20 14:23:32 +08:00
|
|
|
this.getInfo(row);
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
canceladjudicaterecord() {
|
|
|
|
|
this.showadjudicaterecord = false;
|
|
|
|
|
},
|
|
|
|
|
// 开庭审理
|
|
|
|
|
trialcourtRow(row) {
|
|
|
|
|
console.log(row, "开庭审理");
|
|
|
|
|
this.showtrialincourt = true;
|
2023-09-19 20:51:20 +08:00
|
|
|
this.form = row;
|
2023-09-20 14:23:32 +08:00
|
|
|
this.getInfo(row);
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
canceltrialincourt() {
|
2023-09-20 14:23:32 +08:00
|
|
|
this.showtrialincourt = false;
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
2023-10-15 16:26:11 +08:00
|
|
|
// 生成裁决书 2023.10.15裁决书生成为自动,已合并如庭审提交
|
|
|
|
|
// generateawardRow(row) {
|
|
|
|
|
// console.log(row, "生成裁决书");
|
|
|
|
|
// this.$modal
|
|
|
|
|
// .confirm("确定生成裁决书吗?")
|
|
|
|
|
// .then(function () {
|
|
|
|
|
// return document({ id: row.id });
|
|
|
|
|
// })
|
|
|
|
|
// .then((res) => {
|
|
|
|
|
// if (res.code == 200) {
|
|
|
|
|
// this.getcaseApply(this.queryParams);
|
|
|
|
|
// this.$modal.msgSuccess("裁决书生成成功");
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// .catch(() => {});
|
|
|
|
|
// },
|
2023-09-18 21:55:43 +08:00
|
|
|
// 归档
|
|
|
|
|
fileRow(row) {
|
|
|
|
|
console.log(row, "归档");
|
|
|
|
|
},
|
|
|
|
|
// 查找主体信息数据
|
|
|
|
|
getInfo(row) {
|
2023-11-23 19:27:22 +08:00
|
|
|
let params = {
|
|
|
|
|
id: row.id,
|
|
|
|
|
version: row.version
|
|
|
|
|
}
|
|
|
|
|
selectCaseApply(params).then((res) => {
|
2023-12-04 18:04:10 +08:00
|
|
|
// 证据清单
|
|
|
|
|
this.caseAttachListR = res.data.caseAttachList;
|
2023-09-19 18:31:05 +08:00
|
|
|
// this.visible = true;
|
|
|
|
|
// this.formData = res.data;
|
2023-11-03 17:02:15 +08:00
|
|
|
this.form.caseName = res.data.caseName;
|
2023-09-19 18:31:05 +08:00
|
|
|
this.adjudicatename = {
|
|
|
|
|
applicantName: res.data.applicantName,
|
|
|
|
|
respondentName: res.data.respondentName,
|
|
|
|
|
feePayable: res.data.feePayable,
|
2023-09-20 14:23:32 +08:00
|
|
|
hearDate: res.data.hearDate,
|
2023-10-13 18:42:29 +08:00
|
|
|
arbitratorName: res.data.arbitratorName,
|
2023-10-18 08:50:17 +08:00
|
|
|
caseAttachList: res.data.caseAttachList,
|
2023-09-20 14:23:32 +08:00
|
|
|
};
|
2023-09-18 21:55:43 +08:00
|
|
|
this.initpaymentArr = [];
|
|
|
|
|
this.initpaymentArr1 = [];
|
|
|
|
|
res.data.caseAffiliates.forEach((item) => {
|
|
|
|
|
if (item.identityType == 1) {
|
|
|
|
|
this.initpaymentArr.push(item);
|
|
|
|
|
} else {
|
|
|
|
|
this.initpaymentArr1.push(item);
|
|
|
|
|
}
|
|
|
|
|
});
|
2023-10-13 18:42:29 +08:00
|
|
|
this.caseAttachList = res.data.caseAttachList;
|
2023-12-04 18:04:10 +08:00
|
|
|
// console.log(this.caseAttachList,"caseAttachList")
|
2023-10-18 08:50:17 +08:00
|
|
|
this.form.requestRule = res.data.requestRule;
|
|
|
|
|
this.form.properPreser = res.data.properPreser;
|
2023-09-18 21:55:43 +08:00
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// 删除
|
|
|
|
|
deleteRow(row) {
|
|
|
|
|
// const id = row.id;
|
|
|
|
|
this.$modal
|
|
|
|
|
.confirm("是否确认删除?")
|
|
|
|
|
.then(function () {
|
2023-10-20 17:25:58 +08:00
|
|
|
// return removeCaseApply({ id: row.id });
|
2023-10-24 16:27:30 +08:00
|
|
|
return removeCaseApply({ ids: [row.id] });
|
2023-09-18 21:55:43 +08:00
|
|
|
})
|
|
|
|
|
.then((res) => {
|
2023-09-21 09:40:04 +08:00
|
|
|
this.getcaseApply(this.queryParams);
|
2023-09-18 21:55:43 +08:00
|
|
|
this.$modal.msgSuccess("删除成功");
|
|
|
|
|
})
|
2023-10-18 08:50:17 +08:00
|
|
|
.catch(() => { });
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
2023-11-23 19:27:22 +08:00
|
|
|
// 申请人撤销修改 revoke
|
|
|
|
|
undoRow(row) {
|
|
|
|
|
if (row.updateSubmitStatus == 1) {
|
|
|
|
|
this.$modal.confirm("是否确认撤销修改?").then(function () {
|
|
|
|
|
return revoke({ caseId: row.id, version: row.version });
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
this.getcaseApply(this.queryParams);
|
|
|
|
|
this.$modal.msgSuccess("撤销成功");
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => { });
|
|
|
|
|
} else if (row.updateSubmitStatus == 3) {
|
|
|
|
|
this.$modal.confirm("是否确认撤销已审核的修改?").then(function () {
|
|
|
|
|
return revoke({ caseId: row.id, version: row.version });
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|
this.getcaseApply(this.queryParams);
|
|
|
|
|
this.$modal.msgSuccess("撤销申请已提交,等待审核");
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => { });
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-27 18:00:53 +08:00
|
|
|
},
|
|
|
|
|
// 表格显示高亮
|
|
|
|
|
tableRowClassName(row){
|
2023-11-30 21:16:29 +08:00
|
|
|
if(row.row.arbitratMethodName=="开庭审理"){
|
2023-11-27 18:00:53 +08:00
|
|
|
return 'pendingTrial'
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-23 19:27:22 +08:00
|
|
|
}
|
2023-09-18 21:55:43 +08:00
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
|
2023-11-27 18:00:53 +08:00
|
|
|
<style>
|
|
|
|
|
/* // #formContainer {} */
|
|
|
|
|
.el-table .pendingTrial {
|
2023-12-04 10:03:08 +08:00
|
|
|
background:oldlace;
|
2023-11-27 18:00:53 +08:00
|
|
|
}
|
2023-11-23 20:07:01 +08:00
|
|
|
</style>
|