浏览代码

Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

hhlxayunmei 2 年前
父节点
当前提交
d0364db56f

+ 7
- 7
src/views/awardManagement/listofAwards.vue 查看文件

44
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" v-if="scope.row.caseStatus == 10" @click="showModel(scope.row, 0)"
44
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" v-if="scope.row.caseStatus == 10" @click="showModel(scope.row, 0)"
45
                         v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button> -->
45
                         v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button> -->
46
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 11" @click="showModel(scope.row, 1)"
46
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 11" @click="showModel(scope.row, 1)"
47
-                        v-hasPermi="['monitor:online:forceLogout']">核查</el-button>
47
+                        v-hasPermi="['awardManagement:list:check']">核查</el-button>
48
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 12" @click="showModel(scope.row, 2)"
48
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 12" @click="showModel(scope.row, 2)"
49
-                        v-hasPermi="['monitor:online:forceLogout']">确认裁决书</el-button>
49
+                        v-hasPermi="['awardManagement:list:confirmaward']">确认裁决书</el-button>
50
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 13" @click="showModel(scope.row, 3)"
50
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 13" @click="showModel(scope.row, 3)"
51
-                        v-hasPermi="['monitor:online:forceLogout']">签名</el-button>
51
+                        v-hasPermi="['awardManagement:list:sign']">签名</el-button>
52
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 14" @click="showaffixModel(scope.row, 4)"
52
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 14" @click="showaffixModel(scope.row, 4)"
53
-                        v-hasPermi="['monitor:online:forceLogout']">用印申请</el-button>
53
+                        v-hasPermi="['awardManagement:list:signprint']">用印申请</el-button>
54
                         <!-- v-if="scope.row.caseStatus > 15" -->
54
                         <!-- v-if="scope.row.caseStatus > 15" -->
55
                     <el-button size="mini" type="text" icon="el-icon-truck" v-if="scope.row.caseStatus > 15" @click="showDeliveryModel(scope.row, 4)"
55
                     <el-button size="mini" type="text" icon="el-icon-truck" v-if="scope.row.caseStatus > 15" @click="showDeliveryModel(scope.row, 4)"
56
-                        v-hasPermi="['monitor:online:forceLogout']">快递信息</el-button>
56
+                        v-hasPermi="['delivery:list:detail']">快递信息</el-button>
57
                         <!-- v-if="scope.row.caseStatus == 15"   送达裁决书 -->
57
                         <!-- v-if="scope.row.caseStatus == 15"   送达裁决书 -->
58
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 15" @click="showMailaward(scope.row)"
58
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 15" @click="showMailaward(scope.row)"
59
-                        v-hasPermi="['monitor:online:forceLogout']">送达裁决书</el-button>
59
+                        v-hasPermi="['awardManagement:list:sendaward']">送达裁决书</el-button>
60
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 16" @click="showCasefilingModel(scope.row, 6)"
60
                     <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.caseStatus == 16" @click="showCasefilingModel(scope.row, 6)"
61
-                        v-hasPermi="['monitor:online:forceLogout']">案件归档</el-button>
61
+                        v-hasPermi="['awardManagement:list:file']">案件归档</el-button>
62
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" 
62
                     <!-- <el-button size="mini" type="text" icon="el-icon-reading" 
63
                         @click="showModel(scope.row, 0)" v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button>
63
                         @click="showModel(scope.row, 0)" v-hasPermi="['monitor:online:forceLogout']">生成裁决书</el-button>
64
                     <el-button size="mini" type="text" icon="el-icon-edit" 
64
                     <el-button size="mini" type="text" icon="el-icon-edit" 

+ 1
- 1
src/views/caseFiling/archiveList.vue 查看文件

90
             type="text"
90
             type="text"
91
             icon="el-icon-reading"
91
             icon="el-icon-reading"
92
             @click="showDetail(scope.row)"
92
             @click="showDetail(scope.row)"
93
-            v-hasPermi="['monitor:online:forceLogout']"
93
+            v-hasPermi="['caseFiles:list:detail']"
94
             >归档详情</el-button
94
             >归档详情</el-button
95
           >
95
           >
96
         </template>
96
         </template>

+ 21
- 20
src/views/caseManagement/caseList.vue 查看文件

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

+ 2
- 2
src/views/paymentManagement/paymentList.vue 查看文件

96
             type="text"
96
             type="text"
97
             icon="el-icon-zoom-in"
97
             icon="el-icon-zoom-in"
98
             @click="paymentconfirmationRow(scope.row)"
98
             @click="paymentconfirmationRow(scope.row)"
99
-            v-hasPermi="['monitor:online:forceLogout']"
99
+            v-hasPermi="['paymentManagement:list:payconfirm']"
100
             >缴费确认</el-button
100
             >缴费确认</el-button
101
           >
101
           >
102
           <el-button
102
           <el-button
104
             type="text"
104
             type="text"
105
             icon="el-icon-edit"
105
             icon="el-icon-edit"
106
             @click="viewpaymentformRow(scope.row)"
106
             @click="viewpaymentformRow(scope.row)"
107
-            v-hasPermi="['monitor:online:forceLogout']"
107
+            v-hasPermi="['paymentManagement:list:detail']"
108
             >查看缴费单</el-button
108
             >查看缴费单</el-button
109
           >
109
           >
110
         </template>
110
         </template>

+ 2
- 2
vue.config.js 查看文件

11
 
11
 
12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
13
 
13
 
14
-const API = 'http://121.40.189.20:9001'  //测试
15
-// const API = 'http://192.168.3.18:9001'  //B
14
+// const API = 'http://121.40.189.20:9001'  //测试
15
+const API = 'http://192.168.3.18:9001'  //B
16
 // const API = 'http://192.168.3.77:8080' //Q
16
 // const API = 'http://192.168.3.77:8080' //Q
17
 
17
 
18
 // vue.config.js 配置说明
18
 // vue.config.js 配置说明