|
|
@@ -69,7 +69,7 @@
|
|
69
|
69
|
icon="el-icon-plus"
|
|
70
|
70
|
size="mini"
|
|
71
|
71
|
@click="filingApplication"
|
|
72
|
|
- v-hasPermi="['monitor:job:add']"
|
|
|
72
|
+ v-hasPermi="['caseManagement:list:add']"
|
|
73
|
73
|
>案件录入</el-button
|
|
74
|
74
|
>
|
|
75
|
75
|
<el-button
|
|
|
@@ -78,7 +78,7 @@
|
|
78
|
78
|
icon="el-icon-plus"
|
|
79
|
79
|
size="mini"
|
|
80
|
80
|
@click="batchApplication"
|
|
81
|
|
- v-hasPermi="['monitor:job:add']"
|
|
|
81
|
+ v-hasPermi="['caseManagement:list:import']"
|
|
82
|
82
|
>案件批量导入</el-button
|
|
83
|
83
|
>
|
|
84
|
84
|
</el-col>
|
|
|
@@ -100,7 +100,7 @@
|
|
100
|
100
|
<el-table-column
|
|
101
|
101
|
label="申请人(机构)"
|
|
102
|
102
|
align="center"
|
|
103
|
|
- prop="caseAffiliates[0].name"
|
|
|
103
|
+ prop="applicantName"
|
|
104
|
104
|
:show-overflow-tooltip="true"
|
|
105
|
105
|
/>
|
|
106
|
106
|
<el-table-column
|
|
|
@@ -139,7 +139,7 @@
|
|
139
|
139
|
type="text"
|
|
140
|
140
|
icon="el-icon-zoom-in"
|
|
141
|
141
|
@click="detailRow(scope.row)"
|
|
142
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
142
|
+ v-hasPermi="['caseManagement:list:detail']"
|
|
143
|
143
|
>详情</el-button
|
|
144
|
144
|
>
|
|
145
|
145
|
<!-- 案件日志 -->
|
|
|
@@ -148,7 +148,7 @@
|
|
148
|
148
|
type="text"
|
|
149
|
149
|
icon="el-icon-notebook-2"
|
|
150
|
150
|
@click="caselogRow(scope.row)"
|
|
151
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
151
|
+ v-hasPermi="['caseLog:list:detail']"
|
|
152
|
152
|
>案件日志</el-button
|
|
153
|
153
|
>
|
|
154
|
154
|
<el-button
|
|
|
@@ -157,7 +157,7 @@
|
|
157
|
157
|
icon="el-icon-edit"
|
|
158
|
158
|
@click="editRow(scope.row)"
|
|
159
|
159
|
v-if="scope.row.caseStatus == 0"
|
|
160
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
160
|
+ v-hasPermi="['caseManagement:list:update']"
|
|
161
|
161
|
>修改</el-button
|
|
162
|
162
|
>
|
|
163
|
163
|
<el-button
|
|
|
@@ -166,7 +166,7 @@
|
|
166
|
166
|
icon="el-icon-check"
|
|
167
|
167
|
@click="onsubmitRow(scope.row)"
|
|
168
|
168
|
v-if="scope.row.caseStatus == 0"
|
|
169
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
169
|
+ v-hasPermi="['caseManagement:list:submit']"
|
|
170
|
170
|
>提交</el-button
|
|
171
|
171
|
>
|
|
172
|
172
|
<el-button
|
|
|
@@ -175,7 +175,7 @@
|
|
175
|
175
|
icon="el-icon-delete"
|
|
176
|
176
|
@click="deleteRow(scope.row)"
|
|
177
|
177
|
v-if="scope.row.caseStatus == 0"
|
|
178
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
178
|
+ v-hasPermi="['caseManagement:list:delete']"
|
|
179
|
179
|
>删除</el-button
|
|
180
|
180
|
>
|
|
181
|
181
|
<el-button
|
|
|
@@ -184,7 +184,7 @@
|
|
184
|
184
|
icon="el-icon-view"
|
|
185
|
185
|
@click="filingreviewRow(scope.row)"
|
|
186
|
186
|
v-if="scope.row.caseStatus == 1"
|
|
187
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
187
|
+ v-hasPermi="['caseManagement:list:check']"
|
|
188
|
188
|
>立案审查</el-button
|
|
189
|
189
|
>
|
|
190
|
190
|
<el-button
|
|
|
@@ -193,7 +193,7 @@
|
|
193
|
193
|
icon="el-icon-tickets"
|
|
194
|
194
|
@click="payStatus(scope.row)"
|
|
195
|
195
|
v-if="scope.row.caseStatus == 2"
|
|
196
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
196
|
+ v-hasPermi="['caseManagement:list:pay']"
|
|
197
|
197
|
>缴费</el-button
|
|
198
|
198
|
>
|
|
199
|
199
|
|
|
|
@@ -211,7 +211,7 @@
|
|
211
|
211
|
icon="el-icon-s-check"
|
|
212
|
212
|
@click="courtconfirmationRow(scope.row)"
|
|
213
|
213
|
v-if="scope.row.caseStatus == 6"
|
|
214
|
|
- v-hasPermi="['caseManagement:caseList:commit']"
|
|
|
214
|
+ v-hasPermi="['caseManagement:list:confirmgroup']"
|
|
215
|
215
|
>组庭确认</el-button
|
|
216
|
216
|
>
|
|
217
|
217
|
<el-button
|
|
|
@@ -220,7 +220,7 @@
|
|
220
|
220
|
icon="el-icon-check"
|
|
221
|
221
|
@click="courtreviewRow(scope.row)"
|
|
222
|
222
|
v-if="scope.row.caseStatus == 5"
|
|
223
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
223
|
+ v-hasPermi="['caseManagement:list:checkgroup']"
|
|
224
|
224
|
>组庭审核</el-button
|
|
225
|
225
|
>
|
|
226
|
226
|
<el-button
|
|
|
@@ -229,7 +229,7 @@
|
|
229
|
229
|
icon="el-icon-sort"
|
|
230
|
230
|
@click="choosetrialmethodRow(scope.row)"
|
|
231
|
231
|
v-if="scope.row.caseStatus == 7"
|
|
232
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
232
|
+ v-hasPermi="['caseManagement:list:checkarbitrationway']"
|
|
233
|
233
|
>审核仲裁方式</el-button
|
|
234
|
234
|
>
|
|
235
|
235
|
<el-button
|
|
|
@@ -238,7 +238,7 @@
|
|
238
|
238
|
icon="el-icon-edit-outline"
|
|
239
|
239
|
@click="adjudicaterecordRow(scope.row)"
|
|
240
|
240
|
v-if="scope.row.caseStatus == 9 && scope.row.arbitratMethod == 2"
|
|
241
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
241
|
+ v-hasPermi="['caseManagement:list:hear']"
|
|
242
|
242
|
>书面审理</el-button
|
|
243
|
243
|
>
|
|
244
|
244
|
<el-button
|
|
|
@@ -247,7 +247,7 @@
|
|
247
|
247
|
icon="el-icon-service"
|
|
248
|
248
|
@click="trialcourtRow(scope.row)"
|
|
249
|
249
|
v-if="scope.row.caseStatus == 8 && scope.row.arbitratMethod == 1 "
|
|
250
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
250
|
+ v-hasPermi="['caseManagement:list:hear']"
|
|
251
|
251
|
>开庭审理</el-button
|
|
252
|
252
|
>
|
|
253
|
253
|
<el-button
|
|
|
@@ -256,10 +256,10 @@
|
|
256
|
256
|
icon="el-icon-document"
|
|
257
|
257
|
@click="generateawardRow(scope.row)"
|
|
258
|
258
|
v-if="scope.row.caseStatus == 10"
|
|
259
|
|
- v-hasPermi="['monitor:online:forceLogout']"
|
|
|
259
|
+ v-hasPermi="['caseManagement:list:createaward']"
|
|
260
|
260
|
>生成裁决书</el-button
|
|
261
|
261
|
>
|
|
262
|
|
- <el-button
|
|
|
262
|
+ <!-- <el-button
|
|
263
|
263
|
size="mini"
|
|
264
|
264
|
type="text"
|
|
265
|
265
|
icon="el-icon-receiving"
|
|
|
@@ -267,7 +267,7 @@
|
|
267
|
267
|
v-if="scope.row.caseStatus == 16"
|
|
268
|
268
|
v-hasPermi="['monitor:online:forceLogout']"
|
|
269
|
269
|
>归档</el-button
|
|
270
|
|
- >
|
|
|
270
|
+ > -->
|
|
271
|
271
|
</template>
|
|
272
|
272
|
</el-table-column>
|
|
273
|
273
|
</el-table>
|
|
|
@@ -416,7 +416,8 @@ export default {
|
|
416
|
416
|
// 查询参数
|
|
417
|
417
|
queryParams: {
|
|
418
|
418
|
caseNum: undefined,
|
|
419
|
|
- caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
|
|
|
419
|
+ // caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
|
|
|
420
|
+ caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10],
|
|
420
|
421
|
hearDate: "",
|
|
421
|
422
|
caseStatus: null,
|
|
422
|
423
|
applicantName: "",
|
|
|
@@ -487,7 +488,7 @@ export default {
|
|
487
|
488
|
/** 重置按钮操作 */
|
|
488
|
489
|
resetQuery() {
|
|
489
|
490
|
this.resetForm("queryForm");
|
|
490
|
|
- (this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 16]),
|
|
|
491
|
+ (this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]),
|
|
491
|
492
|
this.getcaseApply(this.queryParams);
|
|
492
|
493
|
},
|
|
493
|
494
|
// 案件录入
|