| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174 |
- <template>
- <div class="app-container">
- <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
- <el-form-item label="案件编号" prop="caseNum">
- <el-input style="width:180px" v-model="queryParams.caseNum" placeholder="请输入案件编号" clearable @keyup.enter.native="handleQuery" />
- </el-form-item>
- <el-form-item label="案件批号" prop="caseNum">
- <el-input style="width:180px" v-model="queryParams.batchNumber" placeholder="请输入案件批号" clearable @keyup.enter.native="handleQuery" />
- </el-form-item>
- <!-- <el-form-item label="申请人" prop="applicantName"> -->
- <!-- <el-input
- v-model="queryParams.applicantName"
- placeholder="请输入机构名称"
- clearable
- @keyup.enter.native="handleQuery"
- /> -->
- <!-- <el-cascader v-model="queryParams.nameId" :options="options" @change="changeDept" :props="{ checkStrictly: true }"
- clearable></el-cascader>
- </el-form-item> -->
- <el-form-item label="案件状态" prop="caseStatus">
- <el-select :disabled="caseStatusType" v-model="queryParams.caseStatus" placeholder="请选择案件状态" clearable
- @keyup.enter.native="handleQuery">
- <el-option v-for="dict in caseStatus" :key="dict.dictValue" :label="dict.dictLabel"
- :value="dict.dictValue"></el-option>
- </el-select>
- </el-form-item>
- <!-- <el-form-item label="是否完成" prop="selectCaseStatus">
- <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>
- </el-form-item> -->
- <!-- <el-form-item label="开庭日期" prop="hearDate">
- <el-date-picker
- v-model="queryParams.hearDate"
- type="daterange"
- range-separator="至"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- >
- </el-date-picker>
- </el-form-item> -->
- <el-form-item>
- <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>
- </el-form-item>
- </el-form>
- <el-row :gutter="10" class="mb8">
- <el-col :span="1.5">
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="filingApplication"
- v-hasPermi="['caseManagement:list:add']">案件录入</el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="compressedPackages"
- v-hasPermi="['caseManagement:list:zip']"
- >导入压缩包</el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="batchApplication"
- v-hasPermi="['caseManagement:list:import']">案件批量导入</el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(2)"
- v-hasPermi="['caseManagement:list:check']">案件批量立案审查</el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(4)"
- v-hasPermi="['caseManagement:list:Batchgeneration']">批量生成裁决书</el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="operateClick(6)"
- v-hasPermi="['caseManagement:list:pay']">批量缴费</el-button>
- <!-- <el-button type="primary" plain icon="el-icon-plus" size="mini"
- @click="batchConfirmation"
- v-hasPermi="['caseManagement:list:batchConfirma']"
- >
- 批量缴费确认
- </el-button> -->
- </el-col>
- <!-- <el-col :span="24" style="margin-top:10px;">
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="batchSignatures"
- v-hasPermi="['caseManagement:list:signature']"
- >
- 批量签名
- </el-button>
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="batchPrintings"
- v-hasPermi="['caseManagement:list:officialSeal']"
- >
- 批量用印
- </el-button>
- </el-col> -->
- </el-row>
- <el-table v-loading="loading" :data="dataList" style="width: 100%" :row-class-name="tableRowClassName" class="pendingTrial">
- <el-table-column type="selection">
- </el-table-column>
- <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>
- <el-table-column label="案件编号" align="center" prop="caseNum" :show-overflow-tooltip="true" />
- <el-table-column label="案件批号" align="center" prop="batchNumber" :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" />
- <!-- 仲裁员 -->
- <el-table-column label="仲裁员" align="center" prop="arbitratorName" />
- <!-- 开庭日期 -->
- <el-table-column label="开庭日期" align="center" prop="hearDate" :show-overflow-tooltip="true" />
- <el-table-column label="案件状态" align="center" prop="caseStatusName" :show-overflow-tooltip="true">
- <template slot-scope="scope">
- <el-tag type="success">{{ scope.row.caseStatusName }}</el-tag>
- </template>
- </el-table-column>
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
- <template slot-scope="scope">
- <el-button size="mini" type="text" icon="el-icon-zoom-in" @click="detailRow(scope.row)">详情</el-button>
- <el-button size="mini" type="text" icon="el-icon-zoom-in" @click="viewProcess(scope.row)">查看流程</el-button>
- <!-- 案件日志 -->
- <el-button size="mini" type="text" icon="el-icon-notebook-2" @click="caselogRow(scope.row)">案件日志</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit" @click="editRow(scope.row)" v-if="(scope.row.caseStatus < 10 && scope.row.updateSubmitStatus !== 1) &&
- checkPermi(['caseManagement:list:update']) && btnStatus
- ">修改</el-button>
- <!-- 撤销修改 -->
- <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>
- <el-button size="mini" type="text" icon="el-icon-check" @click="onsubmitRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
- checkPermi(['caseManagement:list:submit']) && btnStatus
- ">提交案件</el-button>
- <!-- <el-button size="mini" type="text" icon="el-icon-delete" @click="deleteRow(scope.row)" v-if="scope.row.caseStatus == 0 &&
- checkPermi(['caseManagement:list:delete']) && btnStatus
- ">删除</el-button> -->
- <el-button size="mini" type="text" icon="el-icon-view" @click="filingreviewRow(scope.row)" v-if="scope.row.caseStatus == 1 &&
- checkPermi(['caseManagement:list:check']) && btnStatus
- ">审查案件</el-button>
- <!-- <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> -->
- <el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)" v-if="scope.row.caseStatus == 2 &&
- checkPermi(['caseManagement:list:pay']) && btnStatus
- ">缴费</el-button>
- <el-button size="mini" type="text" icon="el-icon-zoom-in" @click="paymentconfirmationRow(scope.row)" v-if="checkPermi(['caseManagement:list:payconfirm']) && btnStatus&&scope.row.caseStatus==3">确认缴费</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit" @click="viewpaymentformRow(scope.row)" v-if="checkPermi(['caseManagement:list:detail'])&&scope.row.caseStatus>2">查看缴费单</el-button>
- <el-button size="mini" type="text" icon="el-icon-tickets" @click="evidenceListS(scope.row)" >证据清单</el-button>
- <!-- <el-button
- size="mini"
- type="text"
- icon="el-icon-data-analysis"
- @click="formationcourtRow(scope.row)"
- v-hasPermi="['monitor:online:forceLogout']"
- >组庭</el-button
- > -->
- <!-- 审核修改,秘书角色 -->
- <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>
- <el-button size="mini" type="text" icon="el-icon-s-check" @click="courtconfirmationRow(scope.row)" v-if="scope.row.caseStatus == 6 &&
- checkPermi(['caseManagement:list:confirmgroup']) && btnStatus
- ">确认组庭</el-button>
- <el-button size="mini" type="text" icon="el-icon-check" @click="courtreviewRow(scope.row)" v-if="scope.row.caseStatus == 5 &&
- checkPermi(['caseManagement:list:checkgroup']) && btnStatus
- ">组庭审核</el-button>
- <el-button size="mini" type="text" icon="el-icon-sort" @click="choosetrialmethodRow(scope.row)">审核仲裁方式</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 &&
- checkPermi(['caseManagement:list:hear']) && btnStatus
- ">书面审理</el-button>
- <!-- v-hasPermi="['caseManagement:list:hear']" -->
- <el-button size="mini" type="text" icon="el-icon-service" @click="trialcourtRow(scope.row)" v-if="scope.row.caseStatus == 8 &&
- scope.row.arbitratMethod == 1 &&
- checkPermi(['caseManagement:list:hear']) && btnStatus
- ">开庭审理</el-button>
- <!-- <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) &&
- 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 == 31 && btnStatus && checkPermi(['caseManagement:list:timer'])"
- @click="timeUpdata(scope.row)">设定开庭时间</el-button>
- <el-button size="mini" type="text" icon="el-icon-lock"
- v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 0 && btnStatus"
- @click="lockClick(scope.row)">锁定案件</el-button>
- <el-button size="mini" type="text" icon="el-icon-unlock"
- v-if="checkPermi(['caseManagement:list:lock']) && scope.row.lockStatus == 1 && btnStatus"
- @click="ulockClick(scope.row)">解锁</el-button>
- <el-button size="mini" type="text" icon="el-icon-reading"
- v-if="scope.row.filearbitraUrl && scope.row.filearbitraUrl !== ''"
- @click="showModel(scope.row, 0)">查看裁决书</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 11 && checkPermi(['caseManagement:list:secretarycheck'])"
- @click="showModel(scope.row, 1)">核验裁决书</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 18 && checkPermi(['caseManagement:list:arbitratorcheck']) && btnStatus"
- @click="showModel(scope.row, 4)">审核裁决书</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 12 && checkPermi(['caseManagement:list:confirmaward']) && btnStatus"
- @click="showModel(scope.row, 2)">审核裁决书</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 13 && checkPermi(['caseManagement:list:sign']) && btnStatus"
- @click="showModel(scope.row, 3)">签名</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 14 && checkPermi(['caseManagement:list:signprint']) && btnStatus"
- @click="showaffixModel(scope.row, 4)">用印</el-button>
- <!-- <el-button size="mini" type="text" icon="el-icon-truck"
- v-if="scope.row.caseStatus > 15 && checkPermi(['caseManagement:list:delivery'])"
- @click="showDeliveryModel(scope.row, 4)">快递信息</el-button> -->
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 15 && checkPermi(['caseManagement:list:sendaward']) && btnStatus"
- @click="showMailaward(scope.row)">送达裁决书</el-button>
- <el-button size="mini" type="text" icon="el-icon-edit"
- v-if="scope.row.caseStatus == 16 && checkPermi(['caseManagement:list:archive']) && btnStatus"
- @click="showCasefilingModel(scope.row, 6)">案件归档</el-button>
- <!-- <el-button size="mini" type="text" icon="el-icon-tickets" @click="detailsAwardList(scope.row)">案件详情</el-button> -->
- <!-- 暂时隐藏后期可能会放其他地方 -->
- <!-- <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> -->
- <!-- <el-button
- size="mini"
- type="text"
- icon="el-icon-document"
- @click="generateawardRow(scope.row)"
- v-if="
- scope.row.caseStatus == 10 &&
- checkPermi(['caseManagement:list:createaward'])
- "
- >生成裁决书</el-button
- > -->
- </template>
- </el-table-column>
- </el-table>
- <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"
- @pagination="getcaseApply(queryParams)" />
-
- <!-- 立案申请弹框 -->
- <caseentryDialog :visible="visible" @cancel="cancel" :form="form" :detailsAwardForm="detailsAwardForm" :queryParams="queryParams"
- :dialogtitle="dialogtitle" :getcaseApply="getcaseApply" :flag="flag" :caseAttachList="caseAttachList"
- :initpaymentArr="initpaymentArr" :initpaymentArr1="initpaymentArr1" :columnValues="columnValues"></caseentryDialog>
- <!-- 批量申请弹框 openbatch-->
- <batchDialog :openbatch="openbatch" :queryParams="queryParams" @cancelBatch="cancelBatch"
- :getcaseApply="getcaseApply"></batchDialog>
- <!-- 立案审查页面 -->
- <filingreviewDialog :showfilingreview="showfilingreview" :filingreviewdata="filingreviewdata"
- :queryParams="queryParams" @getcaseApply="getcaseApply" @cancelFilingreview="cancelFilingreview">
- </filingreviewDialog>
- <!-- 组庭页面---改为组庭审核 -->
- <formateCourtDialog :showformateCourt="showformateCourt" @cancelcourtDialog="cancelcourtDialog"
- :queryParams="queryParams" :formateCourtData="formateCourtData" @getcaseApply="getcaseApply"></formateCourtDialog>
- <!-- 组庭审核--改组庭确认 -->
- <courtReviewDialog :showcourtReview="showcourtReview" :form="form" :queryParams="queryParams"
- @cancelcourtReview="cancelcourtReview" @getcaseApply="getcaseApply"></courtReviewDialog>
- <!-- 审核仲裁方式 -->
- <choosetrialmethodDaiog :showchoosetrialmethod="showchoosetrialmethod" :choosetrialmethodata="choosetrialmethodata"
- :queryParams="queryParams" @getcaseApply="getcaseApply" @cancelshowchoosetrialMethod="cancelshowchoosetrialMethod">
- </choosetrialmethodDaiog>
- <!-- 书面审理 -->
- <adjudicaterecordDialog :showadjudicaterecord="showadjudicaterecord" :form="form" :adjudicatename="adjudicatename"
- :queryParams="queryParams" @canceladjudicaterecord="canceladjudicaterecord" @getcaseApply="getcaseApply">
- </adjudicaterecordDialog>
- <!-- 开庭审理 -->
- <trialincourtDialog :showtrialincourt="showtrialincourt" :adjudicatename="adjudicatename" :form="form"
- :queryParams="queryParams" @getcaseApply="getcaseApply" @canceltrialincourt="canceltrialincourt">
- </trialincourtDialog>
- <!-- 缴费 -->
- <payDialog :openPay="openPay" :payTitle="payTitle" :form="form" :payForm="payForm" :queryParams="queryParams"
- @getcaseApply="getcaseApply" @paycancelRow="paycancelRow" :payId="payId"></payDialog>
- <!-- 缴费确认数据详情 -->
- <paymentdetailsDialog :openDialog="openDialog" :detailform="detailform" :title="title" :flag="flag" :queryParams="queryParams"
- @getcaseApply="getcaseApply" @cancelpaymentdetails="cancelpaymentdetails"></paymentdetailsDialog>
- <!-- 案件日志 -->
- <caselogDialog :showcaseLog="showcaseLog" @cancelcaseLog="cancelcaseLog" :flagLoading="flagLoading"
- :caselogDataArr="caselogDataArr"></caselogDialog>
- <!-- 案件流程 -->
- <viewprocessDialog :processVisable="processVisable" @cancelViewProcess="cancelViewProcess" :processData="processData">
- </viewprocessDialog>
- <!-- 证据修改 -->
- <evidenceDialog :evidenceVisable="evidenceVisable" @cancelEvidence="cancelEvidence" :evidenceData="evidenceData">
- </evidenceDialog>
-
- <!-- 开庭时间修改 -->
- <timeDialog :timeVisable="timeVisable" @getcaseApply="getcaseApply" @cancelTime="cancelTime" :timeData="timeData"
- :queryParams="queryParams">
- </timeDialog>
- <!-- 批量操作弹窗 -->
- <operateDialog :queryParams="queryParams" :operateStatus="operateStatus" :operateVisable="operateVisable"
- @getcaseApply="getcaseApply" :operateTitle="operateTitle" @cancelOperate="cancelOperate" :operateData="operateData">
- </operateDialog>
- <!-- 上传证据目录弹窗 -->
- <uploadCaseDialog :uploadCaseVisable="uploadCaseVisable" @uploadCaseCancel="uploadCaseCancel"
- :uploadCaseData="uploadCaseData">
- </uploadCaseDialog>
- <!-- 秘书审核修改页面 -->
- <caseentryExamineDialog :dialogtitle="dialogtitle" :caseentryExamineVisible="caseentryExamineVisible" :queryParams="queryParams"
- @getcaseApply="getcaseApply"
- @caseentryExamineCancel="caseentryExamineCancel" :caseentryExamineData="caseentryExamineData" :caseentryExamineDataAll="caseentryExamineDataAll"></caseentryExamineDialog>
- <caseCompressionPackage :openCompressedPackages="openCompressedPackages" :queryParams="queryParams" @cancelCompreess="cancelCompreess"
- @getcaseApply="getcaseApply">
- </caseCompressionPackage>
- <!-- 证据清单 -->
- <evidenceList :evidenceListD ="evidenceListD" @cancelevidenceList="cancelevidenceList" :caseAttachListR ="caseAttachListR"></evidenceList>
- <!-- 批量缴费确认 -->
- <batchConfirmationPaymen @batchOperate="batchOperate" :batchVisable="batchVisable"></batchConfirmationPaymen>
- <!-- 批量签名 -->
- <batchSignature :signatureVisable="signatureVisable" @signatureOperate="signatureOperate"></batchSignature>
- <!-- 批量用印 -->
- <batchPrinting :printingVisable="printingVisable" @printingOperate="printingOperate"></batchPrinting>
- <!-- 裁决书弹窗 -->
- <judgmentInformation :openDialogInfor="openDialogInfor" :awardDetailform="awardDetailform" :title="title" :flag="flag" @getcaseApply="getcaseApply" :queryParams="queryParams"
- @cancelpaymentdetailsCom="cancelpaymentdetailsCom"></judgmentInformation>
- <!-- 快递信息页面 -->
- <expressDeliveryDialog :showDelivery="showDelivery" :deliveryDataArr="deliveryDataArr"
- @closeDeliveryModel="closeDeliveryModel" :flagLoading="flagLoading"></expressDeliveryDialog>
- <!-- 送达裁决书页面 -->
- <mailawardDialog :openMailawardDialog="openMailawardDialog" @closeMailaward="closeMailaward" :mailawardata="mailawardata" :emailobj="emailobj" @getcaseApply="getcaseApply" :queryParams="queryParams"></mailawardDialog>
- <!-- 裁决书案件详情 -->
- <!-- <detailsAward :showarchiveDetails="showarchiveDetails" @cancelDetail="cancelDetail" :detailsAwardNum="detailsAwardNum" :videoList="videoList"
- :flagLoadingS="flagLoadingS" :trialTranscripts="trialTranscripts"
- ></detailsAward> -->
- </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";
- import trialincourtDialog from "./components/trialincourtDialog.vue";
- import payDialog from "./components/payDialog.vue";
- import filingreviewDialog from "./components/filingreviewDialog.vue";
- import caselogDialog from "./components/caselogDialog.vue";
- import viewprocessDialog from "./components/viewprocessDialog.vue";
- import evidenceDialog from './components/evidenceDialog.vue';
- import timeDialog from './components/timeDialog.vue';
- import operateDialog from './components/operateDialog.vue';
- import uploadCaseDialog from './components/uploadCaseDialog.vue';
- import caseCompressionPackage from './components/caseCompressionPackage.vue';
- import evidenceList from './components/evidenceList.vue'
- import batchConfirmationPaymen from './components/batchConfirmationPaymen.vue'
- import batchSignature from './components/batchSignature.vue'
- import batchPrinting from './components/batchPrinting.vue'
- import paymentdetailsDialog from "./components/paymentdetailsDialog.vue";
- // 秘书审核页面
- import caseentryExamineDialog from './components/caseentryExamine.vue';
- //裁决书弹框页面
- import judgmentInformation from './components/judgmentInformation.vue';
- //快递弹窗
- import expressDeliveryDialog from './components/expressDeliveryDialog.vue';
- //裁决书弹窗
- import mailawardDialog from './components/mailawardDialog.vue';
- //归档详情弹窗
- import detailsAward from './components/detailsAward.vue';
- import { caseApplicationDetail,selectCaseApplicationConfirm } from "@/api/pay/pay";
- import { videoList } from "@/api/caseFiling/caseFiling";
- import {
- caseApply,
- removeCaseApply,
- submitCaseApply,
- selectCaseApply,
- updateCaseLockStatus,
- } from "@/api/caseAccess/caseEntry";
- import { listDept } from "@/api/system/dept";
- import {
- document,
- caseLogRecordList,
- revoke,
- selectCompareCase,
- updateAudit,
- attachListByCaseId
- } from "@/api/caseManagement/caseManagement";
- import {selectSignSealUrl,selectSignUrl,selectSealUrl,adjudicationLogistics,emailByCaseId,adjudicationCaseFile,} from "@/api/awardManagement/awardManagement";
- import { getDicts } from '@/api/system/dict/data.js';
- export default {
- name: "caseList",
- // dicts: ["case_status"],
- components: {
- caseentryDialog,
- batchDialog,
- formateCourtDialog,
- courtReviewDialog,
- choosetrialmethodDaiog,
- adjudicaterecordDialog,
- trialincourtDialog,
- payDialog,
- filingreviewDialog,
- caselogDialog,
- viewprocessDialog,
- evidenceDialog,
- timeDialog,
- operateDialog,
- uploadCaseDialog,
- caseentryExamineDialog,
- caseCompressionPackage,
- evidenceList,
- batchConfirmationPaymen,
- batchSignature,
- batchPrinting,
- paymentdetailsDialog,
- judgmentInformation,
- expressDeliveryDialog,
- mailawardDialog,
- detailsAward
-
-
- },
- data() {
- return {
- detailsAwardForm: {},
- // 遮罩层
- loading: true,
- // 总条数
- total: 0,
- isapply: "申请人:",
- // 表格数据
- dataList: [],
- // 抓取数据
- columnValues:[],
- // 审核修改抓取数据
- // afterColumnValues:[],
- // 查询参数
- queryParams: {
- caseNum: undefined,
- // caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
- caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 31],
- // hearDate: "",
- caseStatus: null,
- batchNumber:null,
- applicantName: "",
- nameId: "",
- pageNum: 1,
- pageSize: 10,
- },
- dialogtitle: "", //弹框标题
- visible: false, //申请弹框控制
- form: {},
- starttime: "", //开始时间
- endtime: "", //结束时间
- formData: {},
- flag: "-1",
- initpaymentArr: [],
- initpaymentArr1: [],
- showfilingreview: false, //立案申查弹框控制
- filingreviewdata: {}, //立案审查传输数据
- openbatch: false, // 批量申请弹框
- openCompressedPackages:false,//案件压缩包导入
- formateCourtData: {}, //组庭
- showformateCourt: false, //组庭界面显示
- showcourtReview: false, //组庭审核页面
- showchoosetrialmethod: false, //选择仲裁方式页面
- choosetrialmethodata: {},
- showadjudicaterecord: false, //书面审理弹框
- adjudicatename: {}, //书面仲裁(被)申请人姓名
- showtrialincourt: false, //开庭审理
- openPay: false, //缴费弹框
- processVisable: false,//案件流程弹窗
- evidenceVisable: false,//修改证据弹窗
- evidenceData: {},
- payTitle: "",
- payForm: {},
- caseAttachList: [], //案件质证资料
- showcaseLog: false, //案件日志弹框显示
- evidenceListD:false,//证据清单弹框显示
- caseAttachListR:[], //证据清单
- flagLoading: true, //案件日志弹框loading
- caselogDataArr: [],
- options: [], //机构数据
- detailform:{},//缴费详情
- awardDetailform:{},//裁决书详情
- openDialog: false, //缴费详情数据弹框
- openDialogInfor:false,//裁决书弹框
- showDelivery:false,//快递弹窗
- flagLoading: true,
- deliveryDataArr: [],//快递信息数据
- openMailawardDialog: false, //送达裁决书页面
- mailawardata: {}, //裁决书送达界面数据
- emailobj: {},//邮箱存储
- showarchiveDetails:false,//归档详情弹框
- videoList:"", //视频数据
- flagLoadingS: true,
- trialTranscripts:[],//庭审笔录
- detailsAwardNum:{},//归档详情数据
- flag: null,
- title: "",
- payId: null,
- caseStatus: [],
- processData: {},
- timeVisable: false,
- timeData: {},
- operateVisable: false,
- batchVisable:false,
- signatureVisable:false,//批量签名
- printingVisable:false,
- operateData: {},
- operateTitle: "",
- operateStatus: 0,
- uploadCaseVisable: false,
- caseentryExamineVisible: false,
- caseentryExamineData: {},
- caseentryExamineDataAll: {},
- uploadCaseData: {},
- selectCaseStatusList: [
- {
- label: "待办案件",
- value: 0
- },
- {
- label: "已办案件",
- value: 1
- }
- ],
- caseStatusType: false,
- btnStatus: true,
- };
- },
- created() {
- getDicts("case_status").then(res => {
- this.caseStatus = res.data;
- let params = this.$route.params.status;
- if (params >= 0) {
- this.queryParams.caseStatus = params;
- }
- this.queryParams.batchNumber = this.$route.params.batchNumber;
- console.log(this.$route.params.batchNumber)
- this.getcaseApply(this.queryParams);
- })
- // this.getcaseApply(this.queryParams);
- this.getInstitution();
- },
- methods: {
- cancel() {
- this.visible = false;
- },
- cancelBatch() {
- this.openbatch = false;
-
- },
- cancelCompreess(){
- this.openCompressedPackages = false;
- },
- cancelTime() {
- this.timeVisable = false;
- },
- cancelOperate() {
- this.operateVisable = false;
- },
- batchOperate(){
- this.batchVisable = false;
- },
- printingOperate(){
- this.printingVisable = false;
- },
- uploadCaseCancel() {
- this.uploadCaseVisable = false;
- },
- signatureOperate(){
- this.signatureVisable = false;
- },
- // 关闭确认缴费弹窗
- cancelpaymentdetails() {
- this.openDialog = false;
- },
- // 上传证据目录弹窗
- uploadCase(row) {
- this.uploadCaseData = row;
- this.uploadCaseVisable = true;
- },
- // 批量缴费
- batchConfirmation(){
- this.batchVisable = true;
- },
- // 批量签名
- batchSignatures(){
- this.signatureVisable = true;
- },
- // 批量用印
- batchPrintings(){
- this.printingVisable = true;
- },
- // 批量操作弹窗
- operateClick(type) {
- this.operateVisable = true;
- if (type == 0) {
- this.operateTitle = '批量提交';
- this.operateStatus = 0;
- } else if (type == 1) {
- this.operateTitle = '批量删除';
- this.operateStatus = 1;
- } else if (type == 2) {
- this.operateTitle = '批量立案审查';
- this.operateStatus = 2;
- } else if (type == 4) {
- this.operateTitle = '批量生成裁决书';
- this.operateStatus = 4;
- } else if(type == 6){
- this.operateTitle = '批量缴费';
- this.operateStatus = 6;
- }
- },
- // 修改开庭时间
- timeUpdata(row) {
- this.timeData = row;
- this.timeVisable = true;
- },
-
- // 锁定案件
- lockClick(row) {
- this.$modal
- .confirm("是否锁定案件")
- .then(function () {
- return updateCaseLockStatus({ id: row.id, lockStatus: 1 });
- })
- .then((res) => {
- this.getcaseApply(this.queryParams);
- this.$modal.msgSuccess("锁定成功");
- })
- .catch(() => { });
- },
- // 解锁案件
- ulockClick(row) {
- this.$modal
- .confirm("是否解锁案件")
- .then(function () {
- return updateCaseLockStatus({ id: row.id, lockStatus: 0 });
- })
- .then((res) => {
- this.getcaseApply(this.queryParams);
- this.$modal.msgSuccess("解锁成功");
- })
- .catch(() => { });
- },
- // 修改证据
- evidenceUpload(row) {
- this.evidenceData = row;
- this.evidenceVisable = true;
- },
- // 取消弹窗(证据弹窗)
- cancelEvidence() {
- this.evidenceVisable = false;
- },
- // 查看流程
- viewProcess(row) {
- this.processVisable = true;
- this.processData = row;
- },
- // 机构发生变化
- changeDept(data) {
- this.queryParams.nameId = data[0];
- },
- // 获取机构数据
- getInstitution() {
- listDept().then((res) => {
- res.data.forEach((item) => {
- item.value = item.deptId;
- item.label = item.deptName;
- });
- this.options = this.handleTree(res.data, "deptId");
- });
- },
- /** 查询列表 */
- getcaseApply(val) {
- this.loading = true;
- caseApply(val).then((response) => {
- this.dataList = response.rows;
- this.total = response.total;
- this.loading = false;
- });
- },
- /** 搜索按钮操作 */
- handleQuery() {
- this.queryParams.caseStatusList = [];
- if (!this.queryParams.caseStatus) {
- this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 31]
- }
- if (this.queryParams.selectCaseStatus == 1) {
- this.queryParams.caseStatus = null;
- this.caseStatusType = true;
- this.btnStatus = false;
- } else if (this.queryParams.selectCaseStatus == 0) {
- this.caseStatusType = false;
- this.btnStatus = true;
- }
- this.queryParams.pageNum = 1;
- this.getcaseApply(this.queryParams);
- },
- /** 重置按钮操作 */
- resetQuery() {
- this.resetForm("queryForm");
- (this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 31]),
- (this.queryParams.applicantName = ""),
- (this.queryParams.nameId = ""),
- (this.queryParams.batchNumber=""),
- this.getcaseApply(this.queryParams);
- },
- // 案件录入
- filingApplication() {
- this.form = {};
- this.initpaymentArr = [
- {
- identityType: 1,
- name: "",
- identityNum: "",
- contactTelphone: "",
- workAddress: "",
- workTelphone: "",
- contactAddress: "",
- nameAgent: "",
- contactTelphoneAgent: "",
- contactAddressAgent: "",
- },
- ];
- this.initpaymentArr1 = [
- {
- identityType: 2,
- name: "",
- identityNum: "",
- contactTelphone: "",
- workAddress: "",
- workTelphone: "",
- contactAddress: "",
- nameAgent: "",
- contactTelphoneAgent: "",
- contactAddressAgent: "",
- },
- ];
-
- this.visible = true;
- this.dialogtitle = "立案申请";
- this.flag = "2";
- },
- // 批量批量录入
- batchApplication() {
- this.openbatch = true;
- },
- //案件导入压缩包
- compressedPackages(){
- this.openCompressedPackages = true;
- },
- // 详情
- detailRow(row) {
- this.flag = "0";
- this.form = row;
- this.visible = true;
- this.dialogtitle = "立案详情";
- this.getInfo(row);
- },
- // 案件日志
- caselogRow(row) {
- this.showcaseLog = true;
- this.caseLogRecordListFn(row);
- },
- // 证据清单
- evidenceListS(row){
- this.evidenceListD = true;
- this.getInfo(row);
- },
- // 查询案件日志信息
- caseLogRecordListFn(val) {
- this.flagLoading = true;
- let params = {
- caseAppliId: val.id,
- };
- caseLogRecordList(params).then((res) => {
- this.caselogDataArr = res.data;
- this.flagLoading = false;
- });
- },
- // 关闭案件日志
- cancelcaseLog() {
- this.showcaseLog = false;
- },
- //关闭案件流程
- cancelViewProcess() {
- this.processVisable = false;
- },
- // 关闭案件详情
- cancelevidenceList(){
- this.evidenceListD = false;
- },
- // 修改
- editRow(row) {
- this.flag = "1";
- this.form = row;
- console.log(this.form)
- this.visible = true;
- this.dialogtitle = "立案修改";
- this.getInfo(row);
- },
- // 列表提交立案
- onsubmitRow(row) {
- this.$modal
- .confirm("是否提交立案申请?")
- .then(function () {
- // return submitCaseApply({ id: row.id });
- return submitCaseApply({ ids: [row.id] });
- })
- .then(() => {
- this.getcaseApply(this.queryParams);
- this.$modal.msgSuccess("立案申请成功");
- })
- .catch(() => { });
- },
- // 立案审查
- filingreviewRow(row) {
- console.log(row, "立案审查");
- this.showfilingreview = true;
- this.filingreviewdata = row;
- },
- cancelFilingreview() {
- this.showfilingreview = false;
- },
- // 取消缴费
- paycancelRow(row) {
- this.openPay = false;
- },
- // 是否进行缴费
- payStatus(val) {
- this.getDetail({ id: val.id, version: val.version });
- this.payTitle = "缴费";
- this.openPay = true;
- this.payId = val.id;
- },
- getDetail(parms) {
- caseApplicationDetail(parms).then((res) => {
- if (res.data.caseStatus == 1) {
- res.data.caseStatusName = "待缴费";
- }
- this.form = res.data;
- this.detailform = res.data;
- this.awardDetailform = res.data;
- this.detailsAwardNum = res.data;
- console.log(this.detailsAwardNum)
- this.payForm.feePayable = res.data.feePayable;
- this.payForm.caseId = res.data.id;
- });
- },
- // 缴费确认
- paymentconfirmationRow(row) {
- console.log(row)
- this.getDetail({ id: row.id,version: row.version });
- this.openDialog = true;
- this.title = "缴费确认";
- this.flag = 0;
- this.detailform = {}
- },
- // 查看缴费单
- viewpaymentformRow(row) {
- // console.log("查看缴费单", row);
- this.getDetail({ id: row.id,version: row.version});
- this.openDialog = true;
- this.title = "缴费单详情";
- this.flag = 1;
- this.detailform = {}
- },
- // 组庭
- // formationcourtRow(row) {
- // console.log(row, "组庭");
- // this.formateCourtData = row;
- // this.showformateCourt = true;
- // },
- // 关闭组庭页面
- cancelcourtDialog() {
- this.showformateCourt = false;
- },
- // 审核案件 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.afterColumnValues = res.data.afterCase.columnValues
- // console.log(this.afterColumnValues+"8888888888")
- this.caseentryExamineData = res.data.afterCase
- this.caseentryExamineDataAll = res.data
-
- })
- },
- // 审核撤销
- reviewRevocation(row) {
- this.caseentryExamineVisible = true;
- this.dialogtitle = "审核撤销";
- this.getSelectCompareCase(row)
- },
- // 组庭确认
- courtconfirmationRow(row) {
- // console.log(row, "组庭确认");
- this.showcourtReview = true;
- this.form = row;
- },
- // 组庭审核
- courtreviewRow(row) {
- console.log(row, "组庭审核");
-
- this.formateCourtData = row;
- console.log(row)
- this.showformateCourt = true;
- },
- cancelcourtReview() {
- this.showcourtReview = false;
- },
- // 选择开庭方式改为审核仲裁方式
- choosetrialmethodRow(row) {
- // console.log(row, "审核仲裁方式");
- this.choosetrialmethodata = row;
- console.log(row)
- this.showchoosetrialmethod = true;
- },
- // 关闭审核仲裁方式
- cancelshowchoosetrialMethod() {
- this.showchoosetrialmethod = false;
- },
- // 书面审理
- adjudicaterecordRow(row) {
- // console.log(row, "书面审理");
- this.showadjudicaterecord = true;
- this.form = row;
- this.getInfo(row);
- },
- canceladjudicaterecord() {
- this.showadjudicaterecord = false;
- },
- // 开庭审理
- trialcourtRow(row) {
- console.log(row, "开庭审理");
- this.showtrialincourt = true;
- this.form = row;
- this.getInfo(row);
- },
- canceltrialincourt() {
- this.showtrialincourt = false;
- },
- // 生成裁决书 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(() => {});
- // },
- // 归档
- fileRow(row) {
- console.log(row, "归档");
- },
- // 查找主体信息数据
- getInfo(row) {
- let params = {
- id: row.id,
- version: row.version
- }
- selectCaseApply(params).then((res) => {
- this.detailsAwardForm = res.data;
- // 证据清单
- this.caseAttachListR = res.data.caseAttachList;
- // this.visible = true;
- // this.formData = res.data;
- this.form.caseName = res.data.caseName;
- this.adjudicatename = {
- applicantName: res.data.applicantName,
- respondentName: res.data.respondentName,
- feePayable: res.data.feePayable,
- hearDate: res.data.hearDate,
- arbitratorName: res.data.arbitratorName,
- caseAttachList: res.data.caseAttachList,
- };
- console.log(res)
- this.initpaymentArr = [];
- this.initpaymentArr1 = [];
- res.data.caseAffiliates.forEach((item) => {
- if (item.identityType == 1) {
- this.initpaymentArr.push(item);
- } else {
- this.initpaymentArr1.push(item);
- }
- });
- this.columnValues = res.data.columnValues;
- this.caseAttachList = res.data.caseAttachList;
- // console.log(this.caseAttachList,"caseAttachList")
- this.form.requestRule = res.data.requestRule;
- this.form.properPreser = res.data.properPreser;
- this.form.facts =res.data.facts;
- // this.form.applicantIsWrittenHear = 1
- });
- },
- // 删除
- deleteRow(row) {
- // const id = row.id;
- this.$modal
- .confirm("是否确认删除?")
- .then(function () {
- // return removeCaseApply({ id: row.id });
- return removeCaseApply({ ids: [row.id] });
- })
- .then((res) => {
- this.getcaseApply(this.queryParams);
- this.$modal.msgSuccess("删除成功");
- })
- .catch(() => { });
- },
- // 申请人撤销修改 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(() => { });
- }
-
- },
- // 表格显示高亮
- tableRowClassName(row){
- console.log(row)
- if(row.row.caseStatus==8){
- return 'pendingTrial'
- }
-
- },
- // model框显示
- showModel(row, type) {
-
- switch (type) {
- case 0:
- selectSignSealUrl({ id: row.id }).then(res => {
- let url = res.data.filearbitraUrl;
- window.open(url)
- })
- break;
- case 1:
- this.getDetail({ id: row.id,version: row.version });
- this.openDialogInfor = true;
- this.title = "核验裁决书";
- this.flag = 1;
- break;
- case 2:
- this.getDetail({ id: row.id,version: row.version });
- this.openDialogInfor = true;
- this.title = "审核裁决书";
- this.flag = 2;
- break;
- case 3:
- selectSignUrl({ id: row.id }).then(res => {
- console.log(res)
- let url = res.data.signUrl;
- window.open(url)
- })
- break;
- case 4:
- this.getDetail({ id: row.id,version: row.version});
- this.openDialogInfor = true;
- this.title = "审核裁决书";
- this.flag = 4;
- break;
- default:
- break;
- }
- },
- // 关闭弹窗
- cancelpaymentdetailsCom() {
- this.openDialogInfor = false;
- },
- // 用印申请
- showaffixModel(row) {
- this.$modal.confirm('是否进行用印申请?')
- .then(function () {
- selectSealUrl({ id: row.id }).then(res => {
- let url = res.data.sealUrl;
- window.open(url)
- })
- }).catch(function () {
- });
- },
- // 快递信息弹框
- showDeliveryModel(row) {
- console.log(row, '快递');
- this.showDelivery = true
- this.getadjudicationLogistics({ id: row.id })
- },
- closeDeliveryModel() {
- this.showDelivery = false
- },
- // 查询物流信息
- getadjudicationLogistics(val) {
- this.flagLoading = true;
- adjudicationLogistics(val).then((res) => {
- this.deliveryDataArr = res.data
- this.flagLoading = false
- })
- },
- // 送达裁决书弹框
- showMailaward(row) {
- this.mailawardata = row;
- this.emailByCaseIdFn(row.id)
- this.openMailawardDialog = true
- },
- // 关闭送达裁决书弹框
- closeMailaward(row) {
- this.openMailawardDialog = false
- },
- // 根据案件id查询邮件
- emailByCaseIdFn(val) {
- emailByCaseId({ id: val }).then((res) => {
- this.emailobj = res.data
- })
- },
- // 案件归档
- showCasefilingModel(row) {
- this.$modal.confirm('是否确认立即进行案件扫描?').then(
- function () {
- // return adjudicationCaseFile({ id: row.id })
- return adjudicationCaseFile({ ids: [row.id] })
- }
- ).then(() => {
- this.getcaseApply(this.queryParams);
- this.$modal.msgSuccess("归档成功!");
- }).catch(function () { })
- },
- // 归档详情
- detailsAwardList(row){
- this.showarchiveDetails = true
- this.getDetail({ id: row.id })
- this.getvideoList({ caseId: row.id })
- this.getAttachListByCaseId({caseAppliId:row.id,annexType:11})
- this.flagLoadingS = false
- },
- // 根据id查询视频列表
- getvideoList(data){
- videoList(data).then(res => {
- this.videoList = res.data;
- })
- },
- //根据案件id和类型查询附件
- getAttachListByCaseId(data){
- attachListByCaseId(data).then(res =>{
- this.trialTranscripts = res.data;
- })
- },
- // 归档详情关闭弹框
- cancelDetail(){
- this.showarchiveDetails = false;
- },
- },
- };
- </script>
-
- <style>
- /* // #formContainer {} */
- .el-table .pendingTrial {
- background:rgb(97, 224, 23);
- }
- </style>
|