liuzhihui 2 年之前
父節點
當前提交
9ca3fc09c8

+ 9 - 0
WebUI/CallCenterWeb.UI/Business/ZXDCL.html

107
                                     <select class="form-control" id="type">
107
                                     <select class="form-control" id="type">
108
                                     </select>
108
                                     </select>
109
                                 </td>
109
                                 </td>
110
+                                <th>是否紧急:</th>
111
+                                <td>
112
+                                    <select class="form-control Min-width" id="islevel">
113
+                                    	<option value="">请选择</option>
114
+                                    	<option value="1">普通</option>                                    	
115
+                                    	<option value="2">紧急</option>                                   	
116
+                                    </select>
117
+                                </td>
110
                             </tr>
118
                             </tr>
111
                         </table>
119
                         </table>
112
                     </div>
120
                     </div>
262
                         type: $("#type").val(),
270
                         type: $("#type").val(),
263
                         tab: 0, //待处理
271
                         tab: 0, //待处理
264
                         sourcearea: $('#sourceAreas').val(), //区域
272
                         sourcearea: $('#sourceAreas').val(), //区域
273
+                        level: $('#islevel').val(),
265
                         token: $.cookie("token")
274
                         token: $.cookie("token")
266
                     };
275
                     };
267
                     // 导出参数
276
                     // 导出参数

+ 4 - 1
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

928
 					load('6');
928
 					load('6');
929
 					load('7');
929
 					load('7');
930
 					load('1');
930
 					load('1');
931
-					getOldWorkOrder();
931
+//					getOldWorkOrder();
932
 					$("#Change").val(wid);
932
 					$("#Change").val(wid);
933
 					//预览
933
 					//预览
934
 					$(".print").click(function() {
934
 					$(".print").click(function() {
1000
 						load(type);
1000
 						load(type);
1001
 						$(this).attr("itemaction", '1');
1001
 						$(this).attr("itemaction", '1');
1002
 					}
1002
 					}
1003
+					if($(this).text() == '历史工单'){
1004
+						getOldWorkOrder()
1005
+					}
1003
 				});
1006
 				});
1004
 
1007
 
1005
 				if(roleCode === "GLY" || roleCode === "ZXHWY" || roleCode === "ZXLD" || roleCode === "MTDD") {
1008
 				if(roleCode === "GLY" || roleCode === "ZXHWY" || roleCode === "ZXLD" || roleCode === "MTDD") {

+ 1 - 1
WebUI/CallCenterWeb.UI/js/appeal/mapIndex.js

25
 			alert("请选择省市区");
25
 			alert("请选择省市区");
26
 			return;
26
 			return;
27
 		}
27
 		}
28
-		$("#sourceaddress").val("")
28
+//		$("#sourceaddress").val("")
29
 		//alert("1")
29
 		//alert("1")
30
 		//$(".store_Lng").val("");
30
 		//$(".store_Lng").val("");
31
 		//$(".store_Lat").val("");
31
 		//$(".store_Lat").val("");