hanchaobo 2 jaren geleden
bovenliggende
commit
58b1d23738

+ 4
- 4
src/views/caseManagement/caseList.vue Bestand weergeven

@@ -55,7 +55,7 @@
55 55
             <el-table-column label="被申请人" align="center" prop="respondentName" :show-overflow-tooltip="true" />
56 56
             <el-table-column label="案件标的" align="center" prop="caseSubjectAmount" :show-overflow-tooltip="true" />
57 57
             <el-table-column label="调解员" align="center" prop="mediatorName" :show-overflow-tooltip="true" />
58
-            <el-table-column label="开庭日期" align="center" prop="hearDate" :show-overflow-tooltip="true" />
58
+            <el-table-column label="调解时间" align="center" prop="hearDate" :show-overflow-tooltip="true" />
59 59
             <el-table-column label="案件状态" align="center" prop="caseStatusName" :show-overflow-tooltip="true" />
60 60
             <el-table-column label="创建时间" align="center" prop="createTime" :show-overflow-tooltip="true" />
61 61
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
@@ -77,7 +77,7 @@
77 77
                     <!-- <el-button size="mini" @click="signMediation(scope.row)" type="text" icon="el-icon-edit-outline">申请人签收</el-button> -->
78 78
                     <!-- <el-button size="mini" @click="receivedMediation(scope.row)" type="text" icon="el-icon-edit-outline">被申请人签收</el-button>                 -->
79 79
                     <el-button size="mini" type="text" icon="el-icon-edit"
80
-                        @click="evidenceUpload(scope.row)" v-hasPermi="['caseManagement:list:evidenceEdit']">证据修改</el-button>
80
+                        @click="evidenceUpload(scope.row)" v-hasPermi="['caseManagement:list:evidenceEdit']">上传证据</el-button>
81 81
                     <el-button size="mini" type="text" icon="el-icon-edit" @click="caseFilingDetails(scope.row)">归档详情</el-button>  
82 82
                     <!-- <el-button size="mini" type="text" icon="el-icon-tickets" @click="payStatus(scope.row)">缴费</el-button> -->
83 83
                     <!-- <el-button size="mini" type="text" icon="el-icon-tickets" @click="selectMediator(scope.row)">预约时间</el-button> -->
@@ -375,13 +375,13 @@ export default {
375 375
         /** 列表提交立案 */
376 376
         onsubmitRow(row) {
377 377
             this.$modal
378
-                .confirm("是否提交立案申请?")
378
+                .confirm("是否提交调解申请?")
379 379
                 .then(function () {
380 380
                     return submitCaseApply({ id: row.id, caseFlowId: row.caseFlowId });
381 381
                 })
382 382
                 .then(() => {
383 383
                     this.getList(this.queryParams);
384
-                    this.$modal.msgSuccess("立案申请成功");
384
+                    this.$modal.msgSuccess("调解申请成功");
385 385
                 })
386 386
                 .catch(() => { });
387 387
         },

+ 2
- 2
src/views/caseManagement/components/addCase.vue Bestand weergeven

@@ -418,7 +418,7 @@
418 418
         </el-col>
419 419
       </el-form>
420 420
       <div v-if="activeName == 'second'">
421
-        <el-card class="box-card" style="margin-bottom: 30px">
421
+        <el-card class="box-card" style="margin-bottom: 30px" v-if="applicantEvidence.length">
422 422
           <div slot="header" class="clearfix">
423 423
             <span>申请人证据清单</span>
424 424
           </div>
@@ -427,7 +427,7 @@
427 427
             {{ item.annexName }}
428 428
           </div>
429 429
         </el-card>
430
-        <el-card class="box-card">
430
+        <el-card class="box-card" v-if="respondentEvidence.length">
431 431
           <div slot="header" class="clearfix">
432 432
             <span>被申请人证据清单</span>
433 433
           </div>

+ 4
- 4
src/views/caseManagement/components/confirmMediator.vue Bestand weergeven

@@ -10,7 +10,7 @@
10 10
                     @selection-change="handleSelectionChange">
11 11
                     <el-table-column type="selection" width="55">
12 12
                     </el-table-column>
13
-                    <el-table-column prop="mediatorName" label="调解员名称">
13
+                    <el-table-column prop="mediatorName" label="调解员">
14 14
                     </el-table-column>
15 15
                     <el-table-column prop="specialty" label="专业">
16 16
                     </el-table-column>
@@ -23,7 +23,7 @@
23 23
                     <div style="margin-bottom: 20px;margin-top: 20px;">当前调解员</div>
24 24
                 </div>
25 25
                 <el-table ref="multipleTable" :data="tableDataNow" tooltip-effect="dark" style="width: 100%">
26
-                    <el-table-column prop="mediatorName" label="调解员名称">
26
+                    <el-table-column prop="mediatorName" label="调解员">
27 27
                     </el-table-column>
28 28
                     <!-- <el-table-column prop="specialty" label="专业">
29 29
                     </el-table-column>
@@ -36,7 +36,7 @@
36 36
                     <div style="margin-bottom: 20px;margin-top: 20px;">申请人调解员</div>
37 37
                 </div>
38 38
                 <el-table ref="multipleTable" :data="applicantTable" tooltip-effect="dark" style="width: 100%">
39
-                    <el-table-column prop="mediatorName" label="调解员名称">
39
+                    <el-table-column prop="mediatorName" label="调解员">
40 40
                     </el-table-column>
41 41
                     <!-- <el-table-column prop="specialty" label="专业">
42 42
                     </el-table-column>
@@ -49,7 +49,7 @@
49 49
                     <div style="margin-bottom: 20px;margin-top: 20px;">被申请人调解员</div>
50 50
                 </div>
51 51
                 <el-table ref="multipleTable" :data="respondentTable" tooltip-effect="dark" style="width: 100%">
52
-                    <el-table-column prop="mediatorName" label="调解员名称">
52
+                    <el-table-column prop="mediatorName" label="调解员">
53 53
                     </el-table-column>
54 54
                     <!-- <el-table-column prop="specialty" label="专业">
55 55
                     </el-table-column>

+ 4
- 4
src/views/caseManagement/components/departmentMediator.vue Bestand weergeven

@@ -10,7 +10,7 @@
10 10
                     @selection-change="handleSelectionChange">
11 11
                     <el-table-column type="selection" width="55">
12 12
                     </el-table-column>
13
-                    <el-table-column prop="mediatorName" label="调解员名称">
13
+                    <el-table-column prop="mediatorName" label="调解员">
14 14
                     </el-table-column>
15 15
                     <el-table-column prop="specialty" label="专业">
16 16
                     </el-table-column>
@@ -23,7 +23,7 @@
23 23
                     <div style="margin-bottom: 20px;margin-top: 20px;">当前调解员</div>
24 24
                 </div>
25 25
                 <el-table ref="multipleTable" :data="tableDataNow" tooltip-effect="dark" style="width: 100%">
26
-                    <el-table-column prop="mediatorName" label="调解员名称">
26
+                    <el-table-column prop="mediatorName" label="调解员">
27 27
                     </el-table-column>
28 28
                     <!-- <el-table-column prop="specialty" label="专业">
29 29
                     </el-table-column>
@@ -36,7 +36,7 @@
36 36
                     <div style="margin-bottom: 20px;margin-top: 20px;">申请人调解员</div>
37 37
                 </div>
38 38
                 <el-table ref="multipleTable" :data="applicantTable" tooltip-effect="dark" style="width: 100%">
39
-                    <el-table-column prop="mediatorName" label="调解员名称">
39
+                    <el-table-column prop="mediatorName" label="调解员">
40 40
                     </el-table-column>
41 41
                     <!-- <el-table-column prop="specialty" label="专业">
42 42
                     </el-table-column>
@@ -49,7 +49,7 @@
49 49
                     <div style="margin-bottom: 20px;margin-top: 20px;">被申请人调解员</div>
50 50
                 </div>
51 51
                 <el-table ref="multipleTable" :data="respondentTable" tooltip-effect="dark" style="width: 100%">
52
-                    <el-table-column prop="mediatorName" label="调解员名称">
52
+                    <el-table-column prop="mediatorName" label="调解员">
53 53
                     </el-table-column>
54 54
                     <!-- <el-table-column prop="specialty" label="专业">
55 55
                     </el-table-column>

+ 2
- 2
src/views/caseManagement/components/evidenceDialog.vue Bestand weergeven

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
     <div>
3
-        <el-dialog title="修改证据" :visible="evidenceVisable" @close="cancel" center :distroy-on-close="true">
3
+        <el-dialog title="上传证据" :visible="evidenceVisable" @close="cancel" center :distroy-on-close="true">
4 4
             <el-descriptions title="案件内容" :column="2" border>
5 5
                 <el-descriptions-item label="案件编号">{{ evidenceData.caseNum }}</el-descriptions-item>
6 6
                 <el-descriptions-item label="申请人">{{ evidenceData.applicationName }}</el-descriptions-item>
@@ -8,7 +8,7 @@
8 8
                 <el-descriptions-item label="案件状态">
9 9
                     <el-tag size="small">{{ evidenceData.caseStatusName }}</el-tag>
10 10
                 </el-descriptions-item>
11
-                <el-descriptions-item label="仲裁方式">{{ evidenceData.arbitratMethodName }}</el-descriptions-item>
11
+                <!-- <el-descriptions-item label="仲裁方式">{{ evidenceData.arbitratMethodName }}</el-descriptions-item> -->
12 12
                 <el-descriptions-item label="申请人证据">
13 13
                     <div style="color: #104fad;cursor:pointer" v-for="(item, index) in fileListData"
14 14
                         @click="preview(item.annexPath)" :key="index">

+ 6
- 5
src/views/caseManagement/components/mediation.vue Bestand weergeven

@@ -51,17 +51,18 @@
51 51
                 <el-radio :label="2">未达成调解</el-radio>
52 52
                 <el-radio :label="3">未达成调解但不在争议</el-radio>
53 53
                 <el-radio :label="4">未达成调解但同意引入仲裁</el-radio>
54
+                <el-radio :label="5">达成和解</el-radio>
54 55
             </el-radio-group>
55 56
           </el-form-item>
56 57
         </el-col>
57
-        <el-col :span="24">
58
+        <!-- <el-col :span="24">
58 59
           <el-form-item label="是否和解" v-if="mediaResult==1">
59 60
              <el-radio-group v-model="isReconci">
60 61
                 <el-radio :label="1">是</el-radio>
61 62
                 <el-radio :label="0">否</el-radio>
62 63
             </el-radio-group>
63 64
           </el-form-item>
64
-        </el-col>
65
+        </el-col> -->
65 66
         <!-- <el-col :span="24">
66 67
           <el-form-item label="被申请人案件证据:">
67 68
             <div v-if="quiltArr.length == 0">被申请人暂未提供证据!</div>
@@ -83,7 +84,7 @@
83 84
           </el-form-item>
84 85
         </el-col>
85 86
         <el-col :span="24" v-if="mediationType">
86
-          <el-form-item label="开庭时间:">
87
+          <el-form-item label="调解时间:">
87 88
             <div>{{ formData.hearDate }}</div>
88 89
           </el-form-item>
89 90
         </el-col>
@@ -136,7 +137,7 @@ export default {
136 137
       roomId: null,
137 138
       startTime: null,
138 139
       mediaResult:1,
139
-      isReconci:0,
140
+      // isReconci:0,
140 141
       formData: {
141 142
         affiliate: {}
142 143
       },
@@ -252,7 +253,7 @@ export default {
252 253
         id: this.mediationData.id,
253 254
         caseFlowId: this.mediationData.caseFlowId,
254 255
         attachList: this.attachList,
255
-        isReconci:this.isReconci,
256
+        // isReconci:this.isReconci,
256 257
         mediaResult:this.mediaResult,
257 258
       });
258 259
     },

+ 1
- 1
src/views/caseManagement/components/selectMediator.vue Bestand weergeven

@@ -9,7 +9,7 @@
9 9
                     @selection-change="handleSelectionChange">
10 10
                     <el-table-column type="selection" width="55">
11 11
                     </el-table-column>
12
-                    <el-table-column prop="mediatorName" label="调解员名称">
12
+                    <el-table-column prop="mediatorName" label="调解员">
13 13
                     </el-table-column>
14 14
                     <el-table-column prop="specialty" label="专业">
15 15
                     </el-table-column>

+ 1
- 1
src/views/system/user/index.vue Bestand weergeven

@@ -565,7 +565,7 @@ export default {
565 565
 </script>
566 566
 <style lang="scss" scoped>
567 567
 .head-container {
568
-  width: 220px;
568
+  width: 98%;
569 569
 
570 570
   ::v-deep .el-tree-node {
571 571
     white-space: normal;

+ 5
- 0
vue.config.js Bestand weergeven

@@ -14,8 +14,13 @@ const port = process.env.port || process.env.npm_config_port || 80 // 端口
14 14
 // const API = 'http://121.40.189.20:9001'  //生产
15 15
 const API = 'http://121.40.189.20:6001'  //测试
16 16
 // const API = 'http://192.168.3.18:6001'  //B
17
+<<<<<<< HEAD
17 18
 // const API = 'http://172.16.0.237:6001' //Q
18 19
 // const API = 'http://172.16.1.43:6001' //w
20
+=======
21
+// const API = 'http://172.16.1.30:6001' //Q
22
+// const API = 'http://172.16.1.17:6001' //w
23
+>>>>>>> 14df1eebfbde9573a5c541678ad9dfbb33797007
19 24
 
20 25
 // vue.config.js 配置说明
21 26
 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions