Browse Source

no message

miaofuhao 4 years ago
parent
commit
f6de0dea25
1 changed files with 4 additions and 7 deletions
  1. 4 7
      newUI/dispatch/workExceed.html

+ 4 - 7
newUI/dispatch/workExceed.html

@@ -19,8 +19,8 @@
19 19
                 <sapn>
20 20
                     <i class="syIcon"></i>位置:
21 21
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
22
-                    <a href="javaScript:;">业务协同</a>&gt;
23
-                   <a href="" class="nowPosition">主办待处理工单</a>
22
+                    <a href="javaScript:;">网民诉求</a>&gt;
23
+                   <a href="" class="nowPosition">已派工单</a>
24 24
                 </sapn>
25 25
             </div>
26 26
             <div class="dhRight">
@@ -149,8 +149,8 @@
149 149
 		 	$('#orderlist').bootstrapTable('destroy');
150 150
 		 	//初始化表格,动态从服务器加载数据
151 151
 		 	$("#orderlist").bootstrapTable({
152
-		 		method: "get", //使用get请求到服务器获取数据
153
-		 		url: huayi.config.callcenter_url + "YCWorkOrder/GetYJList", //获取数据的Servlet地址
152
+		 		method: "get", //使用get请求到服务器获取数据  http://localhost:63660/YCWorkOrder/GetDWDealList
153
+		 		url: huayi.config.callcenter_url + "YCWorkOrder/GetTimeOutList", //获取数据的Servlet地址
154 154
 		 		contentType: "application/x-www-form-urlencoded",
155 155
 		 		striped: true, //表格显示条纹
156 156
 		 		pagination: true, //启动分页
@@ -176,15 +176,12 @@
176 176
 		 				key: $("#key").val(), //=关键字
177 177
 		 				tel: $("#tel").val(), //=客户电话
178 178
 		 				name: $("#name").val(), //=客户名称
179
-		 				usercode: usercodeID, //=坐席工号
180
-		 				ddusercode: ddusercodeID,
181 179
 		 				keyid: $("#keyid").val(), //=关键词id
182 180
 		 				source: $("#source").val(), //=来源&
183 181
 		 				starttime: $("#starttime").val(), //=开始时间
184 182
 		 				endtime: $("#endtime").val(), //=结束时间
185 183
 		 				deptid: $("#PID").val(),
186 184
 		 				type: $("#type").val(),
187
-		 				tab: 0, //待处理
188 185
 		 				sourcearea: $('#sourceAreas').val(), //区域
189 186
 		 				token: $.cookie("token")
190 187
 		 			};