miaofuhao 2 年之前
父節點
當前提交
0da6eb07be

+ 6 - 6
CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -90,10 +90,10 @@
90 90
 									<option value="2">紧急</option>
91 91
 								</select>
92 92
 							</td>
93
-							<th>舆情类型:</th>
93
+							<!--<th>舆情类型:</th>
94 94
 							<td>
95 95
 								<select class="select_" id="type"></select>
96
-							</td>
96
+							</td>-->
97 97
 						</tr>
98 98
 						<tr>
99 99
 							<th>附件上传:</th>
@@ -200,7 +200,7 @@
200 200
 					//精准地域	
201 201
 					selectCommonFn(sourceareaObj)
202 202
 					//舆情类型
203
-					selectCommonFn(getDicObjFn(typeObj))
203
+//					selectCommonFn(getDicObjFn(typeObj))
204 204
 					//信息属性
205 205
 					selectCommonFn(getDicObjFn(infopropertyObj))
206 206
 				}
@@ -367,9 +367,9 @@
367 367
 							infopropertyObj.getText = Data[0].infopropertyname
368 368
 							selectCommonFn(getDicObjFn(infopropertyObj))
369 369
 							//舆情类型  
370
-							typeObj.getValue = Data[0].F_InfoType + ''
371
-							typeObj.getText = Data[0].TypeName1
372
-							selectCommonFn(getDicObjFn(typeObj))
370
+//							typeObj.getValue = Data[0].F_InfoType + ''
371
+//							typeObj.getText = Data[0].TypeName1
372
+//							selectCommonFn(getDicObjFn(typeObj))
373 373
 
374 374
 							$("#level").val(Data[0].F_Level + '');
375 375
 							if(Data[0].F_Level == "1") {

+ 2 - 2
CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -52,10 +52,10 @@
52 52
                                 <td>
53 53
                                     <select class="select_" id="sourceAreas"></select>
54 54
                                 </td>
55
-                                <th>舆情类型:</th>
55
+                                <!--<th>舆情类型:</th>
56 56
                                 <td>
57 57
                                     <select class="select_" id="type"></select>
58
-                                </td>
58
+                                </td>-->
59 59
                                 <th>舆情来源:</th>
60 60
                                 <td>
61 61
                                 	<input type="text" class="Min-width" placeholder="输入舆情来源" id="source"  />

+ 2 - 2
CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -182,12 +182,12 @@
182 182
 									</td>
183 183
 								</tr>
184 184
 
185
-								<tr class="tdWidth">
185
+								<!--<tr class="tdWidth">
186 186
 									<th>舆情类型:</th>
187 187
 									<td>
188 188
 										<span class="LX"></span>
189 189
 									</td>
190
-								</tr>
190
+								</tr>-->
191 191
 								
192 192
 							</tbody>
193 193
 						</table>

+ 2 - 1
CallCenterWeb.UI/widgets.html

@@ -218,7 +218,8 @@
218 218
 					color: ['#bf8bd5', '#68cbcf'],
219 219
 					tooltip: {},
220 220
 					legend: {
221
-						data: num===561?['交办量', '处理量']:[]
221
+						data: []
222
+//						data: num===561?['交办量', '处理量']:[]
222 223
 					},
223 224
 					yAxis: {
224 225
 						type: 'value',