gyj 2 лет назад
Родитель
Сommit
6d6b6e6266
3 измененных файлов: 5 добавлений и 58 удалений
  1. 2
    2
      config.js
  2. 1
    1
      pages/handlecase/component/list.vue
  3. 2
    55
      pages/handlecase/index.vue

+ 2
- 2
config.js Просмотреть файл

@@ -3,8 +3,8 @@ module.exports = {
3 3
 	// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
4 4
 	// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
5 5
 	// baseUrlZC: 'http://172.16.1.26:8001',
6
-	baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
7
-	// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
6
+	// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
7
+	baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
8 8
 	// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
9 9
 	baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
10 10
 	// baseUrlZC: 'http://121.40.189.20:8001',	

+ 1
- 1
pages/handlecase/component/list.vue Просмотреть файл

@@ -60,7 +60,7 @@
60 60
 			<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
61 61
 		</view>
62 62
 		<view class="btn" v-if="sysType == 1">
63
-			<button v-if="defalutVal.caseStatus==4" class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
63
+			<button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
64 64
 		</view>
65 65
 	</view>
66 66
 </template>

+ 2
- 55
pages/handlecase/index.vue Просмотреть файл

@@ -61,61 +61,8 @@
61 61
 							this.caseList = []
62 62
 						}
63 63
 
64
-						this.caseList.forEach(item => {
65
-							switch (item.caseStatus) {
66
-								case 0:
67
-									item.caseStatusName = '立案申请'
68
-									break;
69
-								case 1:
70
-									item.caseStatusName = '待缴费'
71
-									break;
72
-								case 2:
73
-									item.caseStatusName = '待缴费确认'
74
-									break;
75
-								case 3:
76
-									item.caseStatusName = '待确认是否应诉'
77
-									break;
78
-								case 4:
79
-									item.caseStatusName = '待案件质证'
80
-									break;
81
-								case 5:
82
-									item.caseStatusName = '待确定是否指派仲裁员'
83
-									break;
84
-								case 6:
85
-									item.caseStatusName = '待组庭'
86
-									break;
87
-								case 7:
88
-									item.caseStatusName = '待组庭确定'
89
-									break;
90
-								case 8:
91
-									item.caseStatusName = '待组庭审核'
92
-									break;
93
-								case 9:
94
-									item.caseStatusName = '待选择仲裁方式'
95
-									break;
96
-								case 10:
97
-									item.caseStatusName = '待开庭'
98
-									break;
99
-								case 11:
100
-									item.caseStatusName = '待生成仲裁文书'
101
-									break;
102
-								case 12:
103
-									item.caseStatusName = '待确认仲裁文书'
104
-									break;
105
-								case 13:
106
-									item.caseStatusName = '待仲裁文书用印'
107
-									break;
108
-								case 14:
109
-									item.caseStatusName = '待仲裁文书用印审核'
110
-									break;
111
-								case 15:
112
-									item.caseStatusName = '待仲裁文书送达'
113
-									break;
114
-								case 16:
115
-									item.caseStatusName = '待案件归档'
116
-									break;
117
-							}
118
-						})
64
+						
65
+						
119 66
 					})
120 67
 				} else if (this.sysType == 2) {
121 68
 					parms.miniProgressFlag = 1;