Bladeren bron

问题修改

liuyifan 5 jaren geleden
bovenliggende
commit
1f666e4c7d
53 gewijzigde bestanden met toevoegingen van 623 en 172 verwijderingen
  1. 1 1
      WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html
  2. 24 14
      WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html
  3. 2 2
      WebUI/CallCenterWeb.UI/Appeal/expiredWorkOrders.html
  4. 3 3
      WebUI/CallCenterWeb.UI/Appeal/inquireNews.html
  5. 1 1
      WebUI/CallCenterWeb.UI/Appeal/toAuditList.html
  6. 4 4
      WebUI/CallCenterWeb.UI/Appeal/toSupervList.html
  7. 3 3
      WebUI/CallCenterWeb.UI/Business/GDBH.html
  8. 3 3
      WebUI/CallCenterWeb.UI/Business/LSBH.html
  9. 3 3
      WebUI/CallCenterWeb.UI/Business/LeaderBH.html
  10. 3 3
      WebUI/CallCenterWeb.UI/Business/LeaderDB.html
  11. 57 5
      WebUI/CallCenterWeb.UI/Business/LeaderDCL.html
  12. 1 1
      WebUI/CallCenterWeb.UI/Business/LeaderYJA.html
  13. 20 3
      WebUI/CallCenterWeb.UI/Business/LeaderYJB.html
  14. 3 3
      WebUI/CallCenterWeb.UI/Business/LeaderYJC.html
  15. 3 3
      WebUI/CallCenterWeb.UI/Business/LeaderYTH.html
  16. 3 3
      WebUI/CallCenterWeb.UI/Business/LeaderYYS.html
  17. 2 2
      WebUI/CallCenterWeb.UI/Business/LeaderYZB.html
  18. 3 3
      WebUI/CallCenterWeb.UI/Business/Performance_reviewed.html
  19. 3 3
      WebUI/CallCenterWeb.UI/Business/Resumption.html
  20. 5 5
      WebUI/CallCenterWeb.UI/Business/WorkDC.html
  21. 1 1
      WebUI/CallCenterWeb.UI/Business/WorkDC_EJ.html
  22. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkDC_Three.html
  23. 4 4
      WebUI/CallCenterWeb.UI/Business/WorkDSZB.html
  24. 14 14
      WebUI/CallCenterWeb.UI/Business/WorkIsproresult.html
  25. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkTHBJJ.html
  26. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkTHCB.html
  27. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkXJDWTH.html
  28. 1 1
      WebUI/CallCenterWeb.UI/Business/WorkYBDS.html
  29. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkYBJ.html
  30. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkYBLTJ.html
  31. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkYBL_zlei.html
  32. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkYSBJJ.html
  33. 2 2
      WebUI/CallCenterWeb.UI/Business/WorkYSSH.html
  34. 3 3
      WebUI/CallCenterWeb.UI/Business/WorkZZBL.html
  35. 3 3
      WebUI/CallCenterWeb.UI/Business/YHF.html
  36. 3 3
      WebUI/CallCenterWeb.UI/Business/ZXDCL.html
  37. 3 3
      WebUI/CallCenterWeb.UI/Business/ZXDCLs.html
  38. 3 3
      WebUI/CallCenterWeb.UI/Business/ZXYHF.html
  39. 4 4
      WebUI/CallCenterWeb.UI/Business/ZXYTJ.html
  40. 3 3
      WebUI/CallCenterWeb.UI/Business/haveAduit.html
  41. 1 1
      WebUI/CallCenterWeb.UI/Business/notifiedList.html
  42. 5 1
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html
  43. 1 1
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppeals.html
  44. 2 2
      WebUI/CallCenterWeb.UI/CommonHtml/PrintPreview-1.html
  45. 5 5
      WebUI/CallCenterWeb.UI/CommonHtml/StrongLawsuit.html
  46. 33 5
      WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html
  47. 275 0
      WebUI/CallCenterWeb.UI/ReportForm/superviseStatisticsReport.html
  48. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseFinished.html
  49. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseOverdue.html
  50. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html
  51. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReturned.html
  52. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseUpcoming.html
  53. 66 1
      WebUI/CallCenterWeb.UI/js/search/screen.js

+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -224,7 +224,7 @@
224 224
             } else if (!$("#content").val()) {
225 225
                 layer.msg("请输入内容");
226 226
             } else if (!$("#PID").val()) {
227
-                layer.msg("请选择主题词");
227
+                layer.msg("请选择反映类别");
228 228
             // } else if (!$("#sourcearea").val()) {
229 229
             //     layer.msg("请选择事发区域");
230 230
             } else if (value == 1 && !$('#result').val()) {

+ 24 - 14
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -8,7 +8,9 @@
8 8
 		<link rel="stylesheet" href="../css/bootstrap-select.css" />
9 9
 		<script src="../Script/Common/huayi.config.js"></script>
10 10
 		<link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11
-		<link rel="stylesheet" href="../css/init.css" />
11
+        <link rel="stylesheet" href="../css/init.css" />
12
+        <!-- <link rel="stylesheet" href="../css/addappeal.css" /> -->
13
+
12 14
 		<style>
13 15
 			#sqzx th {
14 16
 				padding: 5px 8px 5px 0;
@@ -199,7 +201,7 @@
199 201
 				background: #00a1cb;
200 202
 			}
201 203
 			
202
-			.addTree {
204
+			.addTree, .addTreeReactionCategory {
203 205
 				background: #fff;
204 206
 				position: absolute;
205 207
 				width: 100%;
@@ -210,7 +212,7 @@
210 212
 				z-index: 222;
211 213
 			}
212 214
 			
213
-			.xl {
215
+			.xl, .xlReactionCategory {
214 216
 				display: inline-block;
215 217
 				background: url(../../img/dropDown.png) no-repeat;
216 218
 				height: 100%;
@@ -228,7 +230,7 @@
228 230
 				padding: 0;
229 231
 			}
230 232
 			
231
-			.inps {
233
+			.inps, .inpsReactionCategory {
232 234
 				width: 217px;
233 235
 				height: 29px;
234 236
 				outline: none;
@@ -238,7 +240,7 @@
238 240
 				padding-left: 3px;
239 241
 			}
240 242
 			
241
-			.xl {
243
+			.xl, .xlReactionCategory {
242 244
 				display: inline-block;
243 245
 				background: url(../img/dropDown.png) no-repeat;
244 246
 				height: 100%;
@@ -251,7 +253,7 @@
251 253
 				cursor: pointer;
252 254
 			}
253 255
 			
254
-			.Cleans {
256
+			.Cleans, .CleansReactionCategory {
255 257
 				display: inline-block;
256 258
 				width: 20px;
257 259
 				position: absolute;
@@ -305,7 +307,7 @@
305 307
 									<td>
306 308
 										<input type="text" id="starttime" class="" placeholder="请选择时间" style="height: 32px" />
307 309
 									</td>
308
-									<th>工单状态:</th>
310
+									<!-- <th>工单状态:</th>
309 311
 									<td>
310 312
 										<select name="" id="state" class="select">
311 313
 											<option selected="selected" value="">
@@ -313,7 +315,7 @@
313 315
 											</option>
314 316
 											<option value="0">新工单</option>
315 317
 											<option value="1">待交办</option>
316
-											<!-- <option value="10">待审核</option> -->
318
+											<option value="10">待审核</option>
317 319
 											<option value="2">待查收</option>
318 320
 											<option value="3">
319 321
 												退回审核中
@@ -331,17 +333,25 @@
331 333
 											<option value="8">重办中</option>
332 334
 											<option value="9">已结案</option>
333 335
 										</select>
334
-									</td>
336
+									</td> -->
335 337
 								</tr>
336 338
 								<tr>
337 339
 									<th>工单来源:</th>
338 340
 									<td>
339 341
 										<select class="select_" id="source"></select>
340 342
 									</td>
341
-									<!-- <th>主题词:</th>
342
-									<td>
343
-										<select id="keyid" name="" class="select"></select>
344
-									</td> -->
343
+									<th>反映类别:</th>
344
+									<td style="position: relative;">
345
+                                        <!-- <select id="keyid" name="" class="select"></select> -->
346
+                                        <div class="inpBox">
347
+                                            <input type="text" class="inpsReactionCategory" />
348
+                                            <!-- <i class="CleansReactionCategory fa fa-close"></i> -->
349
+                                            <i class="xlReactionCategory xl_one"></i>
350
+                                            <div class="addTreeReactionCategory xlAddReactionCategory">
351
+                                                <ul id="" class="ztree"></ul>
352
+                                            </div>
353
+                                        </div>
354
+									</td>
345 355
 									<th>来电号码:</th>
346 356
 									<td>
347 357
 										<input type="text" id="tel" placeholder="请输入来电号码" />
@@ -371,7 +381,7 @@
371 381
 									<th>承办单位:</th>
372 382
 									<td style="position: relative">
373 383
 										<div class="inpBox">
374
-											<input type="text" class="inps" onkeyup="darptSearch()" />
384
+											<input type="text" class="inps" />
375 385
 											<i class="Cleans fa fa-close"></i>
376 386
 											<i class="xl xl_one"></i>
377 387
 											<div class="addTree xlAdd">

+ 2 - 2
WebUI/CallCenterWeb.UI/Appeal/expiredWorkOrders.html

@@ -323,7 +323,7 @@
323 323
                                 </td>
324 324
                             </tr>
325 325
                             <tr>
326
-                                <th>工单状态:</th>
326
+                                <!-- <th>工单状态:</th>
327 327
                                 <td>
328 328
                                     <select name="" id="state" class="select">
329 329
                                         <option selected="selected" value="">请选择</option>
@@ -332,7 +332,7 @@
332 332
                                         <option value="8">重办中</option>
333 333
                                         <option value="9">已结案</option>
334 334
                                     </select>
335
-                                </td>
335
+                                </td> -->
336 336
                                 <th>工单来源:</th>
337 337
                                 <td>
338 338
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Appeal/inquireNews.html

@@ -296,13 +296,13 @@
296 296
                                 <td >
297 297
                                     <input type="text" id="starttime" class="" placeholder="请选择时间" style="height: 32px;" />
298 298
                                 </td>
299
-                                  <th>工单状态:</th>
299
+                                <!-- <th>工单状态:</th>
300 300
                                 <td>
301 301
                                     <select name="" id="state" class="select">
302 302
                                         <option selected="selected" value="">请选择</option>
303 303
                                         <option value="0">新工单</option>
304 304
                                         <option value="1">待交办</option>
305
-                                        <!-- <option value="10">待审核</option> -->
305
+                                        <option value="10">待审核</option>
306 306
                                         <option value="2">待查收</option>
307 307
                                         <option value="3">退回审核中</option>
308 308
                                         <option value="4">办理中</option>
@@ -314,7 +314,7 @@
314 314
                                         <option value="8">重办中</option>
315 315
                                         <option value="9">已结案</option>
316 316
                                     </select>
317
-                                </td>
317
+                                </td> -->
318 318
                             </tr>
319 319
                             <tr>
320 320
                                 <th>工单来源:</th>

+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/toAuditList.html

@@ -333,7 +333,7 @@
333 333
                                     <input type="text" id="name" class="Min-width" />
334 334
                                 </td>
335 335
                                 
336
-                                <th>反映类别:</th>
336
+                                <th>类型:</th>
337 337
                                 <td>
338 338
                                     <select class="select_" id="type"></select>
339 339
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/Appeal/toSupervList.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -350,7 +350,7 @@
350 350
                                     <input type="text" id="name" class="Min-width" />
351 351
                                 </td>
352 352
 
353
-                                <th>反映类别:</th>
353
+                                <th>类型:</th>
354 354
                                 <td>
355 355
                                     <select class="select_" id="type"></select>
356 356
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/GDBH.html

@@ -313,15 +313,15 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option value="" selected="selected">请选择</option>
320 320
                                         <option value="0">新工单</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="6">已办理</option>
323 323
                                     </select>
324
-                                </td>
324
+                                </td> -->
325 325
                                 <th>工单来源:</th>
326 326
                                 <td>
327 327
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LSBH.html

@@ -313,15 +313,15 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option value="" selected="selected">请选择</option>
320 320
                                         <option value="0">新工单</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="6">已办理</option>
323 323
                                     </select>
324
-                                </td>
324
+                                </td> -->
325 325
                                 <th>工单来源:</th>
326 326
                                 <td>
327 327
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LeaderBH.html

@@ -302,7 +302,7 @@
302 302
 	                                </td>
303 303
 								</tr>
304 304
 								<tr>
305
-									<th>工单状态:</th>
305
+									<!-- <th>工单状态:</th>
306 306
 									<td>
307 307
 										<select name="" id="state" class="select">
308 308
 											<option selected="selected" value="">请选择</option>
@@ -317,7 +317,7 @@
317 317
 											<option value="8">重办中</option>
318 318
 											<option value="9">已结案</option>
319 319
 										</select>
320
-									</td>
320
+									</td> -->
321 321
 									<th>工单来源:</th>
322 322
 									<td>
323 323
 										<select class="select_" id="source">
@@ -327,7 +327,7 @@
327 327
 									<td>
328 328
 										<select id="keyid" name="" class="select"></select>
329 329
 									</td> -->
330
-									<th>反映类别:</th>
330
+									<th>类型:</th>
331 331
 									<td>
332 332
 										<select class="select_" id="type">
333 333
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LeaderDB.html

@@ -302,7 +302,7 @@
302 302
 	                                </td>
303 303
 								</tr>
304 304
 								<tr>
305
-									<th>工单状态:</th>
305
+									<!-- <th>工单状态:</th>
306 306
 									<td>
307 307
 										<select name="" id="state" class="select">
308 308
 											<option selected="selected" value="">请选择</option>
@@ -317,7 +317,7 @@
317 317
 											<option value="8">重办中</option>
318 318
 											<option value="9">已结案</option>
319 319
 										</select>
320
-									</td>
320
+									</td> -->
321 321
 									<th>工单来源:</th>
322 322
 									<td>
323 323
 										<select class="select_" id="source">
@@ -327,7 +327,7 @@
327 327
 									<td>
328 328
 										<select id="keyid" name="" class="select"></select>
329 329
 									</td> -->
330
-									<th>反映类别:</th>
330
+									<th>类型:</th>
331 331
 									<td>
332 332
 										<select class="select_" id="type">
333 333
 										</select>

+ 57 - 5
WebUI/CallCenterWeb.UI/Business/LeaderDCL.html

@@ -312,10 +312,10 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318
-                                        <!--<option value="">请选择</option>-->
318
+                                        <option value="">请选择</option>
319 319
                                         <option value="1">待交办</option>
320 320
                                         <option value="2">待收回</option>
321 321
                                         <option value="3">
@@ -326,7 +326,7 @@
326 326
                                         </option>
327 327
                                         <option value="7">已回访</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -335,7 +335,7 @@
335 335
                                 <td>
336 336
                                     <select id="keyid" name="" class="select"></select>
337 337
                                 </td> -->
338
-                                <th>反映类别:</th>
338
+                                <th>类型:</th>
339 339
                                 <td>
340 340
                                     <select class="select_" id="type"></select>
341 341
                                 </td>
@@ -384,7 +384,7 @@
384 384
                                 <th></th>
385 385
                                 <td style="text-align: center">
386 386
                                     <botton class="btns Seach">搜索</botton>
387
-                                    <!--<botton class="btns ">导出</botton></td>-->
387
+                                    <botton class="btns exportFile">导出</botton></td>
388 388
                                 </td>
389 389
                             </tr>
390 390
                         </table>
@@ -1202,6 +1202,58 @@
1202 1202
                 $(".Cleans").show();
1203 1203
             }
1204 1204
         }
1205
+
1206
+        $(".exportFile").click(function () {
1207
+            var usercode_ = $("#ZX").val(); //坐席
1208
+            if (usercode_ != null) {
1209
+                $(usercode_).each(function (i, n) {
1210
+                    var obj1 = "";
1211
+                    obj1 = n + ",";
1212
+                    usercodeID += obj1;
1213
+                });
1214
+            } else {
1215
+                usercodeID = "";
1216
+            }
1217
+            // 调度员
1218
+            var ddusercodeID = "";
1219
+            var ddusercode_ = $("#yardman").val(); //坐席
1220
+            if (ddusercode_ != null) {
1221
+                $(ddusercode_).each(function (i, n) {
1222
+                    var obj2 = "";
1223
+                    obj2 = n + ",";
1224
+                    ddusercodeID += obj2;
1225
+                });
1226
+            } else {
1227
+                ddusercodeID = "";
1228
+            }
1229
+            var workid = $("#wids").val()
1230
+            var key = $("#key").val() //=关键字
1231
+            var tel = $("#tel").val() //=客户电话
1232
+            var name = $("#name").val() //=客户名称
1233
+            var usercode = usercodeID //=坐席工号
1234
+            var ddusercode = ddusercodeID
1235
+            var source = $("#source").val() //=来源&
1236
+            var starttime = $("#starttime").val() //=开始时间
1237
+            var endtime = $("#endtime").val() //=结束时间
1238
+            var deptid = $("#PID").val()
1239
+            var type = $("#type").val() //=工单类型
1240
+            var bigtype = $("#bigtype").val()
1241
+            var smalltype = $("#smalltype").val() //=小类别
1242
+            var sourcearea = $("#sourceAreas").val() //区域
1243
+            var state = $("#state").val() == undefined ? "" : $("#state").val() //=工单状态
1244
+            var tab = 0;
1245
+            var keyid = $("#keyid").val() //=关键词id
1246
+
1247
+            var url = huayi.config.callcenter_url + "WorkOrder/GetLDDealList?token=" + $.cookie("token");
1248
+            url += "&workid=" + workid + "&state=" + state + "&type=" + type + "&tab=" + tab + "&key=" + key +
1249
+                "&tel=" +
1250
+                tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" +
1251
+                source +
1252
+                "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
1253
+                sourcearea +
1254
+                "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&isdc=1";
1255
+            window.location.href = url;
1256
+        })
1205 1257
     </script>
1206 1258
 </body>
1207 1259
 

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYJA.html

@@ -325,7 +325,7 @@
325 325
 
326 326
                             </tr>
327 327
                             <tr>
328
-                                <th>反映类别:</th>
328
+                                <th>类型:</th>
329 329
                                 <td>
330 330
                                     <select class="select_" id="type"></select>
331 331
                                 </td>

+ 20 - 3
WebUI/CallCenterWeb.UI/Business/LeaderYJB.html

@@ -313,7 +313,7 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option selected="selected" value="">请选择</option>
@@ -328,7 +328,7 @@
328 328
                                         <option value="8">重办中</option>
329 329
                                         <option value="9">已结案</option>
330 330
                                     </select>
331
-                                </td>
331
+                                </td> -->
332 332
                                 <th>工单来源:</th>
333 333
                                 <td>
334 334
                                     <select class="select_" id="source">
@@ -640,7 +640,7 @@
640 640
         //操作
641 641
         function Dispose(val, row) {
642 642
             var Rows = row.Buttons;
643
-            var html = '';
643
+            var html = '<a class="xg" onclick="sendMsg(\'' + row.F_WorkOrderId + '\')" title="催办">催办</a>';
644 644
             for (var i = 0; i < Rows.length; i++) {
645 645
 
646 646
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
@@ -654,6 +654,23 @@
654 654
             return html;
655 655
         }
656 656
 
657
+        //催办
658
+        function sendMsg(wid, depId) {
659
+            layer.confirm('确定催办吗', {
660
+                btn: ['确定', '取消']
661
+            }, function () {
662
+                $.post(huayi.config.callcenter_url + 'WorkOrder/Reminders', {
663
+                    workorderid: wid,
664
+                    token: $.cookie("token")
665
+                }, function (result) {
666
+                    result = JSON.parse(result);
667
+                    if (result.state.toLowerCase() == 'success') {
668
+                        layer.msg('催办成功')
669
+                    }
670
+                })
671
+            })
672
+        }
673
+
657 674
         //查看详情
658 675
         function ckxq(str) {
659 676
             layer.open({

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LeaderYJC.html

@@ -302,7 +302,7 @@
302 302
 	                                </td>
303 303
 								</tr>
304 304
 								<tr>
305
-									<th>工单状态:</th>
305
+									<!-- <th>工单状态:</th>
306 306
 									<td>
307 307
 										<select name="" id="state" class="select">
308 308
 											<option selected="selected" value="">请选择</option>
@@ -317,7 +317,7 @@
317 317
 											<option value="8">重办中</option>
318 318
 											<option value="9">已结案</option>
319 319
 										</select>
320
-									</td>
320
+									</td> -->
321 321
 									<th>工单来源:</th>
322 322
 									<td>
323 323
 										<select class="select_" id="source">
@@ -327,7 +327,7 @@
327 327
 									<td>
328 328
 										<select id="keyid" name="" class="select"></select>
329 329
 									</td> -->
330
-									<th>反映类别:</th>
330
+									<th>类型:</th>
331 331
 									<td>
332 332
 										<select class="select_" id="type">
333 333
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LeaderYTH.html

@@ -303,7 +303,7 @@
303 303
                                 </td>
304 304
 								</tr>
305 305
 								<tr>
306
-									<th>工单状态:</th>
306
+									<!-- <th>工单状态:</th>
307 307
 									<td>
308 308
 										<select name="" id="state" class="select">
309 309
 											<option selected="selected" value="">请选择</option>
@@ -318,7 +318,7 @@
318 318
 											<option value="8">重办中</option>
319 319
 											<option value="9">已结案</option>
320 320
 										</select>
321
-									</td>
321
+									</td> -->
322 322
 									<th>工单来源:</th>
323 323
 									<td>
324 324
 										<select class="select_" id="source">
@@ -328,7 +328,7 @@
328 328
 									<td>
329 329
 										<select id="keyid" name="" class="select"></select>
330 330
 									</td> -->
331
-									<th>反映类别:</th>
331
+									<th>类型:</th>
332 332
 									<td>
333 333
 										<select class="select_" id="type">
334 334
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/LeaderYYS.html

@@ -302,7 +302,7 @@
302 302
                                 </td>
303 303
 								</tr>
304 304
 								<tr>
305
-									<th>工单状态:</th>
305
+									<!-- <th>工单状态:</th>
306 306
 									<td>
307 307
 										<select name="" id="state" class="select">
308 308
 											<option selected="selected" value="">请选择</option>
@@ -317,7 +317,7 @@
317 317
 											<option value="8">重办中</option>
318 318
 											<option value="9">已结案</option>
319 319
 										</select>
320
-									</td>
320
+									</td> -->
321 321
 									<th>工单来源:</th>
322 322
 									<td>
323 323
 										<select class="select_" id="source">
@@ -327,7 +327,7 @@
327 327
 									<td>
328 328
 										<select id="keyid" name="" class="select"></select>
329 329
 									</td> -->
330
-									<th>反映类别:</th>
330
+									<th>类型:</th>
331 331
 									<td>
332 332
 										<select class="select_" id="type">
333 333
 										</select>

+ 2 - 2
WebUI/CallCenterWeb.UI/Business/LeaderYZB.html

@@ -313,7 +313,7 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option selected="selected" value="">请选择</option>
@@ -328,7 +328,7 @@
328 328
                                         <option value="8">重办中</option>
329 329
                                         <option value="9">已结案</option>
330 330
                                     </select>
331
-                                </td>
331
+                                </td> -->
332 332
                                 <th>工单来源:</th>
333 333
                                 <td>
334 334
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/Performance_reviewed.html

@@ -303,7 +303,7 @@
303 303
                                 </td>
304 304
 								</tr>
305 305
 								<tr>
306
-									<th>工单状态:</th>
306
+									<!-- <th>工单状态:</th>
307 307
 									<td>
308 308
 										<select name="" id="state" class="select">
309 309
 											<option selected="selected" value="">请选择</option>
@@ -318,7 +318,7 @@
318 318
 											<option value="8">重办中</option>
319 319
 											<option value="9">已结案</option>
320 320
 										</select>
321
-									</td>
321
+									</td> -->
322 322
 									<th>工单来源:</th>
323 323
 									<td>
324 324
 										<select class="select_" id="source">
@@ -328,7 +328,7 @@
328 328
 									<td>
329 329
 										<select id="keyid" name="" class="select"></select>
330 330
 									</td> -->
331
-									<th>反映类别:</th>
331
+									<th>类型:</th>
332 332
 									<td>
333 333
 										<select class="select_" id="type">
334 334
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/Resumption.html

@@ -303,7 +303,7 @@
303 303
                                 </td>
304 304
 								</tr>
305 305
 								<tr>
306
-									<th>工单状态:</th>
306
+									<!-- <th>工单状态:</th>
307 307
 									<td>
308 308
 										<select name="" id="state" class="select">
309 309
 											<option selected="selected" value="">请选择</option>
@@ -318,7 +318,7 @@
318 318
 											<option value="8">重办中</option>
319 319
 											<option value="9">已结案</option>
320 320
 										</select>
321
-									</td>
321
+									</td> -->
322 322
 									<th>工单来源:</th>
323 323
 									<td>
324 324
 										<select class="select_" id="source">
@@ -328,7 +328,7 @@
328 328
 									<td>
329 329
 										<select id="keyid" name="" class="select"></select>
330 330
 									</td> -->
331
-									<th>反映类别:</th>
331
+									<th>类型:</th>
332 332
 									<td>
333 333
 										<select class="select_" id="type">
334 334
 										</select>

+ 5 - 5
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,18 +326,18 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
333 333
                                 </td>
334 334
                             </tr>
335 335
                             <tr>
336
-                                <th>主题词:</th>
336
+                                <!-- <th>主题词:</th>
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339
-                                </td>
340
-                                <th>反映类别:</th>
339
+                                </td> -->
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/WorkDC_EJ.html

@@ -326,7 +326,7 @@
326 326
                                 <td>
327 327
                                     <select id="keyid" name="" class="select"></select>
328 328
                                 </td> -->
329
-                                <th>反映类别:</th>
329
+                                <th>类型:</th>
330 330
                                 <td>
331 331
                                     <select class="select_" id="type"></select>
332 332
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkDC_Three.html

@@ -306,7 +306,7 @@
306 306
                                 </td>
307 307
                             </tr>
308 308
                             <tr>
309
-                                <th>工单状态:</th>
309
+                                <!-- <th>工单状态:</th>
310 310
                                 <td>
311 311
                                     <select name="" id="state" class="select">
312 312
                                         <option value="">请选择</option>
@@ -317,7 +317,7 @@
317 317
                                         <option value="8">重办中</option>
318 318
 
319 319
                                     </select>
320
-                                </td>
320
+                                </td> -->
321 321
                                 <th>工单来源:</th>
322 322
                                 <td>
323 323
                                     <select class="select_" id="source"></select>
@@ -326,7 +326,7 @@
326 326
                                 <td>
327 327
                                     <select id="keyid" name="" class="select"></select>
328 328
                                 </td> -->
329
-                                <th>反映类别:</th>
329
+                                <th>类型:</th>
330 330
                                 <td>
331 331
                                     <select class="select_" id="type"></select>
332 332
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/Business/WorkDSZB.html

@@ -312,10 +312,10 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318
-                                        <!--<option value="">请选择</option>-->
318
+                                        <option value="">请选择</option>
319 319
                                         <option value="1">待交办</option>
320 320
                                         <option value="2">待收回</option>
321 321
                                         <option value="3">
@@ -326,7 +326,7 @@
326 326
                                         </option>
327 327
                                         <option value="7">已回访</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -335,7 +335,7 @@
335 335
                                 <td>
336 336
                                     <select id="keyid" name="" class="select"></select>
337 337
                                 </td> -->
338
-                                <th>反映类别:</th>
338
+                                <th>类型:</th>
339 339
                                 <td>
340 340
                                     <select class="select_" id="type"></select>
341 341
                                 </td>

+ 14 - 14
WebUI/CallCenterWeb.UI/Business/WorkIsproresult.html

@@ -339,12 +339,12 @@
339 339
                                             <option value="9">已结案</option>
340 340
                                         </select>
341 341
                                     </td> -->
342
-								</tr>
343
-								<tr>
344
-									<th>工单来源:</th>
342
+                                    <th>工单来源:</th>
345 343
 									<td>
346 344
 										<select class="select_" id="source"></select>
347 345
 									</td>
346
+								</tr>
347
+								<tr>
348 348
 									<!-- <th>主题词:</th>
349 349
 									<td>
350 350
 										<select id="keyid" name="" class="select"></select>
@@ -357,16 +357,16 @@
357 357
 									<td>
358 358
 										<input type="text" id="name" class="Min-width" autocomplete="off" />
359 359
 									</td>
360
+                                    <th>处理类型:</th>
361
+                                    <td>
362
+                                        <select class="select_" id="dealtype">
363
+                                            <option value="">请选择</option>
364
+                                            <option value="0">网络转派</option>
365
+                                            <option value="1">当即办理</option>
366
+                                        </select>
367
+                                    </td>
360 368
 								</tr>
361 369
 								<tr>
362
-									<th>处理类型:</th>
363
-									<td>
364
-										<select class="select_" id="dealtype">
365
-											<option value="">请选择</option>
366
-											<option value="0">网络转派</option>
367
-											<option value="1">当即办理</option>
368
-										</select>
369
-									</td>
370 370
 									<th>类型:</th>
371 371
 									<td>
372 372
 										<select class="select_" id="type"></select>
@@ -374,8 +374,8 @@
374 374
 									<th>区域:</th>
375 375
 									<td>
376 376
 										<select class="select_" id="sourceAreas"></select>
377
-									</td>
378
-									<th>承办单位:</th>
377
+                                    </td>
378
+                                    <th>承办单位:</th>
379 379
 									<td style="position: relative">
380 380
 										<div class="inpBox">
381 381
 											<input type="text" class="inps" onkeyup="darptSearch()" />
@@ -389,7 +389,7 @@
389 389
 											<ul id="sponsor"></ul>
390 390
 										</div>
391 391
 									</td>
392
-								</tr>
392
+                                </tr>
393 393
 								<tr>
394 394
 									<th>坐席:</th>
395 395
 									<td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkTHBJJ.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkTHCB.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkXJDWTH.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/WorkYBDS.html

@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkYBJ.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkYBLTJ.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkYBL_zlei.html

@@ -301,7 +301,7 @@
301 301
                                 </td>
302 302
                             </tr>
303 303
                             <tr>
304
-                                <th>工单状态:</th>
304
+                                <!-- <th>工单状态:</th>
305 305
                                 <td>
306 306
                                     <select name="" id="state" class="select">
307 307
                                         <option value="">请选择</option>
@@ -312,7 +312,7 @@
312 312
                                         <option value="8">重办中</option>
313 313
 
314 314
                                     </select>
315
-                                </td>
315
+                                </td> -->
316 316
                                 <th>工单来源:</th>
317 317
                                 <td>
318 318
                                     <select class="select_" id="source"></select>
@@ -321,7 +321,7 @@
321 321
                                 <td>
322 322
                                     <select id="keyid" name="" class="select"></select>
323 323
                                 </td> -->
324
-                                <th>反映类别:</th>
324
+                                <th>类型:</th>
325 325
                                 <td>
326 326
                                     <select class="select_" id="type"></select>
327 327
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkYSBJJ.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 2 - 2
WebUI/CallCenterWeb.UI/Business/WorkYSSH.html

@@ -313,7 +313,7 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option selected="selected" value="">请选择</option>
@@ -328,7 +328,7 @@
328 328
                                         <option value="8">重办中</option>
329 329
                                         <option value="9">已结案</option>
330 330
                                     </select>
331
-                                </td>
331
+                                </td> -->
332 332
                                 <th>工单来源:</th>
333 333
                                 <td>
334 334
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/WorkZZBL.html

@@ -316,7 +316,7 @@
316 316
                                 <td>
317 317
                                     <select name="" id="sourceAreas" class="select"></select>
318 318
                                 </td>
319
-                                <th>工单状态:</th>
319
+                                <!-- <th>工单状态:</th>
320 320
                                 <td>
321 321
                                     <select name="" id="state" class="select">
322 322
                                         <option value="">请选择</option>
@@ -326,7 +326,7 @@
326 326
 
327 327
                                         <option value="8">重办中</option>
328 328
                                     </select>
329
-                                </td>
329
+                                </td> -->
330 330
                                 <th>工单来源:</th>
331 331
                                 <td>
332 332
                                     <select class="select_" id="source"></select>
@@ -337,7 +337,7 @@
337 337
                                 <td>
338 338
                                     <select id="keyid" name="" class="select"></select>
339 339
                                 </td> -->
340
-                                <th>反映类别:</th>
340
+                                <th>类型:</th>
341 341
                                 <td>
342 342
                                     <select class="select_" id="type"></select>
343 343
                                 </td>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/YHF.html

@@ -313,15 +313,15 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option value="" selected="selected">请选择</option>
320 320
                                         <option value="0">新工单</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="6">已办理</option>
323 323
                                     </select>
324
-                                </td>
324
+                                </td> -->
325 325
                                 <th>工单来源:</th>
326 326
                                 <td>
327 327
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/ZXDCL.html

@@ -313,15 +313,15 @@
313 313
                                 </td>
314 314
                             </tr>
315 315
                             <tr>
316
-                                <th>工单状态:</th>
316
+                                <!-- <th>工单状态:</th>
317 317
                                 <td>
318 318
                                     <select name="" id="state" class="select">
319 319
                                         <option value="" selected="selected">请选择</option>
320 320
                                         <option value="0">新工单</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="6">已办理</option>
323 323
                                     </select>
324
-                                </td>
324
+                                </td> -->
325 325
                                 <th>工单来源:</th>
326 326
                                 <td>
327 327
                                     <select class="select_" id="source">

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/ZXDCLs.html

@@ -301,7 +301,7 @@
301 301
                                 </td>
302 302
 								</tr>
303 303
 								<tr>
304
-									<th>工单状态:</th>
304
+									<!-- <th>工单状态:</th>
305 305
 									<td>
306 306
 										<select name="" id="state" class="select">
307 307
 											<option selected="selected" value="">请选择</option>
@@ -316,7 +316,7 @@
316 316
 											<option value="8">重办中</option>
317 317
 											<option value="9">已结案</option>
318 318
 										</select>
319
-									</td>
319
+									</td> -->
320 320
 									<th>工单来源:</th>
321 321
 									<td>
322 322
 										<select class="select_" id="source">
@@ -326,7 +326,7 @@
326 326
 									<td>
327 327
 										<select id="keyid" name="" class="select"></select>
328 328
 									</td> -->
329
-									<th>反映类别:</th>
329
+									<th>类型:</th>
330 330
 									<td>
331 331
 										<select class="select_" id="type">
332 332
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/ZXYHF.html

@@ -303,7 +303,7 @@
303 303
                                 </td>
304 304
 								</tr>
305 305
 								<tr>
306
-									<th>工单状态:</th>
306
+									<!-- <th>工单状态:</th>
307 307
 									<td>
308 308
 										<select name="" id="state" class="select">
309 309
 											<option selected="selected" value="">请选择</option>
@@ -318,7 +318,7 @@
318 318
 											<option value="8">重办中</option>
319 319
 											<option value="9">已结案</option>
320 320
 										</select>
321
-									</td>
321
+									</td> -->
322 322
 									<th>工单来源:</th>
323 323
 									<td>
324 324
 										<select class="select_" id="source">
@@ -328,7 +328,7 @@
328 328
 									<td>
329 329
 										<select id="keyid" name="" class="select"></select>
330 330
 									</td> -->
331
-									<th>反映类别:</th>
331
+									<th>类型:</th>
332 332
 									<td>
333 333
 										<select class="select_" id="type">
334 334
 										</select>

+ 4 - 4
WebUI/CallCenterWeb.UI/Business/ZXYTJ.html

@@ -301,7 +301,7 @@
301 301
                                 </td>
302 302
 								</tr>
303 303
 								<tr>
304
-									<th>工单状态:</th>
304
+									<!-- <th>工单状态:</th>
305 305
 									<td>
306 306
 										<select name="" id="state" class="select">
307 307
 											<option selected="selected" value="">请选择</option>
@@ -315,9 +315,9 @@
315 315
 											<option value="7">已回访</option>
316 316
 											<option value="8">重办中</option>
317 317
 											<option value="9">已结案</option>
318
-											<!-- <option value="10">待审核</option> -->
318
+											<option value="10">待审核</option>
319 319
 										</select>
320
-									</td>
320
+									</td> -->
321 321
 									<th>工单来源:</th>
322 322
 									<td>
323 323
 										<select class="select_" id="source">
@@ -327,7 +327,7 @@
327 327
 									<td>
328 328
 										<select id="keyid" name="" class="select"></select>
329 329
 									</td> -->
330
-									<th>反映类别:</th>
330
+									<th>类型:</th>
331 331
 									<td>
332 332
 										<select class="select_" id="type">
333 333
 										</select>

+ 3 - 3
WebUI/CallCenterWeb.UI/Business/haveAduit.html

@@ -306,7 +306,7 @@
306 306
                                     <input type="text" id="starttime" class="" placeholder="请选择时间"
307 307
                                         style="height: 32px" />
308 308
                                 </td>
309
-                                <th>工单状态:</th>
309
+                                <!-- <th>工单状态:</th>
310 310
                                 <td>
311 311
                                     <select name="" id="state" class="select">
312 312
                                         <option selected="selected" value="">
@@ -314,7 +314,7 @@
314 314
                                         </option>
315 315
                                         <option value="0">新工单</option>
316 316
                                         <option value="1">待交办</option>
317
-                                        <!-- <option value="10">待审核</option> -->
317
+                                        <option value="10">待审核</option>
318 318
                                         <option value="2">待查收</option>
319 319
                                         <option value="3">
320 320
                                             退回审核中
@@ -332,7 +332,7 @@
332 332
                                         <option value="8">重办中</option>
333 333
                                         <option value="9">已结案</option>
334 334
                                     </select>
335
-                                </td>
335
+                                </td> -->
336 336
                             </tr>
337 337
                             <tr>
338 338
                                 <th>工单来源:</th>

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/notifiedList.html

@@ -201,7 +201,7 @@
201 201
                                 </td>
202 202
 								</tr>
203 203
 								<tr>
204
-									<th>工单类型:</th>
204
+									<th>类型:</th>
205 205
 									<td>
206 206
 										<select class="select_" id="type">
207 207
 										</select>

+ 5 - 1
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -309,12 +309,16 @@
309 309
             // } else if (!$("#content").val()) {
310 310
             //     layer.msg("请输入内容");
311 311
             // } else if (!$("#keys").val()) {
312
-            //     layer.msg("请选择主题词");
312
+            //     layer.msg("请选择反映类别");
313 313
             // } else if (!$("#sourcearea").val()) {
314 314
             //     layer.msg("请选择事发区域");
315 315
             // } else if (value == 1 && !$('#result').val()) {
316 316
             //     layer.msg("请输入直办内容");
317 317
             // } else {
318
+                // if (!$("#keys").val()) {
319
+                //     layer.msg("请选择反映类别");
320
+                //     return
321
+                // }
318 322
                 $.ajax({
319 323
                     type: "post",
320 324
                     url: huayi.config.callcenter_url + "WorkOrder/EditWorkOrder",

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeals.html

@@ -138,7 +138,7 @@
138 138
                                 <option value=""></option>
139 139
                             </select>
140 140
                         </td>
141
-                        <th>反映类别:</th>
141
+                        <th>类型:</th>
142 142
                         <td>
143 143
                             <select class="select_" id="type"></select>
144 144
                         </td>

+ 2 - 2
WebUI/CallCenterWeb.UI/CommonHtml/PrintPreview-1.html

@@ -422,8 +422,8 @@
422 422
                         var content = result.data;
423 423
                         //console.log( content);
424 424
                         $(".gdbhs").text(content.data[0].F_WorkOrderId); //工单
425
-                        $(".shr").text(content.data[0].F_CreateUser); //审核员
426
-                        $(".ddr").text(content.data[0].F_CreateUser); //审核员
425
+                        $(".shr").text(content.jbdata[0].UserName); //审核员
426
+                        $(".ddr").text(content.jbdata[0].UserName); //审核员
427 427
                         $(".tsfs").text(content.data[0].SourceName);
428 428
                         $(".lxr").text(content.data[0].F_CusName); //内容摘要
429 429
                         $('.lxdh').text(content.data[0].F_CusPhone); //联系电话

+ 5 - 5
WebUI/CallCenterWeb.UI/CommonHtml/StrongLawsuit.html

@@ -93,7 +93,7 @@
93 93
 					<th class="Importent">其他原因:</th>
94 94
 					<td colspan="2"><textarea data-adaptheight id="reasons" name="" rows="6" cols=""></textarea></td>
95 95
 				</tr>
96
-				<tr>
96
+				<tr style="display: none;">
97 97
 					<th class="Importent">是否规范:</th>
98 98
 					<td>
99 99
 						<select class="select_" id='isStandard'>
@@ -158,11 +158,11 @@
158 158
 				//保存
159 159
 				$('.BC').click(function() {
160 160
                     if($('#isBulletin').val() == 0){
161
-                    	if(!$("#result").val()){
162
-	                    	layer.msg("处理结果不能为空");
163
-	                    }else{
161
+                    	// if(!$("#result").val()){
162
+	                    // 	layer.msg("处理结果不能为空");
163
+	                    // }else{
164 164
 	                    	JA(bulletinUnits);
165
-	                    }
165
+	                    // }
166 166
                     }else if($('#isBulletin').val() == 1){
167 167
                     	if(!$(".orderType").val() || $('.orderType').val()==0){
168 168
                     		layer.msg("通报原因没有填写。");

+ 33 - 5
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -188,7 +188,7 @@
188 188
                             <span class='ZT'></span>
189 189
                         </li>
190 190
                         <li>
191
-                            审核人:
191
+                            受理人:
192 192
                             <span class="SL"></span>
193 193
                         </li>
194 194
                         <li>
@@ -928,6 +928,20 @@
928 928
                                         break;
929 929
                                 }
930 930
 
931
+                                //已办未果备注
932
+                                var unsuccessful
933
+                                switch (n.F_Unsuccessful) {
934
+                                    case "":
935
+                                        unsuccessful = ""
936
+                                        break;
937
+                                    case null:
938
+                                        unsuccessful = ""
939
+                                        break;
940
+                                    default:
941
+                                        unsuccessful = n.F_Unsuccessful
942
+                                        break;
943
+                                }
944
+
931 945
                                 htmls += '<tr>' +
932 946
                                     '<td class="text-center">' + n.F_DealUser + '</td>' +
933 947
                                     '<td class="text-center">' + n.F_DealUserContact +
@@ -941,7 +955,7 @@
941 955
                                     '<td class="text-center">' + n.F_CreateTime + '</td>' +
942 956
                                     '<td class="text-center">' + isProResultValue +
943 957
                                     '</td>' +
944
-                                    '<td class="text-center">' + n.F_Unsuccessful +
958
+                                    '<td class="text-center">' + unsuccessful +
945 959
                                     '</td>' +
946 960
                                     '<td class="text-center">' + n.F_ProSituation +
947 961
                                     '</td>' +
@@ -1055,6 +1069,20 @@
1055 1069
                                         break;
1056 1070
                                 }
1057 1071
 
1072
+                                //已办未果备注
1073
+                                var unsuccessful
1074
+                                switch (n.F_Unsuccessful) {
1075
+                                    case "":
1076
+                                        unsuccessful = ""
1077
+                                        break;
1078
+                                    case null:
1079
+                                        unsuccessful = ""
1080
+                                        break;
1081
+                                    default:
1082
+                                        unsuccessful = n.F_Unsuccessful
1083
+                                        break;
1084
+                                }
1085
+
1058 1086
                                 SJhtmls += '<tr>' +
1059 1087
                                     '<td class="text-center">' + n.F_DealUser + '</td>' +
1060 1088
                                     '<td class="text-center">' + n.F_DealUserContact +
@@ -1068,7 +1096,7 @@
1068 1096
                                     '<td class="text-center">' + n.F_CreateTime + '</td>' +
1069 1097
                                     '<td class="text-center">' + isProResultValue +
1070 1098
                                     '</td>' +
1071
-                                    '<td class="text-center">' + n.F_Unsuccessful +
1099
+                                    '<td class="text-center">' + unsuccessful +
1072 1100
                                     '</td>' +
1073 1101
                                     '<td class="text-center">' + n.F_ProSituation +
1074 1102
                                     '</td>' +
@@ -1250,11 +1278,11 @@
1250 1278
                                         Ysh += '<tr>' +
1251 1279
                                             '<td class="text-center">' + (i + 1) + '</td>' +
1252 1280
                                             '<td class="text-center">' + a + '</td>' +
1253
-                                            '<td class="text-center">' + n.F_NewTime +
1281
+                                            '<td class="text-center">' + n.F_CreateTime +
1254 1282
                                             '</td>' +
1255 1283
                                             '<td class="text-center">' + n.F_Reason +
1256 1284
                                             '</td>' +
1257
-                                            '<td class="text-center">' + n.F_AgreeTime +
1285
+                                            '<td class="text-center">' + n.F_AuditTime +
1258 1286
                                             '</td>' +
1259 1287
                                             '<td class="text-center">' + n.F_RefuseReason +
1260 1288
                                             '</td>' +

+ 275 - 0
WebUI/CallCenterWeb.UI/ReportForm/superviseStatisticsReport.html

@@ -0,0 +1,275 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <title>督办统计数据</title>
7
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+    <script src="../Script/Common/huayi.load.js"></script>
9
+    <script src="../Script/Common/huayi.config.js"></script>
10
+    <link href="../css/WorkOrder/Search.css" rel="stylesheet">
11
+    <link href="../css/init.css" rel="stylesheet" />
12
+    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
13
+    <script src="../css/laydate/laydate.js"></script>
14
+    <script src="../js/zTree/jquery.ztree.core.js"></script>
15
+    <style>
16
+        table td {
17
+            word-break: break-all;
18
+            word-wrap: break-word;
19
+        }
20
+
21
+        .Shows {
22
+            display: block !important;
23
+        }
24
+
25
+        .complain {
26
+            display: none;
27
+        }
28
+
29
+        .toolLeft input {
30
+            width: 200px;
31
+        }
32
+
33
+        th {
34
+            padding: 5px;
35
+            text-align: center;
36
+        }
37
+
38
+        td {
39
+            padding: 5px;
40
+        }
41
+
42
+        .Borders {
43
+            border: 1px solid #d7d7d7;
44
+        }
45
+
46
+        .daoHang {
47
+            margin-bottom: 15px;
48
+        }
49
+
50
+        .inpBox {
51
+            border: 1px solid #e5e6e7;
52
+            height: 32px;
53
+            width: 200px;
54
+            display: inline-block;
55
+            position: relative;
56
+            vertical-align: middle;
57
+        }
58
+
59
+        .inpBox .inps1 {
60
+            width: 100%;
61
+            height: 30px;
62
+            outline: none;
63
+            border: 0;
64
+            border-image-width: 0;
65
+            padding: 0;
66
+            padding-left: 3px;
67
+        }
68
+
69
+        .xl {
70
+            display: inline-block;
71
+            background: url(../img/dropDown.png) no-repeat;
72
+            height: 100%;
73
+            background-position: center center;
74
+            width: 20px;
75
+            position: absolute;
76
+            right: 0;
77
+            top: 0px;
78
+            background-color: #f7bc8b;
79
+            cursor: pointer;
80
+        }
81
+
82
+        .xl:hover {
83
+            background-color: #e6d523;
84
+        }
85
+
86
+        .addTree {
87
+            background: #fff;
88
+            position: absolute;
89
+            width: 100%;
90
+            border: 1px solid darkgrey;
91
+            right: 0;
92
+            top: 30px;
93
+            display: none;
94
+            height: 350px;
95
+            overflow-y: auto;
96
+            z-index: 10;
97
+            text-align: center;
98
+        }
99
+
100
+        .addTree .list li:hover {
101
+            background: #ebebeb;
102
+            color: #717171;
103
+        }
104
+    </style>
105
+</head>
106
+
107
+<body class="gray-bg">
108
+    <div class="wrapper wrapper-content animated fadeInRight">
109
+        <div class="daoHang clearfix">
110
+            <div class="dhLeft">
111
+                <sapn>
112
+                    <i class="syIcon"></i>位置:
113
+                    <a href="javaScript:;" id="ReIndex">首页</a>&gt;
114
+                    <a href="javaScript:;">业务统计</a>&gt;
115
+                    <a href="" class="nowPosition">督办统计数据</a>
116
+                </sapn>
117
+            </div>
118
+            <div class="dhRight">
119
+                <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
120
+            </div>
121
+        </div>
122
+
123
+        <div class="Content_box">
124
+            <div class="complain Shows">
125
+                <div class="toolBar clearfix">
126
+                    <div class="toolLeft">
127
+                        日期:
128
+                        <input class="photo x-color inputs laydate-icon" type="text" id="squeryTime" />
129
+                        <!-- 结束时间:
130
+                        <input class="photo x-color inputs laydate-icon" type="text" id="equeryTime" /> -->
131
+                        部门:
132
+                        <div class="inpBox">
133
+                            <input class="inps inps1">
134
+                            <input type="hidden" id="deptid" />
135
+                            <i class="xl xl_two"></i>
136
+                            <div class="addTree xlAdd_two">
137
+                                <ul id="deptTree" class="ztree"></ul>
138
+                            </div>
139
+                        </div>
140
+                        <button class="btns search_1">查询</button>
141
+                        <a class="btns" id="exportPublicSentiments">导出</a>
142
+                    </div>
143
+                </div>
144
+
145
+                <!--table1-->
146
+                <div style="width: 100%;padding: 10px;">
147
+                    <table id="workorderlist" class="tables" data-row-style="rowStyle" data-query-params="queryParams"
148
+                        data-pagination="true">
149
+                        <thead>
150
+                            <tr>
151
+                                <th data-field="F_DeptName" data-align="center">承办单位</th>
152
+                                <th data-field="F_ReciveCount" data-align="center">承办件</th>
153
+                                <th data-field="F_TimeOutCount" data-align="center">超期件</th>
154
+                                <th data-field="F_UnFinishCount" data-align="center">未果件</th>
155
+                                <th data-field="F_BackCount" data-align="center">退单件</th>
156
+                                <th data-field="F_VisitCount" data-align="center">群众评议总数</th>
157
+                                <th data-field="F_DissatisfiedCount" data-align="center">不满意件</th>
158
+                            </tr>
159
+                        </thead>
160
+                    </table>
161
+                </div>
162
+            </div>
163
+        </div>
164
+    </div>
165
+    <script>
166
+        $(document).ready(function () {
167
+            laydate.skin('blue');
168
+            laydate({
169
+                elem: '#squeryTime',
170
+                event: 'focus'
171
+            });
172
+            // laydate({
173
+            //     elem: '#equeryTime',
174
+            //     event: 'focus'
175
+            // });
176
+            initTable();
177
+            bindtree();
178
+        });
179
+        //表格
180
+        function initTable() {
181
+            $.ajax({
182
+                url: huayi.config.callcenter_url + 'DataAssessment/GetDBDataList',
183
+                type: 'get',
184
+                data: {
185
+                    date: $('#squeryTime').val(),
186
+                    // end: $('#equeryTime').val(),
187
+                    deptid: $("#deptid").val(),
188
+                    token: $.cookie("token")
189
+                },
190
+                dataType: "json",
191
+                async: true,
192
+                success: function (returnValue) {
193
+                    //异步获取数据
194
+                    //debugger;
195
+                    var resultData = returnValue.rows;
196
+                    $('#workorderlist').bootstrapTable('load', resultData);
197
+                }
198
+            });
199
+            $('#workorderlist').bootstrapTable('destroy').bootstrapTable({
200
+                striped: true,
201
+                // pagination: false,
202
+            });
203
+        }
204
+        //搜索
205
+        $(".search_1").click(function () {
206
+            initTable();
207
+        });
208
+
209
+        $(".inps").focus(function () {
210
+            $(this).siblings(".addTree").css("display", "block");
211
+        });
212
+
213
+        $(".xl").click(function () {
214
+            var xl = $(this).siblings(".addTree");
215
+            if (xl.css("display") == "block") {
216
+                xl.css("display", "none");
217
+            } else {
218
+                xl.css("display", "block");
219
+            }
220
+        });
221
+
222
+        $(".addTree").mouseleave(function () {
223
+            $(this).css("display", "none");
224
+        });
225
+
226
+        function bindtree() {
227
+            $.getJSON(
228
+                huayi.config.callcenter_url + "Department/GetDeptListtree", {
229
+                    token: $.cookie("token")
230
+                },
231
+                function (result) {
232
+                    if (result.state.toLowerCase() == "success") {
233
+                        $.fn.zTree.init($("#deptTree"), setting, result.data);
234
+                    }
235
+                }
236
+            );
237
+        }
238
+        //获取所属部门
239
+        var setting = {
240
+            data: {
241
+                key: {
242
+                    name: "text",
243
+                },
244
+                simpleData: {
245
+                    enable: true,
246
+                    idKey: "id",
247
+                    // pIdKey: "F_PartentId",
248
+                    rootPId: 0,
249
+                },
250
+            },
251
+            callback: {
252
+                onClick: zTreeOnClick,
253
+            },
254
+        };
255
+
256
+        function zTreeOnClick(event, treeId, treeNode) {
257
+            $(".inps1").val(treeNode.text);
258
+            $("#deptid").val(treeNode.id);
259
+        }
260
+
261
+        //导出
262
+        $('#exportPublicSentiments').click(function () {
263
+            dcexcelDispath(this);
264
+        });
265
+
266
+        function dcexcelDispath(obj) {
267
+            var url = huayi.config.callcenter_url + "DataAssessment/ExptDBDataList?token=" + $.cookie("token");
268
+            url += "&date=" + $('#squeryTime').val() + "&deptid=" + $('#deptid')
269
+                .val();
270
+            obj.href = url;
271
+        }
272
+    </script>
273
+</body>
274
+
275
+</html>

+ 4 - 4
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseFinished.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -350,7 +350,7 @@
350 350
                                     <input type="text" id="name" class="Min-width" />
351 351
                                 </td>
352 352
 
353
-                                <th>反映类别:</th>
353
+                                <th>类型:</th>
354 354
                                 <td>
355 355
                                     <select class="select_" id="type"></select>
356 356
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseOverdue.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -350,7 +350,7 @@
350 350
                                     <input type="text" id="name" class="Min-width" />
351 351
                                 </td>
352 352
 
353
-                                <th>反映类别:</th>
353
+                                <th>类型:</th>
354 354
                                 <td>
355 355
                                     <select class="select_" id="type"></select>
356 356
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -350,7 +350,7 @@
350 350
                                     <input type="text" id="name" class="Min-width" />
351 351
                                 </td>
352 352
 
353
-                                <th>反映类别:</th>
353
+                                <th>类型:</th>
354 354
                                 <td>
355 355
                                     <select class="select_" id="type"></select>
356 356
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseReturned.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -349,7 +349,7 @@
349 349
                                     <input type="text" id="name" class="Min-width" />
350 350
                                 </td>
351 351
 
352
-                                <th>反映类别:</th>
352
+                                <th>类型:</th>
353 353
                                 <td>
354 354
                                     <select class="select_" id="type"></select>
355 355
                                 </td>

+ 4 - 4
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseUpcoming.html

@@ -312,13 +312,13 @@
312 312
                                 </td>
313 313
                             </tr>
314 314
                             <tr>
315
-                                <th>工单状态:</th>
315
+                                <!-- <th>工单状态:</th>
316 316
                                 <td>
317 317
                                     <select name="" id="state" class="select">
318 318
                                         <option selected="selected" value="">请选择</option>
319 319
                                         <option value="0">新工单</option>
320 320
                                         <option value="1">待交办</option>
321
-                                        <!-- <option value="10">待审核</option> -->
321
+                                        <option value="10">待审核</option>
322 322
                                         <option value="2">待查收</option>
323 323
                                         <option value="3">退回审核中</option>
324 324
                                         <option value="4">办理中</option>
@@ -329,7 +329,7 @@
329 329
                                         <option value="8">重办中</option>
330 330
                                         <option value="9">已结案</option>
331 331
                                     </select>
332
-                                </td>
332
+                                </td> -->
333 333
                                 <th>工单来源:</th>
334 334
                                 <td>
335 335
                                     <select class="select_" id="source"></select>
@@ -350,7 +350,7 @@
350 350
                                     <input type="text" id="name" class="Min-width" />
351 351
                                 </td>
352 352
 
353
-                                <th>反映类别:</th>
353
+                                <th>类型:</th>
354 354
                                 <td>
355 355
                                     <select class="select_" id="type"></select>
356 356
                                 </td>

+ 66 - 1
WebUI/CallCenterWeb.UI/js/search/screen.js

@@ -27,6 +27,27 @@
27 27
         $("#PID").val("");
28 28
         $("#Dpment").val("");
29 29
     })
30
+
31
+    //所属分类下拉
32
+    $('.inpsReactionCategory').focus(function () {
33
+        $('.xlAddReactionCategory').css('display', 'block')
34
+    })
35
+    $('.xlReactionCategory').click(function () {
36
+        if ($('.xlAddReactionCategory').css('display') == 'block') {
37
+            $('.xlAddReactionCategory').css('display', 'none')
38
+        } else {
39
+            $('.xlAddReactionCategory').css('display', 'block')
40
+        }
41
+    })
42
+    $('.addTreeReactionCategory').mouseleave(function () {
43
+        $(this).css('display', 'none')
44
+    })
45
+    //清除
46
+    $(".CleansReactionCategory ").click(function () {
47
+        // $('.inps').val("");
48
+        // $("#PID").val("");
49
+        // $("#Dpment").val("");
50
+    })
30 51
 	
31 52
 	//键盘登录事件
32 53
 	$('input').bind('keypress', function(event) {
@@ -208,4 +229,48 @@ function depart() {
208 229
 			})
209 230
 		}
210 231
 	})
211
-}
232
+}
233
+
234
+function tree() {
235
+	$.get(
236
+		huayi.config.callcenter_url + "Dictionary/GetZTreeList", {
237
+			token: $.cookie("token"),
238
+			pid: 38
239
+		},
240
+		function(result) {
241
+			result = $.parseJSON(result);
242
+			$.fn.zTree.init(
243
+				$("#addTreeDemo"),
244
+				setting1,
245
+				result.data
246
+			); //实例化树形图
247
+		}
248
+	);
249
+}
250
+var setting1 = {
251
+	data: {
252
+		key: {
253
+			name: "text"
254
+		},
255
+		simpleData: {
256
+			enable: true,
257
+			idKey: "id",
258
+			rootPId: 0
259
+		}
260
+	},
261
+	callback: {
262
+		onClick: zTreeOnClick,
263
+	},
264
+};
265
+
266
+function zTreeOnClick(event, treeId, treeNode) {
267
+	console.log(treeNode.children)
268
+	if(!treeNode.children) {
269
+		$(".inps").val(treeNode.text);
270
+		$("#PID").val(treeNode.id);
271
+		$("#Dpment").val(treeNode.id);
272
+		$(".Cleans").show();
273
+	}else{
274
+		layer.msg("请选择最后一级");
275
+	}
276
+}