liuyifan 4 years ago
parent
commit
5bb6e6aae2
30 changed files with 550 additions and 1535 deletions
  1. 3 1
      WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html
  2. 1 0
      WebUI/CallCenterWeb.UI/Appeal/expiredWorkOrders.html
  3. 107 145
      WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html
  4. 2 0
      WebUI/CallCenterWeb.UI/Appeal/toAuditList.html
  5. 5 3
      WebUI/CallCenterWeb.UI/Appeal/toSupervList.html
  6. 2 0
      WebUI/CallCenterWeb.UI/Business/LeaderYJA.html
  7. 2 0
      WebUI/CallCenterWeb.UI/Business/LeaderYJB.html
  8. 2 0
      WebUI/CallCenterWeb.UI/Business/LeaderYZB.html
  9. 2 0
      WebUI/CallCenterWeb.UI/Business/ReturnReviewedTransferred.html
  10. 2 0
      WebUI/CallCenterWeb.UI/Business/WorkDSZB.html
  11. 2 0
      WebUI/CallCenterWeb.UI/Business/WorkIsproresult.html
  12. 1 0
      WebUI/CallCenterWeb.UI/Business/WorkYSSH.html
  13. 2 0
      WebUI/CallCenterWeb.UI/Business/haveAduit.html
  14. 1 1
      WebUI/CallCenterWeb.UI/CommonHtml/PrintPreview-1.html
  15. 10 7
      WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html
  16. 0 478
      WebUI/CallCenterWeb.UI/MarketingManagement/AddAppealMarketing.html
  17. 116 131
      WebUI/CallCenterWeb.UI/MarketingManagement/LawsuitMarketing.html
  18. 4 2
      WebUI/CallCenterWeb.UI/MarketingManagement/WorkDSZBMarketing.html
  19. 3 3
      WebUI/CallCenterWeb.UI/MarketingManagement/toSupervListMarketing.html
  20. 0 478
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/AddAppealMedia.html
  21. 115 131
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html
  22. 3 2
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkDSZBMedia.html
  23. 3 3
      WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toSupervListMedia.html
  24. 115 130
      WebUI/CallCenterWeb.UI/OtherPhoneManagement/LawsuitOtherPhone.html
  25. 3 2
      WebUI/CallCenterWeb.UI/OtherPhoneManagement/WorkDSZBOtherPhone.html
  26. 3 3
      WebUI/CallCenterWeb.UI/OtherPhoneManagement/toSupervListOtherPhone.html
  27. 2 2
      WebUI/CallCenterWeb.UI/ReportForm/superviseDataStatistics.html
  28. 4 4
      WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html
  29. 14 0
      WebUI/CallCenterWeb.UI/js/index.js
  30. 21 9
      WebUI/CallCenterWeb.UI/js/search/screen.js

+ 3 - 1
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

621
                         Result: $("#workOrderProcessingResult").val().replace(/\s+/g, ""), // 办理结果
621
                         Result: $("#workOrderProcessingResult").val().replace(/\s+/g, ""), // 办理结果
622
                         dealstarttime: $("#dealstarttime").val(), //办理开始时间
622
                         dealstarttime: $("#dealstarttime").val(), //办理开始时间
623
                         dealstrendtime: $("#dealstrendtime").val(), //办理结束时间
623
                         dealstrendtime: $("#dealstrendtime").val(), //办理结束时间
624
-                        isopen: $("#isopen").val(),
624
+                        isopen: $("#isopen").val(), // 是否公开
625
+                        jianhang: 0,
626
+                        phoneType: 2, // 12345来电
625
                         token: $.cookie("token"),
627
                         token: $.cookie("token"),
626
                     };
628
                     };
627
                     return param;
629
                     return param;

+ 1 - 0
WebUI/CallCenterWeb.UI/Appeal/expiredWorkOrders.html

516
                         tab: 1, //待处理
516
                         tab: 1, //待处理
517
                         sourcearea: $('#sourceAreas').val(), //区域
517
                         sourcearea: $('#sourceAreas').val(), //区域
518
                         jianhang: 2,
518
                         jianhang: 2,
519
+                        phoneType: 2, // 12345来电
519
                         token: $.cookie("token")
520
                         token: $.cookie("token")
520
                     };
521
                     };
521
                     return param;
522
                     return param;

+ 107 - 145
WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html

17
             text-align: right;
17
             text-align: right;
18
         }
18
         }
19
 
19
 
20
-        .select {
21
-            width: 150px;
22
-            background-color: #fff;
23
-            background-image: none;
24
-            border: 1px solid #ccc;
25
-            border-radius: 1px;
26
-            color: inherit;
27
-            padding: 6px 12px;
28
-        }
29
-
30
-        #sex {
31
-            background-color: #fff;
32
-            background-image: none;
33
-            border: 1px solid #ccc;
34
-            border-radius: 1px;
35
-            color: inherit;
36
-            padding: 6px 12px;
37
-        }
38
-
39
         input {
20
         input {
40
             background-color: #fff;
21
             background-color: #fff;
41
             background-image: none;
22
             background-image: none;
154
         }
135
         }
155
 
136
 
156
         .inpBox {
137
         .inpBox {
157
-            border: 1px solid #cccccc;
158
-            height: 31px;
159
-            width: 220px;
138
+            /* border: 1px solid #cccccc; */
139
+            width: 100%;
160
             display: inline-block;
140
             display: inline-block;
161
             position: relative;
141
             position: relative;
162
             vertical-align: middle;
142
             vertical-align: middle;
163
             position: absolute;
143
             position: absolute;
144
+            padding: 6px 0 5px 10px;
164
             left: 0px;
145
             left: 0px;
165
             top: 0px;
146
             top: 0px;
166
             z-index: 111;
147
             z-index: 111;
168
 
149
 
169
         .selDpart1 {
150
         .selDpart1 {
170
             position: absolute;
151
             position: absolute;
171
-            left: 0px;
172
-            top: 30px;
152
+            left: 10px;
153
+            top: 33px;
173
             z-index: 11111;
154
             z-index: 11111;
174
             width: 220px;
155
             width: 220px;
175
             line-height: 30px;
156
             line-height: 30px;
205
         .addTreeReactionCategory {
186
         .addTreeReactionCategory {
206
             background: #fff;
187
             background: #fff;
207
             position: absolute;
188
             position: absolute;
208
-            width: 100%;
189
+            width: 95%;
209
             border: 1px solid darkgrey;
190
             border: 1px solid darkgrey;
210
-            right: 0;
211
-            top: 29px;
191
+            left: 10px;
192
+            top: 33px;
212
             display: none;
193
             display: none;
213
             z-index: 222;
194
             z-index: 222;
214
         }
195
         }
215
 
196
 
216
-        .xl,
217
-        .xlReactionCategory {
218
-            display: inline-block;
219
-            background: url(../../img/dropDown.png) no-repeat;
220
-            height: 100%;
221
-            background-position: center center;
222
-            width: 20px;
223
-            position: absolute;
224
-            right: 0;
225
-            top: 0px;
226
-            /* background-color: #f7bc8b; */
227
-            cursor: pointer;
228
-        }
229
-
230
         .ztree li span {
197
         .ztree li span {
231
             border: none;
198
             border: none;
232
             padding: 0;
199
             padding: 0;
234
 
201
 
235
         .inps,
202
         .inps,
236
         .inpsReactionCategory {
203
         .inpsReactionCategory {
237
-            width: 217px;
238
-            height: 29px;
204
+            width: 100%;
205
+            height: 33px;
239
             outline: none;
206
             outline: none;
240
             border: 0;
207
             border: 0;
241
             border-image-width: 0;
208
             border-image-width: 0;
263
             width: 20px;
230
             width: 20px;
264
             position: absolute;
231
             position: absolute;
265
             right: 21px;
232
             right: 21px;
266
-            top: 8px;
233
+            top: 14px;
267
             display: none;
234
             display: none;
268
         }
235
         }
269
 
236
 
270
         .Min-width {
237
         .Min-width {
271
-            width: 150px;
238
+            width: 280px;
272
         }
239
         }
273
 
240
 
274
         .btn-default {
241
         .btn-default {
300
                     <div class="box_content">
267
                     <div class="box_content">
301
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
268
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
302
                             <tr>
269
                             <tr>
303
-                                <!-- <th>关键字:</th>
304
-                                <td>
305
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
306
-                                </td> -->
307
-                                <!-- <th>关键字:</th>
308
-                                <td>
309
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
310
-                                </td> -->
311
-                                <!-- <th>关键字:</th>
312
-                                <td>
313
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
314
-                                </td> -->
315
-                                <th>事项编号:</th>
270
+                                <th>工单来源:</th>
316
                                 <td>
271
                                 <td>
317
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
272
+                                    <select class="form-control" id="source"></select>
318
                                 </td>
273
                                 </td>
319
-                                <th>工单状态:</th>
274
+                                <th>来电号码:</th>
320
                                 <td>
275
                                 <td>
321
-                                    <select name="" id="state" class="select">
322
-                                        <option selected="selected" value="">
323
-                                            请选择
324
-                                        </option>
325
-                                        <option value="0">新工单</option>
326
-                                        <option value="1">待交办</option>
327
-                                        <!-- <option value="10">待审核</option> -->
328
-                                        <option value="2">待查收</option>
329
-                                        <option value="3">
330
-                                            退回审核中
331
-                                        </option>
332
-                                        <option value="4">办理中</option>
333
-                                        <option value="5">
334
-                                            延时审核中
335
-                                        </option>
336
-                                        <option value="6">已办理</option>
337
-                                        <!-- <option value="7">已回访</option> -->
338
-                                        <option value="11">
339
-                                            重办待交办
340
-                                        </option>
341
-                                        <option value="13">重办驳回</option>
342
-                                        <option value="8">重办中</option>
343
-                                        <option value="9">已结案</option>
344
-                                    </select>
276
+                                    <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
345
                                 </td>
277
                                 </td>
346
-                                <th>时间:</th>
278
+                                <th>来电时间:</th>
347
                                 <td colspan="3">
279
                                 <td colspan="3">
348
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
280
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
349
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
281
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
352
                                 </td>
284
                                 </td>
353
                             </tr>
285
                             </tr>
354
                             <tr>
286
                             <tr>
355
-                                <th>工单来源:</th>
356
-                                <td>
357
-                                    <select class="select_" id="source"></select>
358
-                                </td>
359
-                                <th>反映类别:</th>
360
-                                <td style="position: relative;">
361
-                                    <div class="inpBox">
362
-                                        <input type="text" class="inpsReactionCategory" />
363
-                                        <input type="hidden" id="keyid" />
364
-                                        <i class="CleansReactionCategory fa fa-close"></i>
365
-                                        <i class="xlReactionCategory xl_one"></i>
366
-                                        <div class="addTreeReactionCategory xlAddReactionCategory">
367
-                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
368
-                                        </div>
369
-                                    </div>
370
-                                </td>
371
-                                <th>来电号码:</th>
287
+                                <th>事项编号:</th>
372
                                 <td>
288
                                 <td>
373
-                                    <input type="text" id="tel" placeholder="请输入来电号码" />
289
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
374
                                 </td>
290
                                 </td>
375
                                 <th>来电人:</th>
291
                                 <th>来电人:</th>
376
                                 <td>
292
                                 <td>
377
-                                    <input type="text" id="name" class="Min-width" autocomplete="off" />
293
+                                    <input type="text" id="name" class="form-control" autocomplete="off" />
294
+                                </td>
295
+                                <th>办理时间:</th>
296
+                                <td colspan="3">
297
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
298
+                                        autocomplete="off" style="height: 35px;" />-<input id="dealstrendtime"
299
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
300
+                                        style="height: 35px;" />
378
                                 </td>
301
                                 </td>
379
                             </tr>
302
                             </tr>
380
                             <tr>
303
                             <tr>
381
                                 <th>工单标题:</th>
304
                                 <th>工单标题:</th>
382
                                 <td>
305
                                 <td>
383
-                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="Min-width" />
306
+                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="form-control" />
384
                                 </td>
307
                                 </td>
385
-                                <th>来电内容:</th>
308
+                                <th>受话坐席:</th>
386
                                 <td>
309
                                 <td>
387
-                                    <input type="text" placeholder="输入来电内容" id="workOrderContent" class="Min-width" />
310
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
311
+                                        data-live-search="true">
312
+                                        <option value="">请选择坐席</option>
313
+                                    </select>
388
                                 </td>
314
                                 </td>
389
-                                <th>办理结果:</th>
315
+                                <th>反映区域:</th>
390
                                 <td>
316
                                 <td>
391
-                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
392
-                                        class="Min-width" />
317
+                                    <select class="form-control Min-width" id="sourceAreas"></select>
393
                                 </td>
318
                                 </td>
319
+                                <td></td>
320
+                                <td></td>
394
                             </tr>
321
                             </tr>
395
                             <tr>
322
                             <tr>
323
+                                <th>来电内容:</th>
324
+                                <td>
325
+                                    <input type="text" placeholder="输入来电内容" id="workOrderContent"
326
+                                        class="form-control" />
327
+                                </td>
328
+                                <th>审核员:</th>
329
+                                <td>
330
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
331
+                                        multiple data-live-search="true">
332
+                                        <option value="">
333
+                                            请选择调度员
334
+                                        </option>
335
+                                    </select>
336
+                                </td>
396
                                 <th>处理类型:</th>
337
                                 <th>处理类型:</th>
397
                                 <td>
338
                                 <td>
398
-                                    <select class="select_" id="dealtype">
339
+                                    <select class="form-control Min-width" id="dealtype">
399
                                         <option value="">请选择</option>
340
                                         <option value="">请选择</option>
400
                                         <option value="0">网络转派</option>
341
                                         <option value="0">网络转派</option>
401
                                         <option value="1">当即办理</option>
342
                                         <option value="1">当即办理</option>
402
                                     </select>
343
                                     </select>
403
                                 </td>
344
                                 </td>
404
-                                <th>类型:</th>
345
+                            </tr>
346
+                            <tr>
347
+                                <th>办理结果:</th>
348
+                                <td>
349
+                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
350
+                                        class="form-control" />
351
+                                </td>
352
+                                <th>工单状态:</th>
353
+                                <td>
354
+                                    <select name="" id="state" class="form-control">
355
+                                        <option selected="selected" value="">
356
+                                            请选择
357
+                                        </option>
358
+                                        <option value="0">新工单</option>
359
+                                        <option value="1">待交办</option>
360
+                                        <!-- <option value="10">待审核</option> -->
361
+                                        <option value="2">待查收</option>
362
+                                        <option value="3">
363
+                                            退回审核中
364
+                                        </option>
365
+                                        <option value="4">办理中</option>
366
+                                        <option value="5">
367
+                                            延时审核中
368
+                                        </option>
369
+                                        <option value="6">已办理</option>
370
+                                        <!-- <option value="7">已回访</option> -->
371
+                                        <option value="11">
372
+                                            重办待交办
373
+                                        </option>
374
+                                        <option value="13">重办驳回</option>
375
+                                        <option value="8">重办中</option>
376
+                                        <option value="9">已结案</option>
377
+                                    </select>
378
+                                </td>
379
+                                <th>来电类型:</th>
405
                                 <td>
380
                                 <td>
406
-                                    <select class="select_" id="type"></select>
381
+                                    <select class="form-control Min-width" id="type"></select>
407
                                 </td>
382
                                 </td>
408
-                                <th>区域:</th>
409
                                 <td>
383
                                 <td>
410
-                                    <select class="select_" id="sourceAreas"></select>
384
+                                    <botton class="btns Seach">搜索</botton>
411
                                 </td>
385
                                 </td>
412
-                                <th>承办单位:</th>
386
+                            </tr>
387
+                            <tr>
388
+                                <th>承办单位:</th>
413
                                 <td style="position: relative">
389
                                 <td style="position: relative">
414
                                     <div class="inpBox">
390
                                     <div class="inpBox">
415
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
391
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
423
                                         <ul id="sponsor"></ul>
399
                                         <ul id="sponsor"></ul>
424
                                     </div>
400
                                     </div>
425
                                 </td>
401
                                 </td>
426
-                            </tr>
427
-                            <tr>
428
-                                <th>坐席:</th>
429
-                                <td>
430
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
431
-                                        data-live-search="true">
432
-                                        <option value="">请选择坐席</option>
433
-                                    </select>
434
-                                </td>
435
-                                <th>审核员:</th>
436
-                                <td>
437
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
438
-                                        multiple data-live-search="true">
439
-                                        <option value="">
440
-                                            请选择调度员
441
-                                        </option>
442
-                                    </select>
402
+                                <th>反映类别:</th>
403
+                                <td style="position: relative;">
404
+                                    <div class="inpBox">
405
+                                        <input type="text" class="inpsReactionCategory" />
406
+                                        <input type="hidden" id="keyid" />
407
+                                        <i class="CleansReactionCategory fa fa-close"></i>
408
+                                        <i class="xlReactionCategory xl_one"></i>
409
+                                        <div class="addTreeReactionCategory xlAddReactionCategory">
410
+                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
411
+                                        </div>
412
+                                    </div>
443
                                 </td>
413
                                 </td>
444
                                 <th>是否公开:</th>
414
                                 <th>是否公开:</th>
445
                                 <td>
415
                                 <td>
446
-                                    <select id="isopen" name="select" class="form-control">
416
+                                    <select id="isopen" class="form-control Min-width" name="select">
447
                                         <option value="">
417
                                         <option value="">
448
                                             请选择是否公开
418
                                             请选择是否公开
449
                                         </option>
419
                                         </option>
455
                                         </option>
425
                                         </option>
456
                                     </select>
426
                                     </select>
457
                                 </td>
427
                                 </td>
458
-                            </tr>
459
-                            <tr>
460
-                                <th>办理时间:</th>
461
-                                <td colspan="3">
462
-                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
463
-                                        autocomplete="off" style="height: 35px;" />-<input id="dealstrendtime"
464
-                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
465
-                                        style="height: 35px;" />
466
-                                </td>
467
-                                <td colspan="7" style="text-align: center">
468
-                                    <botton class="btns Seach">搜索</botton>
428
+                                <td>
469
                                     <botton class="btns Export">导出</botton>
429
                                     <botton class="btns Export">导出</botton>
470
                                 </td>
430
                                 </td>
471
                             </tr>
431
                             </tr>
432
+                            <tr>
433
+                            </tr>
472
                         </table>
434
                         </table>
473
                     </div>
435
                     </div>
474
                 </div>
436
                 </div>

+ 2 - 0
WebUI/CallCenterWeb.UI/Appeal/toAuditList.html

536
                         type: $("#type").val(),
536
                         type: $("#type").val(),
537
                         tab: 0, //待处理
537
                         tab: 0, //待处理
538
                         sourcearea: $('#sourceAreas').val(), //区域
538
                         sourcearea: $('#sourceAreas').val(), //区域
539
+                        jianhang: 0,
540
+                        phoneType: 2, // 12345来电
539
                         token: $.cookie("token")
541
                         token: $.cookie("token")
540
                     };
542
                     };
541
                     return param;
543
                     return param;

+ 5 - 3
WebUI/CallCenterWeb.UI/Appeal/toSupervList.html

551
                         type: $("#type").val(),
551
                         type: $("#type").val(),
552
                         tab: $("#superviseType").val(), //待处理
552
                         tab: $("#superviseType").val(), //待处理
553
                         sourcearea: $('#sourceAreas').val(), //区域
553
                         sourcearea: $('#sourceAreas').val(), //区域
554
+                        jianhang: 0,
555
+                        phoneType: 2, // 12345来电
554
                         token: $.cookie("token")
556
                         token: $.cookie("token")
555
                     };
557
                     };
556
                     return param;
558
                     return param;
666
             //          alert(row.F_WorkOrderId);
668
             //          alert(row.F_WorkOrderId);
667
             var WorkOrderId = row.F_WorkOrderId;
669
             var WorkOrderId = row.F_WorkOrderId;
668
             var html = '';
670
             var html = '';
669
-            if (row.F_WorkState == '1') {
670
-                html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
671
-            }
671
+            // if (row.F_WorkState == '1') {
672
+            //     html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
673
+            // }
672
             for (var i = 0; i < Rows.length; i++) {
674
             for (var i = 0; i < Rows.length; i++) {
673
 
675
 
674
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
676
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/LeaderYJA.html

596
                         dealstarttime: $("#dealstarttime").val(), //办理开始时间
596
                         dealstarttime: $("#dealstarttime").val(), //办理开始时间
597
                         dealstrendtime: $("#dealstrendtime").val(), //办理结束时间
597
                         dealstrendtime: $("#dealstrendtime").val(), //办理结束时间
598
                         isopen: $("#isopen").val(),
598
                         isopen: $("#isopen").val(),
599
+                        jianhang: 0,
600
+                        phoneType: 2, // 12345来电
599
                         token: $.cookie("token")
601
                         token: $.cookie("token")
600
                     };
602
                     };
601
                     return param;
603
                     return param;

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/LeaderYJB.html

539
                         type: $("#type").val(),
539
                         type: $("#type").val(),
540
                         tab: 1, //待处理
540
                         tab: 1, //待处理
541
                         sourcearea: $('#sourceAreas').val(), //区域
541
                         sourcearea: $('#sourceAreas').val(), //区域
542
+                        jianhang: 0,
543
+                        phoneType: 2, // 12345来电
542
                         token: $.cookie("token")
544
                         token: $.cookie("token")
543
                     };
545
                     };
544
                     return param;
546
                     return param;

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

562
                         type: $("#type").val(),
562
                         type: $("#type").val(),
563
                         tab: 4, //待处理
563
                         tab: 4, //待处理
564
                         sourcearea: $('#sourceAreas').val(), //区域
564
                         sourcearea: $('#sourceAreas').val(), //区域
565
+                        jianhang: 0,
566
+                        phoneType: 2, // 12345来电
565
                         token: $.cookie("token")
567
                         token: $.cookie("token")
566
                     };
568
                     };
567
                     return param;
569
                     return param;

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/ReturnReviewedTransferred.html

538
                         type: $("#type").val(),
538
                         type: $("#type").val(),
539
                         tab: 10, // 退回待审转办
539
                         tab: 10, // 退回待审转办
540
                         sourcearea: $('#sourceAreas').val(), //区域
540
                         sourcearea: $('#sourceAreas').val(), //区域
541
+                        jianhang: 0,
542
+                        phoneType: 2, // 12345来电
541
                         token: $.cookie("token")
543
                         token: $.cookie("token")
542
                     };
544
                     };
543
                     return param;
545
                     return param;

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/WorkDSZB.html

567
                         type: $("#type").val(),
567
                         type: $("#type").val(),
568
                         tab: 0, //待处理
568
                         tab: 0, //待处理
569
                         sourcearea: $("#sourceAreas").val(), //区域
569
                         sourcearea: $("#sourceAreas").val(), //区域
570
+                        jianhang: 0,
571
+                        phoneType: 2, // 12345来电
570
                         token: $.cookie("token"),
572
                         token: $.cookie("token"),
571
                     };
573
                     };
572
                     return param;
574
                     return param;

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/WorkIsproresult.html

613
                         type: $("#type").val(),
613
                         type: $("#type").val(),
614
                         dealtype: $("#dealtype").val(),
614
                         dealtype: $("#dealtype").val(),
615
                         sourcearea: $("#sourceAreas").val(), //区域
615
                         sourcearea: $("#sourceAreas").val(), //区域
616
+                        jianhang: 0,
617
+                        phoneType: 2, // 12345来电
616
                         token: $.cookie("token"),
618
                         token: $.cookie("token"),
617
                     };
619
                     };
618
                     return param;
620
                     return param;

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/WorkYSSH.html

540
                         tab: 7, //待处理
540
                         tab: 7, //待处理
541
                         sourcearea: $('#sourceAreas').val(), //区域
541
                         sourcearea: $('#sourceAreas').val(), //区域
542
                         jianhang: 2,
542
                         jianhang: 2,
543
+                        phoneType: 2, // 12345来电
543
                         token: $.cookie("token")
544
                         token: $.cookie("token")
544
                     };
545
                     };
545
                     return param;
546
                     return param;

+ 2 - 0
WebUI/CallCenterWeb.UI/Business/haveAduit.html

589
                         type: $("#type").val(),
589
                         type: $("#type").val(),
590
                         dealtype: $("#dealtype").val(),
590
                         dealtype: $("#dealtype").val(),
591
                         sourcearea: $("#sourceAreas").val(), //区域
591
                         sourcearea: $("#sourceAreas").val(), //区域
592
+                        jianhang: 0,
593
+                        phoneType: 2, // 12345来电
592
                         token: $.cookie("token"),
594
                         token: $.cookie("token"),
593
                     };
595
                     };
594
                     return param;
596
                     return param;

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

717
                     var a = document.createElement('a')
717
                     var a = document.createElement('a')
718
                     var aurl = window.URL.createObjectURL(blob)
718
                     var aurl = window.URL.createObjectURL(blob)
719
                     a.href = aurl;
719
                     a.href = aurl;
720
-                    a.download = "安阳市12345政务服务热线交办单.docx";
720
+                    a.download = wid + "_安阳市12345政务服务热线交办单.docx";
721
                     a.click();
721
                     a.click();
722
                 }
722
                 }
723
             }
723
             }

+ 10 - 7
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

173
                                 <td><span class="LY"></span></td>
173
                                 <td><span class="LY"></span></td>
174
                                 <th class="phoneTitle">来电号码:</th>
174
                                 <th class="phoneTitle">来电号码:</th>
175
                                 <td><span class="F_ConPhone"></span></td>
175
                                 <td><span class="F_ConPhone"></span></td>
176
-                                <th></th>
177
-                                <td><span></span></td>
176
+                                <th>电话类别:</th>
177
+                                <td><span class="phoneType"></span></td>
178
                                 <!-- <th>联系号码:</th>
178
                                 <!-- <th>联系号码:</th>
179
 									<td><span class="F_CusPhone"></span></td> -->
179
 									<td><span class="F_CusPhone"></span></td> -->
180
                             </tr>
180
                             </tr>
815
                                     $(".F_CusName").text(Data[0].F_CusName);
815
                                     $(".F_CusName").text(Data[0].F_CusName);
816
                                     $(".F_ConPhone").text(Data[0].F_CusPhone);
816
                                     $(".F_ConPhone").text(Data[0].F_CusPhone);
817
                                     $(".F_CusPhone").text(Data[0].F_ConPhone);
817
                                     $(".F_CusPhone").text(Data[0].F_ConPhone);
818
+                                    $(".phoneType").text(Data[0].F_PhoneType);
818
                                     $(".F_ComTitle").text(Data[0].F_ComTitle);
819
                                     $(".F_ComTitle").text(Data[0].F_ComTitle);
819
                                     $('.F_ComContent').text(Data[0].F_ComContent);
820
                                     $('.F_ComContent').text(Data[0].F_ComContent);
820
                                     if (Data[0].F_Content === "" || Data[0].F_Content === null) {
821
                                     if (Data[0].F_Content === "" || Data[0].F_Content === null) {
1186
                                             //     .substring(19) + '</a>';
1187
                                             //     .substring(19) + '</a>';
1187
                                         })
1188
                                         })
1188
                                         str += '</td>' +
1189
                                         str += '</td>' +
1189
-                                            '<td class="text-center authority"><botton class="btns  LDPSS "   superuser="' +
1190
-                                            n.F_BatchReason + '" superopinion="' + n
1191
-                                            .F_SuperOpinion + '" type="' + n.F_Type +
1192
-                                            '" index="' + n.F_Id + '">修改</botton></td>' +
1193
-                                            '</tr>';
1190
+                                            '</tr>'
1191
+                                        // str += '</td>' +
1192
+                                        //     '<td class="text-center authority"><botton class="btns  LDPSS "   superuser="' +
1193
+                                        //     n.F_BatchReason + '" superopinion="' + n
1194
+                                        //     .F_SuperOpinion + '" type="' + n.F_Type +
1195
+                                        //     '" index="' + n.F_Id + '">修改</botton></td>' +
1196
+                                        //     '</tr>';
1194
                                         $(str).appendTo($(".SZPS"));
1197
                                         $(str).appendTo($(".SZPS"));
1195
                                     })
1198
                                     })
1196
                                     break;
1199
                                     break;

+ 0 - 478
WebUI/CallCenterWeb.UI/MarketingManagement/AddAppealMarketing.html

1
-<!DOCTYPE html>
2
-<html>
3
-
4
-<head>
5
-    <meta charset="UTF-8">
6
-    <script src="../Script/Common/huayi.load.js"></script>
7
-    <script src="../Script/Common/huayi.config.js"></script>
8
-    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
9
-    <link href="../css/layer/need/layer.css" />
10
-    <link rel="stylesheet" href="../css/init.css" />
11
-    <link rel="stylesheet" href="../css/addappeal.css" />
12
-    <title>新增诉求工单</title>
13
-</head>
14
-<body>
15
-    <div class="wrapper wrapper-content animated fadeInRight">
16
-        <div class="daoHang clearfix">
17
-            <div class="dhLeft">
18
-                <sapn>
19
-                    <i class="syIcon"></i>位置:
20
-                    <a href="javaScript:;" id="ReIndex">首页</a>&gt;
21
-                    <a href="javaScript:;">工单处理</a>&gt;
22
-                   <a href="" class="nowPosition">添加工单</a>
23
-                </sapn>
24
-            </div>
25
-            <div class="dhRight">
26
-                <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
27
-            </div>
28
-        </div>
29
-        <div style="padding: 10px;" class="tj_content clearFix">
30
-            <div class="Common">
31
-                <table>
32
-                    <tr>
33
-                        <th class="Importent">标题:</th>
34
-                        <td colspan="7">
35
-                            <input id="title" type="text" style="width: 100%;" />
36
-                        </td>
37
-                    </tr>
38
-                    <tr>
39
-                        <th class="Importent">内容:</th>
40
-                        <td colspan="7">
41
-                            <textarea data-adaptheight id="content" name="" rows="" cols="" style="width: 100%;"></textarea>
42
-                        </td>
43
-                    </tr>
44
-                    <tr>
45
-                        <th>附件上传:</th>
46
-                        <td colspan="7">
47
-                            <div class="fileBox"></div>
48
-                            <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
49
-                            <input class="input" type="button" value="上传" id="scwj" />
50
-                            <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
51
-                            <input type="hidden" id="file" />
52
-                            <!--</br>-->
53
-                            <span style="color:#FF0000; border: none;">
54
-                            	(文件格式为png,jpg,mp4,avi,wmv,mp3,pdf,doc,docx,xls,xlsx)
55
-                            </span>
56
-                        </td>
57
-                    </tr>
58
-                    <!--<tr>
59
-                        <th>&nbsp;</th>
60
-                        <td></td>
61
-                    </tr>-->
62
-                    <tr>
63
-                        <th>处理方式:</th>
64
-                        <td colspan="7">
65
-                            <input type="radio" value="1" name="banli" class="Nows" />当即办理
66
-                            <input checked="true" type="radio" value="0" name="banli" class="Nows_" />网络转办
67
-                        </td>
68
-                    </tr>
69
-                    <tr class="Nows_box Hidens">
70
-                        <th>办理内容:</th>
71
-                        <td colspan="7">
72
-
73
-                            <input type="text" style="width: 100%;" id="result" />
74
-                        </td>
75
-                    </tr>
76
-                    <tr>
77
-                        <th class="">来电人:</th>
78
-                        <td>
79
-                            <input type="text" id="cusname" />
80
-                        </td>
81
-                        <th>性别:</th>
82
-                        <td>
83
-                            <select class="select_" id="cussex">
84
-                                <option value="">请选择</option>
85
-                                <option value="0">男</option>
86
-                                <option value="1">女</option>
87
-                            </select>
88
-                        </td>
89
-                        <th>来源:</th>
90
-                        <td>
91
-                            <select class="select_" id="source"></select>
92
-                        </td>
93
-                        <th class="Importent">来电号码:</th>
94
-                        <td>
95
-                            <input type="text" id="cusphone" />
96
-                        </td>
97
-                    </tr>
98
-                    <tr>
99
-                        <th>类型:</th>
100
-                        <td>
101
-                            <select class="select_" id="type"></select>
102
-                        </td>
103
-                        <th class="Importent">反映类别:</th>
104
-                        <td style="position: relative">
105
-							<div class="inpBox">
106
-								<input type="text" class="inps" onkeyup="darptSearch()" />
107
-								<i class="Cleans fa fa-close"></i>
108
-								<i class="xl xl_one"></i>
109
-								<div class="addTree xlAdd">
110
-									<ul id="addTreeDemo" class="ztree"></ul>
111
-								</div>
112
-							</div>
113
-							<div class="selDpart1">
114
-								<ul id="sponsor"></ul>
115
-							</div>
116
-						</td>
117
-                        <th>来电号码密级:</th>
118
-                        <td>
119
-                            <input type="radio" name="mj" id="" value="0" />普通
120
-                            <input type="radio" name="mj" id="" value="1" checked="checked"/>保密
121
-                        </td>
122
-                        <th class="Importent">紧急程度:</th>
123
-                        <td>
124
-                            <select class="select_" id="level"> 
125
-                                <!--<option value="0">选择</option>-->
126
-                                <option value="1">普通</option>
127
-                                <option value="2">紧急</option>
128
-                            </select>
129
-                        </td>
130
-                    </tr>
131
-                    
132
-                    <tr>
133
-                        <td colspan="8" style="text-align: center;">
134
-                            <div class="btn_box">
135
-                                <button class="btns BC">保存</button>
136
-                                <button class="btns SavedSubmit">保存并提交</button>
137
-                            </div>
138
-                        </td>
139
-                    </tr>
140
-                    <tr>
141
-                        <th>事件地址:</th>
142
-                        <td colspan="7">
143
-                            <select class="select_" id="sourcearea"></select>
144
-                        </td>
145
-                    </tr>
146
-                    <tr>
147
-                    	<th class="Importent"></th>
148
-                        <td colspan="7">
149
-                        	<input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
150
-                    	</td>
151
-                    	
152
-                    </tr>
153
-                    <tr>
154
-                        <th class="Importent"></th>
155
-                        <td colspan="7">
156
-                        	<div style="width:710px">
157
-				                <div id="myMap" style="width:100%;height:400px;"></div>
158
-				                <input type="hidden" class="store_Lng" value="114.352482"/>
159
-        						<input type="hidden" class="store_Lat" value="36.103442" />
160
-				            </div>
161
-                    	</td>
162
-                    </tr>
163
-                </table>
164
-            </div>
165
-        </div>
166
-    </div>
167
-    <input type="hidden" id="PID" value="" />
168
-    <script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
169
-    <script src="../css/laydate/laydate.js"></script>
170
-    <script src="../js/adjustHeight.js"></script>
171
-    <script src="../js/zTree/jquery.ztree.core.js"></script>
172
-    <script src="../js/appeal/index1.js"></script>
173
-    <script src="../js/ztreeSelect.js"></script>
174
-    <script>
175
-        var submit;
176
-        $(document).ready(function () {
177
-            QY($("#sourcearea"));
178
-            LY($("#source"));
179
-            LB($("#type"));
180
-            ZT($("#keys"))
181
-            //当即办理
182
-            $(' input[name="banli"]').change(function () {
183
-                var val = $(this).val();
184
-                if (val == "1") {
185
-                    $(".Nows_box").show();
186
-                } else {
187
-                    $(".Nows_box").hide();
188
-                }
189
-            })
190
-            $(".BC").click(function () {
191
-                submit = 0;
192
-                Add();
193
-            })
194
-            $('.SavedSubmit').click(function () {
195
-                submit = 1;
196
-                Add();
197
-            })
198
-            //上传附件
199
-            $("#scwj").click(function () {
200
-                $("#upFile").trigger("click");
201
-            })
202
-            $("#upFile").change(function () {
203
-                upload();
204
-            })
205
-            $("#scfj").click(function () {
206
-                //					$(".fjnr").text("");
207
-                //					$("#scfj").hide();
208
-            })
209
-        });
210
-
211
-        //添加工单
212
-        function Add() {
213
-            var value = $(' input[name="banli"]:checked ').val();
214
-            var content = $("#content").val(); 
215
-            // if (!$("#cusname").val()) {
216
-            //     layer.msg("请输入姓名");
217
-            // } else 
218
-            if (!$("#cusphone").val()) {
219
-                layer.msg("请输入来电号码");
220
-            // } else if (!$("#conphone").val()) {
221
-            //     layer.msg("请输入联系电话");
222
-            } else if (!$("#title").val()) {
223
-                layer.msg("请输入标题");
224
-            } else if (!$("#content").val()) {
225
-                layer.msg("请输入内容");
226
-            } else if (!$("#PID").val()) {
227
-                layer.msg("请选择反映类别");
228
-            // } else if (!$("#sourcearea").val()) {
229
-            //     layer.msg("请选择事发区域");
230
-            } else if (value == 1 && !$('#result').val()) {
231
-                layer.msg("请输入直办内容");
232
-            } else {
233
-                $.ajax({
234
-                    type: "post",
235
-                    url: huayi.config.callcenter_url + "/WorkOrder/AddWorkOrder",
236
-                    dataType: 'json',
237
-                    async: true,
238
-                    beforeSend: function() { //触发ajax请求开始时执行
239
-						$('.BC').attr("disabled", true);
240
-						$('.SavedSubmit').attr("disabled", true);
241
-						$('.BC').text('提交中...');
242
-						$('.SavedSubmit').text('提交中...');
243
-						$(document).off('click', '.BC', Add);
244
-						$(document).off('click', '.SavedSubmit', Add);
245
-					},
246
-                    data: {
247
-                        cusname: $("#cusname").val(), //=来电人姓名
248
-                        cussex: $("#cussex").val(),
249
-                        cusphone: $("#cusphone").val(), //=来电人电话
250
-                        email: $("#email").val(),
251
-                        zipcode: $("#zipcode").val(),
252
-                        conphone: $("#conphone").val(),
253
-                        title: $("#title").val(),
254
-                        content: $("#content").val(),
255
-                        files: $("#file").val(), //(多个用英文逗号,隔开)
256
-                        sourcearea: $("#sourcearea").val(), //=事发地域id
257
-                        sourceaddress: $('#sourceaddress').val(), //=事发详细地址
258
-                        longitude: $('.store_Lng').val(),
259
-                        latitude: $('.store_Lat').val(),
260
-                        source: $("#source").val(), //=来源
261
-                        isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
262
-                        result: $('#result').val(),
263
-                        keys: $("#PID").val(), //=关键词id(多个用英文逗号,隔开)
264
-                        type: $("#type").val(), //=类型
265
-                        isprotect: $(' input[name="mj"]:checked ').val(), //=(0普通1保密)
266
-                        level: $('#level').val(), //=(1普通2紧急)
267
-                        issubmit: submit, //=(0保存1保存并提交)
268
-                        jianhang: 3,
269
-                        token: $.cookie("token")
270
-                    },
271
-                    success: function (data) {
272
-                    	debugger
273
-                    	$('.BC').attr("disabled", false);
274
-						$('.SavedSubmit').attr("disabled", false);
275
-						$('.BC').text('保存');
276
-						$('.SavedSubmit').text('保存并提交');
277
-						$(document).on('click', '.BC', Add);
278
-						$(document).on('click', '.SavedSubmit', Add);
279
-                        Clean();
280
-                        $('.fileBox').html('');
281
-                        layer.msg("创建工单成功");
282
-                    }
283
-                });
284
-            }
285
-        }
286
-
287
-        //上传文件
288
-        function upload() {
289
-            var Files = document.getElementById("upFile").files;
290
-            console.log(Files);
291
-            if (Files.length > 0) {
292
-            	debugger
293
-                var formData = new FormData();
294
-                for (var i = 0; i < Files.length; i++) {
295
-                    formData.append('file' + i, Files[i]);
296
-                }
297
-                formData.append("token", $.cookie("token"));
298
-                var typeName=Files[0].name.split('.')[1];
299
-                if (typeName=="png"||typeName=='jpg'||typeName=='mp4'||typeName=='avi'||typeName=='wmv'||typeName=='mp3'||typeName=='pdf'||typeName=='doc'||typeName=='docx'||typeName=='xls'||typeName=='xlsx') {
300
-	                $.ajax({
301
-	                    url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
302
-	                    type: "POST",
303
-	                    data: formData,
304
-	                    /**
305
-	                     *必须false才会自动加上正确的Content-Type
306
-	                     */
307
-	                    contentType: false,
308
-	                    /**
309
-	                     * 必须false才会避开jQuery对 formdata 的默认处理
310
-	                     * XMLHttpRequest会对 formdata 进行正确的处理
311
-	                     */
312
-	                    processData: false,
313
-	                    success: function (result) {
314
-	                    	debugger
315
-	                        document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
316
-	                        $("#upFile").change(function () {
317
-	                            upload();
318
-	                        });
319
-	                        var r = $.parseJSON(result);
320
-	                        if (r.state.toLowerCase() == "success") {
321
-	
322
-	                            var a = r.data;
323
-	                            $(a).each(function (i, n) {
324
-                            		var strs = '<span class="files" fiel-num="' + n.F_FileId + '">' + n.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
325
-	                                $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
326
-	                                    event.stopPropagation();
327
-	                                    $(this).parent().remove();
328
-	                                    file_num()
329
-	                                })
330
-	                            })
331
-	                            file_num();
332
-	                        }
333
-	                    }
334
-	                });
335
-	            }else{
336
-		    		layer.msg("格式不正确");
337
-		    	}
338
-            
339
-            } else {
340
-                layer.confirm('请上传文件!', {
341
-                    btn: ['确定']
342
-                });
343
-            }
344
-        }
345
-        //上传文件隐藏域值
346
-        function file_num() {
347
-            var str = '';
348
-            var Str;
349
-            $('.fileBox .files').each(function (j, m) {
350
-                var aa = $(m).attr("fiel-num")
351
-                console.log(aa);
352
-                str += aa + ",";
353
-                Str = (str.substring(str.length - 1) == ',') ? str.substring(0, str.length - 1) : str;
354
-            })
355
-            $("#file").val(Str);
356
-        }
357
-        //来源
358
-        function LY(obj) {
359
-            obj.empty();
360
-            $.ajax({
361
-            	type:"get",
362
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
363
-            	dataType:"json",
364
-            	async:true,
365
-            	data:{
366
-            		"token": $.cookie("token"),
367
-                	id: 1
368
-            	},
369
-            	success:function(data){
370
-            		if (data.state.toLowerCase() == "success") {
371
-	                    var content = data.data;
372
-	                    $(content).each(function (i, n) {
373
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
374
-	                    })
375
-	
376
-	                }
377
-            	}
378
-            });
379
-        }
380
-        //类别
381
-        function LB(obj) {
382
-            obj.empty();
383
-            $.ajax({
384
-            	type:"get",
385
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
386
-            	dataType:"json",
387
-            	async:true,
388
-            	data:{
389
-            		"token": $.cookie("token"),
390
-                	id: 2
391
-            	},
392
-            	success:function(data){
393
-            		if (data.state.toLowerCase() == "success") {
394
-	                    var content = data.data;
395
-	                    $(content).each(function (i, n) {
396
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
397
-	                    })
398
-	                }
399
-            	}
400
-            });
401
-        }
402
-        //		主题
403
-        function ZT(obj) {
404
-            obj.empty();
405
-            $.ajax({
406
-            	type:"get",
407
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
408
-            	dataType:"json",
409
-            	async:true,
410
-            	data:{
411
-            		"token": $.cookie("token"),
412
-            		type:1,
413
-                	id: 3
414
-            	},
415
-            	success:function(data){
416
-            		if (data.state.toLowerCase() == "success") {
417
-	                    var content = data.data;
418
-	                    $(content).each(function (i, n) {
419
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
420
-	                    })
421
-	                }
422
-            	}
423
-            });
424
-        }
425
-        //区域
426
-        function QY(obj) {
427
-            obj.empty();
428
-            obj.append('<option selected="selected" value="">请选择</option>');
429
-            $.ajax({
430
-            	type:"get",
431
-            	url:huayi.config.callcenter_url + "Area/GetAreaListById",
432
-            	dataType:"json",
433
-            	async:true,
434
-            	data:{
435
-            		"token": $.cookie("token"),
436
-            	},
437
-            	success:function(data){
438
-            		if (data.state.toLowerCase() == "success") {
439
-	                    var content = data.data;
440
-	                    $(content).each(function (i, n) {
441
-                            if (n.F_AreaName == "安阳市") {
442
-                                $("<option selected='selected' value='" + n.F_AreaId + "'>" + n.F_AreaName + "</option>").appendTo(obj);
443
-                            } else {
444
-                                $("<option value='" + n.F_AreaId + "'>" + n.F_AreaName + "</option>").appendTo(obj);
445
-                            }
446
-	                    })
447
-	                }
448
-            	}
449
-            });
450
-        }
451
-
452
-        function Clean() {
453
-            $("#cusname").val(''); //=来电人姓名
454
-            $("#cussex").val('');
455
-            $("#cusphone").val(''); //=来电人电话
456
-            $("#email").val('');
457
-            $("#zipcode").val('');
458
-            $("#conphone").val('');
459
-            $("#title").val('');
460
-            $("#content").val('');
461
-            $("#sourcearea").val(); //=事发地域id
462
-            $('#sourceaddress').val(''); //=事发详细地址
463
-            $("input[name='baomi'][value='1']").prop("checked", true) //=(0转办1直办)
464
-            $("#type option:first").prop("selected", 'selected');
465
-            $("#level option:first").prop("selected", 'selected');
466
-            $("#keys option:first").prop("selected", 'selected');
467
-            $("#sourcearea option:first").prop("selected", 'selected');
468
-            $('#result').val('');
469
-            $(".inps").val('');
470
-			$("#PID").val('');
471
-			$("#Dpment").val('');
472
-			$(".Cleans").hide();
473
-        }
474
-        
475
-    </script>
476
-</body>
477
-
478
-</html>

+ 116 - 131
WebUI/CallCenterWeb.UI/MarketingManagement/LawsuitMarketing.html

12
     <!-- <link rel="stylesheet" href="../css/addappeal.css" /> -->
12
     <!-- <link rel="stylesheet" href="../css/addappeal.css" /> -->
13
 
13
 
14
     <style>
14
     <style>
15
-        #sqzx th {
15
+                #sqzx th {
16
             padding: 5px 8px 5px 0;
16
             padding: 5px 8px 5px 0;
17
             text-align: right;
17
             text-align: right;
18
         }
18
         }
19
 
19
 
20
-        .select {
21
-            width: 150px;
22
-            background-color: #fff;
23
-            background-image: none;
24
-            border: 1px solid #ccc;
25
-            border-radius: 1px;
26
-            color: inherit;
27
-            padding: 6px 12px;
28
-        }
29
-
30
-        #sex {
31
-            background-color: #fff;
32
-            background-image: none;
33
-            border: 1px solid #ccc;
34
-            border-radius: 1px;
35
-            color: inherit;
36
-            padding: 6px 12px;
37
-        }
38
-
39
         input {
20
         input {
40
             background-color: #fff;
21
             background-color: #fff;
41
             background-image: none;
22
             background-image: none;
154
         }
135
         }
155
 
136
 
156
         .inpBox {
137
         .inpBox {
157
-            border: 1px solid #cccccc;
158
-            height: 31px;
159
-            width: 220px;
138
+            /* border: 1px solid #cccccc; */
139
+            width: 100%;
160
             display: inline-block;
140
             display: inline-block;
161
             position: relative;
141
             position: relative;
162
             vertical-align: middle;
142
             vertical-align: middle;
163
             position: absolute;
143
             position: absolute;
144
+            padding: 6px 0 5px 10px;
164
             left: 0px;
145
             left: 0px;
165
             top: 0px;
146
             top: 0px;
166
             z-index: 111;
147
             z-index: 111;
168
 
149
 
169
         .selDpart1 {
150
         .selDpart1 {
170
             position: absolute;
151
             position: absolute;
171
-            left: 0px;
172
-            top: 30px;
152
+            left: 10px;
153
+            top: 33px;
173
             z-index: 11111;
154
             z-index: 11111;
174
             width: 220px;
155
             width: 220px;
175
             line-height: 30px;
156
             line-height: 30px;
205
         .addTreeReactionCategory {
186
         .addTreeReactionCategory {
206
             background: #fff;
187
             background: #fff;
207
             position: absolute;
188
             position: absolute;
208
-            width: 100%;
189
+            width: 95%;
209
             border: 1px solid darkgrey;
190
             border: 1px solid darkgrey;
210
-            right: 0;
211
-            top: 29px;
191
+            left: 10px;
192
+            top: 33px;
212
             display: none;
193
             display: none;
213
             z-index: 222;
194
             z-index: 222;
214
         }
195
         }
215
 
196
 
216
-        .xl,
217
-        .xlReactionCategory {
218
-            display: inline-block;
219
-            background: url(../../img/dropDown.png) no-repeat;
220
-            height: 100%;
221
-            background-position: center center;
222
-            width: 20px;
223
-            position: absolute;
224
-            right: 0;
225
-            top: 0px;
226
-            /* background-color: #f7bc8b; */
227
-            cursor: pointer;
228
-        }
229
-
230
         .ztree li span {
197
         .ztree li span {
231
             border: none;
198
             border: none;
232
             padding: 0;
199
             padding: 0;
234
 
201
 
235
         .inps,
202
         .inps,
236
         .inpsReactionCategory {
203
         .inpsReactionCategory {
237
-            width: 217px;
238
-            height: 29px;
204
+            width: 100%;
205
+            height: 33px;
239
             outline: none;
206
             outline: none;
240
             border: 0;
207
             border: 0;
241
             border-image-width: 0;
208
             border-image-width: 0;
263
             width: 20px;
230
             width: 20px;
264
             position: absolute;
231
             position: absolute;
265
             right: 21px;
232
             right: 21px;
266
-            top: 8px;
233
+            top: 14px;
267
             display: none;
234
             display: none;
268
         }
235
         }
269
 
236
 
270
         .Min-width {
237
         .Min-width {
271
-            width: 150px;
238
+            width: 280px;
272
         }
239
         }
273
 
240
 
274
         .btn-default {
241
         .btn-default {
300
                     <div class="box_content">
267
                     <div class="box_content">
301
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
268
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
302
                             <tr>
269
                             <tr>
303
-                                <!-- <th>关键字:</th>
304
-                                <td>
305
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
306
-                                </td> -->
307
-                                <!-- <th>关键字:</th>
308
-                                <td>
309
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
310
-                                </td> -->
311
-                                <!-- <th>关键字:</th>
312
-                                <td>
313
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
314
-                                </td> -->
315
-                                <th>事项编号:</th>
270
+                                <th>工单来源:</th>
316
                                 <td>
271
                                 <td>
317
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
272
+                                    <select class="form-control" id="source"></select>
318
                                 </td>
273
                                 </td>
319
-                                <th>工单状态:</th>
274
+                                <th>来电号码:</th>
320
                                 <td>
275
                                 <td>
321
-                                    <select name="" id="state" class="select">
322
-                                        <option selected="selected" value="">
323
-                                            请选择
324
-                                        </option>
325
-                                        <option value="0">新工单</option>
326
-                                        <option value="1">待交办</option>
327
-                                        <!-- <option value="10">待审核</option> -->
328
-                                        <option value="2">待查收</option>
329
-                                        <option value="3">
330
-                                            退回审核中
331
-                                        </option>
332
-                                        <option value="4">办理中</option>
333
-                                        <option value="5">
334
-                                            延时审核中
335
-                                        </option>
336
-                                        <option value="6">已办理</option>
337
-                                        <!-- <option value="7">已回访</option> -->
338
-                                        <option value="11">
339
-                                            重办待交办
340
-                                        </option>
341
-                                        <option value="13">重办驳回</option>
342
-                                        <option value="8">重办中</option>
343
-                                        <option value="9">已结案</option>
344
-                                    </select>
276
+                                    <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
345
                                 </td>
277
                                 </td>
346
-                                <th>时间:</th>
278
+                                <th>来电时间:</th>
347
                                 <td colspan="3">
279
                                 <td colspan="3">
348
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
280
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
349
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
281
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
352
                                 </td>
284
                                 </td>
353
                             </tr>
285
                             </tr>
354
                             <tr>
286
                             <tr>
355
-                                <th>工单来源:</th>
356
-                                <td>
357
-                                    <select class="select_" id="source"></select>
358
-                                </td>
359
-                                <th>反映类别:</th>
360
-                                <td style="position: relative;">
361
-                                    <div class="inpBox">
362
-                                        <input type="text" class="inpsReactionCategory" />
363
-                                        <input type="hidden" id="keyid" />
364
-                                        <i class="CleansReactionCategory fa fa-close"></i>
365
-                                        <i class="xlReactionCategory xl_one"></i>
366
-                                        <div class="addTreeReactionCategory xlAddReactionCategory">
367
-                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
368
-                                        </div>
369
-                                    </div>
370
-                                </td>
371
-                                <th>来电号码:</th>
287
+                                <th>事项编号:</th>
372
                                 <td>
288
                                 <td>
373
-                                    <input type="text" id="tel" placeholder="请输入来电号码" />
289
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
374
                                 </td>
290
                                 </td>
375
                                 <th>来电人:</th>
291
                                 <th>来电人:</th>
376
                                 <td>
292
                                 <td>
377
-                                    <input type="text" id="name" class="Min-width" autocomplete="off" />
293
+                                    <input type="text" id="name" class="form-control" autocomplete="off" />
294
+                                </td>
295
+                                <th>办理时间:</th>
296
+                                <td colspan="3">
297
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
298
+                                        autocomplete="off" style="height: 35px;" />-<input id="dealstrendtime"
299
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
300
+                                        style="height: 35px;" />
378
                                 </td>
301
                                 </td>
379
                             </tr>
302
                             </tr>
380
                             <tr>
303
                             <tr>
381
                                 <th>工单标题:</th>
304
                                 <th>工单标题:</th>
382
                                 <td>
305
                                 <td>
383
-                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="Min-width" />
306
+                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="form-control" />
384
                                 </td>
307
                                 </td>
385
-                                <th>工单内容:</th>
308
+                                <th>受话坐席:</th>
386
                                 <td>
309
                                 <td>
387
-                                    <input type="text" placeholder="输入工单内容" id="workOrderContent" class="Min-width" />
310
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
311
+                                        data-live-search="true">
312
+                                        <option value="">请选择坐席</option>
313
+                                    </select>
388
                                 </td>
314
                                 </td>
389
-                                <th>办理结果:</th>
315
+                                <th>反映区域:</th>
390
                                 <td>
316
                                 <td>
391
-                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
392
-                                        class="Min-width" />
317
+                                    <select class="form-control Min-width" id="sourceAreas"></select>
393
                                 </td>
318
                                 </td>
319
+                                <td></td>
320
+                                <td></td>
394
                             </tr>
321
                             </tr>
395
                             <tr>
322
                             <tr>
323
+                                <th>来电内容:</th>
324
+                                <td>
325
+                                    <input type="text" placeholder="输入来电内容" id="workOrderContent"
326
+                                        class="form-control" />
327
+                                </td>
328
+                                <th>审核员:</th>
329
+                                <td>
330
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
331
+                                        multiple data-live-search="true">
332
+                                        <option value="">
333
+                                            请选择调度员
334
+                                        </option>
335
+                                    </select>
336
+                                </td>
396
                                 <th>处理类型:</th>
337
                                 <th>处理类型:</th>
397
                                 <td>
338
                                 <td>
398
-                                    <select class="select_" id="dealtype">
339
+                                    <select class="form-control Min-width" id="dealtype">
399
                                         <option value="">请选择</option>
340
                                         <option value="">请选择</option>
400
                                         <option value="0">网络转派</option>
341
                                         <option value="0">网络转派</option>
401
                                         <option value="1">当即办理</option>
342
                                         <option value="1">当即办理</option>
402
                                     </select>
343
                                     </select>
403
                                 </td>
344
                                 </td>
404
-                                <th>类型:</th>
345
+                            </tr>
346
+                            <tr>
347
+                                <th>办理结果:</th>
405
                                 <td>
348
                                 <td>
406
-                                    <select class="select_" id="type"></select>
349
+                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
350
+                                        class="form-control" />
407
                                 </td>
351
                                 </td>
408
-                                <th>区域:</th>
352
+                                <th>工单状态:</th>
409
                                 <td>
353
                                 <td>
410
-                                    <select class="select_" id="sourceAreas"></select>
354
+                                    <select name="" id="state" class="form-control">
355
+                                        <option selected="selected" value="">
356
+                                            请选择
357
+                                        </option>
358
+                                        <option value="0">新工单</option>
359
+                                        <option value="1">待交办</option>
360
+                                        <!-- <option value="10">待审核</option> -->
361
+                                        <option value="2">待查收</option>
362
+                                        <option value="3">
363
+                                            退回审核中
364
+                                        </option>
365
+                                        <option value="4">办理中</option>
366
+                                        <option value="5">
367
+                                            延时审核中
368
+                                        </option>
369
+                                        <option value="6">已办理</option>
370
+                                        <!-- <option value="7">已回访</option> -->
371
+                                        <option value="11">
372
+                                            重办待交办
373
+                                        </option>
374
+                                        <option value="13">重办驳回</option>
375
+                                        <option value="8">重办中</option>
376
+                                        <option value="9">已结案</option>
377
+                                    </select>
378
+                                </td>
379
+                                <th>来电类型:</th>
380
+                                <td>
381
+                                    <select class="form-control Min-width" id="type"></select>
382
+                                </td>
383
+                                <td>
384
+                                    <botton class="btns Seach">搜索</botton>
411
                                 </td>
385
                                 </td>
412
-                                <th>承办单位:</th>
386
+                            </tr>
387
+                            <tr>
388
+                                <th>承办单位:</th>
413
                                 <td style="position: relative">
389
                                 <td style="position: relative">
414
                                     <div class="inpBox">
390
                                     <div class="inpBox">
415
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
391
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
423
                                         <ul id="sponsor"></ul>
399
                                         <ul id="sponsor"></ul>
424
                                     </div>
400
                                     </div>
425
                                 </td>
401
                                 </td>
426
-                            </tr>
427
-                            <tr>
428
-                                <th>坐席:</th>
429
-                                <td>
430
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
431
-                                        data-live-search="true">
432
-                                        <option value="">请选择坐席</option>
433
-                                    </select>
402
+                                <th>反映类别:</th>
403
+                                <td style="position: relative;">
404
+                                    <div class="inpBox">
405
+                                        <input type="text" class="inpsReactionCategory" />
406
+                                        <input type="hidden" id="keyid" />
407
+                                        <i class="CleansReactionCategory fa fa-close"></i>
408
+                                        <i class="xlReactionCategory xl_one"></i>
409
+                                        <div class="addTreeReactionCategory xlAddReactionCategory">
410
+                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
411
+                                        </div>
412
+                                    </div>
434
                                 </td>
413
                                 </td>
435
-                                <th>审核员:</th>
414
+                                <th>是否公开:</th>
436
                                 <td>
415
                                 <td>
437
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
438
-                                        multiple data-live-search="true">
416
+                                    <select id="isopen" class="form-control Min-width" name="select">
439
                                         <option value="">
417
                                         <option value="">
440
-                                            请选择调度员
418
+                                            请选择是否公开
419
+                                        </option>
420
+                                        <option value="0">
421
+                                            未公开
422
+                                        </option>
423
+                                        <option value="1">
424
+                                            已公开
441
                                         </option>
425
                                         </option>
442
                                     </select>
426
                                     </select>
443
                                 </td>
427
                                 </td>
444
-                                <td colspan="7" style="text-align: center">
445
-                                    <botton class="btns Seach">搜索</botton>
428
+                                <td>
446
                                     <botton class="btns Export">导出</botton>
429
                                     <botton class="btns Export">导出</botton>
447
                                 </td>
430
                                 </td>
448
                             </tr>
431
                             </tr>
432
+                            <tr>
433
+                            </tr>
449
                         </table>
434
                         </table>
450
                     </div>
435
                     </div>
451
                 </div>
436
                 </div>

+ 4 - 2
WebUI/CallCenterWeb.UI/MarketingManagement/WorkDSZBMarketing.html

402
                                 <tr>
402
                                 <tr>
403
                                     <th data-checkbox="true"></th>
403
                                     <th data-checkbox="true"></th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
405
-                                    <th data-field="F_WorkOrderId" data-align="center">
405
+                                    <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
406
                                         工单单号
406
                                         工单单号
407
                                     </th>
407
                                     </th>
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
470
     <script src="../js/search/screen.js"></script>
470
     <script src="../js/search/screen.js"></script>
471
+    <script src="../js/WorkOrder/WorkOrderList.js"></script>
472
+
471
     <script>
473
     <script>
472
         var wid = helper.request.queryString("states");
474
         var wid = helper.request.queryString("states");
473
         if (wid) {
475
         if (wid) {
741
         function bj(str) {
743
         function bj(str) {
742
             layer.open({
744
             layer.open({
743
                 type: 2,
745
                 type: 2,
744
-                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + + "&workType=jb", //iframe的url,no代表不显示滚动条
746
+                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + "&workType=jb", //iframe的url,no代表不显示滚动条
745
                 title: "编辑工单",
747
                 title: "编辑工单",
746
                 area: ["95%", "95%"], //宽高
748
                 area: ["95%", "95%"], //宽高
747
             });
749
             });

+ 3 - 3
WebUI/CallCenterWeb.UI/MarketingManagement/toSupervListMarketing.html

667
             //          alert(row.F_WorkOrderId);
667
             //          alert(row.F_WorkOrderId);
668
             var WorkOrderId = row.F_WorkOrderId;
668
             var WorkOrderId = row.F_WorkOrderId;
669
             var html = '';
669
             var html = '';
670
-            if (row.F_WorkState == '1') {
671
-                html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
672
-            }
670
+            // if (row.F_WorkState == '1') {
671
+            //     html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
672
+            // }
673
             for (var i = 0; i < Rows.length; i++) {
673
             for (var i = 0; i < Rows.length; i++) {
674
 
674
 
675
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
675
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];

+ 0 - 478
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/AddAppealMedia.html

1
-<!DOCTYPE html>
2
-<html>
3
-
4
-<head>
5
-    <meta charset="UTF-8">
6
-    <script src="../Script/Common/huayi.load.js"></script>
7
-    <script src="../Script/Common/huayi.config.js"></script>
8
-    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
9
-    <link href="../css/layer/need/layer.css" />
10
-    <link rel="stylesheet" href="../css/init.css" />
11
-    <link rel="stylesheet" href="../css/addappeal.css" />
12
-    <title>新增诉求工单</title>
13
-</head>
14
-<body>
15
-    <div class="wrapper wrapper-content animated fadeInRight">
16
-        <div class="daoHang clearfix">
17
-            <div class="dhLeft">
18
-                <sapn>
19
-                    <i class="syIcon"></i>位置:
20
-                    <a href="javaScript:;" id="ReIndex">首页</a>&gt;
21
-                    <a href="javaScript:;">工单处理</a>&gt;
22
-                   <a href="" class="nowPosition">添加工单</a>
23
-                </sapn>
24
-            </div>
25
-            <div class="dhRight">
26
-                <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
27
-            </div>
28
-        </div>
29
-        <div style="padding: 10px;" class="tj_content clearFix">
30
-            <div class="Common">
31
-                <table>
32
-                    <tr>
33
-                        <th class="Importent">标题:</th>
34
-                        <td colspan="7">
35
-                            <input id="title" type="text" style="width: 100%;" />
36
-                        </td>
37
-                    </tr>
38
-                    <tr>
39
-                        <th class="Importent">内容:</th>
40
-                        <td colspan="7">
41
-                            <textarea data-adaptheight id="content" name="" rows="" cols="" style="width: 100%;"></textarea>
42
-                        </td>
43
-                    </tr>
44
-                    <tr>
45
-                        <th>附件上传:</th>
46
-                        <td colspan="7">
47
-                            <div class="fileBox"></div>
48
-                            <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
49
-                            <input class="input" type="button" value="上传" id="scwj" />
50
-                            <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
51
-                            <input type="hidden" id="file" />
52
-                            <!--</br>-->
53
-                            <span style="color:#FF0000; border: none;">
54
-                            	(文件格式为png,jpg,mp4,avi,wmv,mp3,pdf,doc,docx,xls,xlsx)
55
-                            </span>
56
-                        </td>
57
-                    </tr>
58
-                    <!--<tr>
59
-                        <th>&nbsp;</th>
60
-                        <td></td>
61
-                    </tr>-->
62
-                    <tr>
63
-                        <th>处理方式:</th>
64
-                        <td colspan="7">
65
-                            <input type="radio" value="1" name="banli" class="Nows" />当即办理
66
-                            <input checked="true" type="radio" value="0" name="banli" class="Nows_" />网络转办
67
-                        </td>
68
-                    </tr>
69
-                    <tr class="Nows_box Hidens">
70
-                        <th>办理内容:</th>
71
-                        <td colspan="7">
72
-
73
-                            <input type="text" style="width: 100%;" id="result" />
74
-                        </td>
75
-                    </tr>
76
-                    <tr>
77
-                        <th class="">来电人:</th>
78
-                        <td>
79
-                            <input type="text" id="cusname" />
80
-                        </td>
81
-                        <th>性别:</th>
82
-                        <td>
83
-                            <select class="select_" id="cussex">
84
-                                <option value="">请选择</option>
85
-                                <option value="0">男</option>
86
-                                <option value="1">女</option>
87
-                            </select>
88
-                        </td>
89
-                        <th>来源:</th>
90
-                        <td>
91
-                            <select class="select_" id="source"></select>
92
-                        </td>
93
-                        <th class="Importent">来电号码:</th>
94
-                        <td>
95
-                            <input type="text" id="cusphone" />
96
-                        </td>
97
-                    </tr>
98
-                    <tr>
99
-                        <th>类型:</th>
100
-                        <td>
101
-                            <select class="select_" id="type"></select>
102
-                        </td>
103
-                        <th class="Importent">反映类别:</th>
104
-                        <td style="position: relative">
105
-							<div class="inpBox">
106
-								<input type="text" class="inps" onkeyup="darptSearch()" />
107
-								<i class="Cleans fa fa-close"></i>
108
-								<i class="xl xl_one"></i>
109
-								<div class="addTree xlAdd">
110
-									<ul id="addTreeDemo" class="ztree"></ul>
111
-								</div>
112
-							</div>
113
-							<div class="selDpart1">
114
-								<ul id="sponsor"></ul>
115
-							</div>
116
-						</td>
117
-                        <th>来电号码密级:</th>
118
-                        <td>
119
-                            <input type="radio" name="mj" id="" value="0" />普通
120
-                            <input type="radio" name="mj" id="" value="1" checked="checked"/>保密
121
-                        </td>
122
-                        <th class="Importent">紧急程度:</th>
123
-                        <td>
124
-                            <select class="select_" id="level"> 
125
-                                <!--<option value="0">选择</option>-->
126
-                                <option value="1">普通</option>
127
-                                <option value="2">紧急</option>
128
-                            </select>
129
-                        </td>
130
-                    </tr>
131
-                    
132
-                    <tr>
133
-                        <td colspan="8" style="text-align: center;">
134
-                            <div class="btn_box">
135
-                                <button class="btns BC">保存</button>
136
-                                <button class="btns SavedSubmit">保存并提交</button>
137
-                            </div>
138
-                        </td>
139
-                    </tr>
140
-                    <tr>
141
-                        <th>事件地址:</th>
142
-                        <td colspan="7">
143
-                            <select class="select_" id="sourcearea"></select>
144
-                        </td>
145
-                    </tr>
146
-                    <tr>
147
-                    	<th class="Importent"></th>
148
-                        <td colspan="7">
149
-                        	<input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
150
-                    	</td>
151
-                    	
152
-                    </tr>
153
-                    <tr>
154
-                        <th class="Importent"></th>
155
-                        <td colspan="7">
156
-                        	<div style="width:710px">
157
-				                <div id="myMap" style="width:100%;height:400px;"></div>
158
-				                <input type="hidden" class="store_Lng" value="114.352482"/>
159
-        						<input type="hidden" class="store_Lat" value="36.103442" />
160
-				            </div>
161
-                    	</td>
162
-                    </tr>
163
-                </table>
164
-            </div>
165
-        </div>
166
-    </div>
167
-    <input type="hidden" id="PID" value="" />
168
-    <script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
169
-    <script src="../css/laydate/laydate.js"></script>
170
-    <script src="../js/adjustHeight.js"></script>
171
-    <script src="../js/zTree/jquery.ztree.core.js"></script>
172
-    <script src="../js/appeal/index1.js"></script>
173
-    <script src="../js/ztreeSelect.js"></script>
174
-    <script>
175
-        var submit;
176
-        $(document).ready(function () {
177
-            QY($("#sourcearea"));
178
-            LY($("#source"));
179
-            LB($("#type"));
180
-            ZT($("#keys"))
181
-            //当即办理
182
-            $(' input[name="banli"]').change(function () {
183
-                var val = $(this).val();
184
-                if (val == "1") {
185
-                    $(".Nows_box").show();
186
-                } else {
187
-                    $(".Nows_box").hide();
188
-                }
189
-            })
190
-            $(".BC").click(function () {
191
-                submit = 0;
192
-                Add();
193
-            })
194
-            $('.SavedSubmit').click(function () {
195
-                submit = 1;
196
-                Add();
197
-            })
198
-            //上传附件
199
-            $("#scwj").click(function () {
200
-                $("#upFile").trigger("click");
201
-            })
202
-            $("#upFile").change(function () {
203
-                upload();
204
-            })
205
-            $("#scfj").click(function () {
206
-                //					$(".fjnr").text("");
207
-                //					$("#scfj").hide();
208
-            })
209
-        });
210
-
211
-        //添加工单
212
-        function Add() {
213
-            var value = $(' input[name="banli"]:checked ').val();
214
-            var content = $("#content").val(); 
215
-            // if (!$("#cusname").val()) {
216
-            //     layer.msg("请输入姓名");
217
-            // } else 
218
-            if (!$("#cusphone").val()) {
219
-                layer.msg("请输入来电号码");
220
-            // } else if (!$("#conphone").val()) {
221
-            //     layer.msg("请输入联系电话");
222
-            } else if (!$("#title").val()) {
223
-                layer.msg("请输入标题");
224
-            } else if (!$("#content").val()) {
225
-                layer.msg("请输入内容");
226
-            } else if (!$("#PID").val()) {
227
-                layer.msg("请选择反映类别");
228
-            // } else if (!$("#sourcearea").val()) {
229
-            //     layer.msg("请选择事发区域");
230
-            } else if (value == 1 && !$('#result').val()) {
231
-                layer.msg("请输入直办内容");
232
-            } else {
233
-                $.ajax({
234
-                    type: "post",
235
-                    url: huayi.config.callcenter_url + "/WorkOrder/AddWorkOrder",
236
-                    dataType: 'json',
237
-                    async: true,
238
-                    beforeSend: function() { //触发ajax请求开始时执行
239
-						$('.BC').attr("disabled", true);
240
-						$('.SavedSubmit').attr("disabled", true);
241
-						$('.BC').text('提交中...');
242
-						$('.SavedSubmit').text('提交中...');
243
-						$(document).off('click', '.BC', Add);
244
-						$(document).off('click', '.SavedSubmit', Add);
245
-					},
246
-                    data: {
247
-                        cusname: $("#cusname").val(), //=来电人姓名
248
-                        cussex: $("#cussex").val(),
249
-                        cusphone: $("#cusphone").val(), //=来电人电话
250
-                        email: $("#email").val(),
251
-                        zipcode: $("#zipcode").val(),
252
-                        conphone: $("#conphone").val(),
253
-                        title: $("#title").val(),
254
-                        content: $("#content").val(),
255
-                        files: $("#file").val(), //(多个用英文逗号,隔开)
256
-                        sourcearea: $("#sourcearea").val(), //=事发地域id
257
-                        sourceaddress: $('#sourceaddress').val(), //=事发详细地址
258
-                        longitude: $('.store_Lng').val(),
259
-                        latitude: $('.store_Lat').val(),
260
-                        source: $("#source").val(), //=来源
261
-                        isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
262
-                        result: $('#result').val(),
263
-                        keys: $("#PID").val(), //=关键词id(多个用英文逗号,隔开)
264
-                        type: $("#type").val(), //=类型
265
-                        isprotect: $(' input[name="mj"]:checked ').val(), //=(0普通1保密)
266
-                        level: $('#level').val(), //=(1普通2紧急)
267
-                        issubmit: submit, //=(0保存1保存并提交)
268
-                        jianhang: 1,
269
-                        token: $.cookie("token")
270
-                    },
271
-                    success: function (data) {
272
-                    	debugger
273
-                    	$('.BC').attr("disabled", false);
274
-						$('.SavedSubmit').attr("disabled", false);
275
-						$('.BC').text('保存');
276
-						$('.SavedSubmit').text('保存并提交');
277
-						$(document).on('click', '.BC', Add);
278
-						$(document).on('click', '.SavedSubmit', Add);
279
-                        Clean();
280
-                        $('.fileBox').html('');
281
-                        layer.msg("创建工单成功");
282
-                    }
283
-                });
284
-            }
285
-        }
286
-
287
-        //上传文件
288
-        function upload() {
289
-            var Files = document.getElementById("upFile").files;
290
-            console.log(Files);
291
-            if (Files.length > 0) {
292
-            	debugger
293
-                var formData = new FormData();
294
-                for (var i = 0; i < Files.length; i++) {
295
-                    formData.append('file' + i, Files[i]);
296
-                }
297
-                formData.append("token", $.cookie("token"));
298
-                var typeName=Files[0].name.split('.')[1];
299
-                if (typeName=="png"||typeName=='jpg'||typeName=='mp4'||typeName=='avi'||typeName=='wmv'||typeName=='mp3'||typeName=='pdf'||typeName=='doc'||typeName=='docx'||typeName=='xls'||typeName=='xlsx') {
300
-	                $.ajax({
301
-	                    url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
302
-	                    type: "POST",
303
-	                    data: formData,
304
-	                    /**
305
-	                     *必须false才会自动加上正确的Content-Type
306
-	                     */
307
-	                    contentType: false,
308
-	                    /**
309
-	                     * 必须false才会避开jQuery对 formdata 的默认处理
310
-	                     * XMLHttpRequest会对 formdata 进行正确的处理
311
-	                     */
312
-	                    processData: false,
313
-	                    success: function (result) {
314
-	                    	debugger
315
-	                        document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
316
-	                        $("#upFile").change(function () {
317
-	                            upload();
318
-	                        });
319
-	                        var r = $.parseJSON(result);
320
-	                        if (r.state.toLowerCase() == "success") {
321
-	
322
-	                            var a = r.data;
323
-	                            $(a).each(function (i, n) {
324
-                            		var strs = '<span class="files" fiel-num="' + n.F_FileId + '">' + n.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
325
-	                                $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
326
-	                                    event.stopPropagation();
327
-	                                    $(this).parent().remove();
328
-	                                    file_num()
329
-	                                })
330
-	                            })
331
-	                            file_num();
332
-	                        }
333
-	                    }
334
-	                });
335
-	            }else{
336
-		    		layer.msg("格式不正确");
337
-		    	}
338
-            
339
-            } else {
340
-                layer.confirm('请上传文件!', {
341
-                    btn: ['确定']
342
-                });
343
-            }
344
-        }
345
-        //上传文件隐藏域值
346
-        function file_num() {
347
-            var str = '';
348
-            var Str;
349
-            $('.fileBox .files').each(function (j, m) {
350
-                var aa = $(m).attr("fiel-num")
351
-                console.log(aa);
352
-                str += aa + ",";
353
-                Str = (str.substring(str.length - 1) == ',') ? str.substring(0, str.length - 1) : str;
354
-            })
355
-            $("#file").val(Str);
356
-        }
357
-        //来源
358
-        function LY(obj) {
359
-            obj.empty();
360
-            $.ajax({
361
-            	type:"get",
362
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
363
-            	dataType:"json",
364
-            	async:true,
365
-            	data:{
366
-            		"token": $.cookie("token"),
367
-                	id: 1
368
-            	},
369
-            	success:function(data){
370
-            		if (data.state.toLowerCase() == "success") {
371
-	                    var content = data.data;
372
-	                    $(content).each(function (i, n) {
373
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
374
-	                    })
375
-	
376
-	                }
377
-            	}
378
-            });
379
-        }
380
-        //类别
381
-        function LB(obj) {
382
-            obj.empty();
383
-            $.ajax({
384
-            	type:"get",
385
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
386
-            	dataType:"json",
387
-            	async:true,
388
-            	data:{
389
-            		"token": $.cookie("token"),
390
-                	id: 2
391
-            	},
392
-            	success:function(data){
393
-            		if (data.state.toLowerCase() == "success") {
394
-	                    var content = data.data;
395
-	                    $(content).each(function (i, n) {
396
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
397
-	                    })
398
-	                }
399
-            	}
400
-            });
401
-        }
402
-        //		主题
403
-        function ZT(obj) {
404
-            obj.empty();
405
-            $.ajax({
406
-            	type:"get",
407
-            	url:huayi.config.callcenter_url + "Dictionary/GetDicValueListById",
408
-            	dataType:"json",
409
-            	async:true,
410
-            	data:{
411
-            		"token": $.cookie("token"),
412
-            		type:1,
413
-                	id: 3
414
-            	},
415
-            	success:function(data){
416
-            		if (data.state.toLowerCase() == "success") {
417
-	                    var content = data.data;
418
-	                    $(content).each(function (i, n) {
419
-	                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
420
-	                    })
421
-	                }
422
-            	}
423
-            });
424
-        }
425
-        //区域
426
-        function QY(obj) {
427
-            obj.empty();
428
-            obj.append('<option selected="selected" value="">请选择</option>');
429
-            $.ajax({
430
-            	type:"get",
431
-            	url:huayi.config.callcenter_url + "Area/GetAreaListById",
432
-            	dataType:"json",
433
-            	async:true,
434
-            	data:{
435
-            		"token": $.cookie("token"),
436
-            	},
437
-            	success:function(data){
438
-            		if (data.state.toLowerCase() == "success") {
439
-	                    var content = data.data;
440
-	                    $(content).each(function (i, n) {
441
-                            if (n.F_AreaName == "安阳市") {
442
-                                $("<option selected='selected' value='" + n.F_AreaId + "'>" + n.F_AreaName + "</option>").appendTo(obj);
443
-                            } else {
444
-                                $("<option value='" + n.F_AreaId + "'>" + n.F_AreaName + "</option>").appendTo(obj);
445
-                            }
446
-	                    })
447
-	                }
448
-            	}
449
-            });
450
-        }
451
-
452
-        function Clean() {
453
-            $("#cusname").val(''); //=来电人姓名
454
-            $("#cussex").val('');
455
-            $("#cusphone").val(''); //=来电人电话
456
-            $("#email").val('');
457
-            $("#zipcode").val('');
458
-            $("#conphone").val('');
459
-            $("#title").val('');
460
-            $("#content").val('');
461
-            $("#sourcearea").val(); //=事发地域id
462
-            $('#sourceaddress').val(''); //=事发详细地址
463
-            $("input[name='baomi'][value='1']").prop("checked", true) //=(0转办1直办)
464
-            $("#type option:first").prop("selected", 'selected');
465
-            $("#level option:first").prop("selected", 'selected');
466
-            $("#keys option:first").prop("selected", 'selected');
467
-            $("#sourcearea option:first").prop("selected", 'selected');
468
-            $('#result').val('');
469
-            $(".inps").val('');
470
-			$("#PID").val('');
471
-			$("#Dpment").val('');
472
-			$(".Cleans").hide();
473
-        }
474
-        
475
-    </script>
476
-</body>
477
-
478
-</html>

+ 115 - 131
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html

10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
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" /> -->
12
     <!-- <link rel="stylesheet" href="../css/addappeal.css" /> -->
13
-
14
     <style>
13
     <style>
15
         #sqzx th {
14
         #sqzx th {
16
             padding: 5px 8px 5px 0;
15
             padding: 5px 8px 5px 0;
17
             text-align: right;
16
             text-align: right;
18
         }
17
         }
19
 
18
 
20
-        .select {
21
-            width: 150px;
22
-            background-color: #fff;
23
-            background-image: none;
24
-            border: 1px solid #ccc;
25
-            border-radius: 1px;
26
-            color: inherit;
27
-            padding: 6px 12px;
28
-        }
29
-
30
-        #sex {
31
-            background-color: #fff;
32
-            background-image: none;
33
-            border: 1px solid #ccc;
34
-            border-radius: 1px;
35
-            color: inherit;
36
-            padding: 6px 12px;
37
-        }
38
-
39
         input {
19
         input {
40
             background-color: #fff;
20
             background-color: #fff;
41
             background-image: none;
21
             background-image: none;
154
         }
134
         }
155
 
135
 
156
         .inpBox {
136
         .inpBox {
157
-            border: 1px solid #cccccc;
158
-            height: 31px;
159
-            width: 220px;
137
+            /* border: 1px solid #cccccc; */
138
+            width: 100%;
160
             display: inline-block;
139
             display: inline-block;
161
             position: relative;
140
             position: relative;
162
             vertical-align: middle;
141
             vertical-align: middle;
163
             position: absolute;
142
             position: absolute;
143
+            padding: 6px 0 5px 10px;
164
             left: 0px;
144
             left: 0px;
165
             top: 0px;
145
             top: 0px;
166
             z-index: 111;
146
             z-index: 111;
168
 
148
 
169
         .selDpart1 {
149
         .selDpart1 {
170
             position: absolute;
150
             position: absolute;
171
-            left: 0px;
172
-            top: 30px;
151
+            left: 10px;
152
+            top: 33px;
173
             z-index: 11111;
153
             z-index: 11111;
174
             width: 220px;
154
             width: 220px;
175
             line-height: 30px;
155
             line-height: 30px;
205
         .addTreeReactionCategory {
185
         .addTreeReactionCategory {
206
             background: #fff;
186
             background: #fff;
207
             position: absolute;
187
             position: absolute;
208
-            width: 100%;
188
+            width: 95%;
209
             border: 1px solid darkgrey;
189
             border: 1px solid darkgrey;
210
-            right: 0;
211
-            top: 29px;
190
+            left: 10px;
191
+            top: 33px;
212
             display: none;
192
             display: none;
213
             z-index: 222;
193
             z-index: 222;
214
         }
194
         }
215
 
195
 
216
-        .xl,
217
-        .xlReactionCategory {
218
-            display: inline-block;
219
-            background: url(../../img/dropDown.png) no-repeat;
220
-            height: 100%;
221
-            background-position: center center;
222
-            width: 20px;
223
-            position: absolute;
224
-            right: 0;
225
-            top: 0px;
226
-            /* background-color: #f7bc8b; */
227
-            cursor: pointer;
228
-        }
229
-
230
         .ztree li span {
196
         .ztree li span {
231
             border: none;
197
             border: none;
232
             padding: 0;
198
             padding: 0;
234
 
200
 
235
         .inps,
201
         .inps,
236
         .inpsReactionCategory {
202
         .inpsReactionCategory {
237
-            width: 217px;
238
-            height: 29px;
203
+            width: 100%;
204
+            height: 33px;
239
             outline: none;
205
             outline: none;
240
             border: 0;
206
             border: 0;
241
             border-image-width: 0;
207
             border-image-width: 0;
263
             width: 20px;
229
             width: 20px;
264
             position: absolute;
230
             position: absolute;
265
             right: 21px;
231
             right: 21px;
266
-            top: 8px;
232
+            top: 14px;
267
             display: none;
233
             display: none;
268
         }
234
         }
269
 
235
 
270
         .Min-width {
236
         .Min-width {
271
-            width: 150px;
237
+            width: 280px;
272
         }
238
         }
273
 
239
 
274
         .btn-default {
240
         .btn-default {
300
                     <div class="box_content">
266
                     <div class="box_content">
301
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
267
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
302
                             <tr>
268
                             <tr>
303
-                                <!-- <th>关键字:</th>
304
-                                <td>
305
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
306
-                                </td> -->
307
-                                <!-- <th>关键字:</th>
308
-                                <td>
309
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
310
-                                </td> -->
311
-                                <!-- <th>关键字:</th>
312
-                                <td>
313
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
314
-                                </td> -->
315
-                                <th>事项编号:</th>
269
+                                <th>工单来源:</th>
316
                                 <td>
270
                                 <td>
317
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
271
+                                    <select class="form-control" id="source"></select>
318
                                 </td>
272
                                 </td>
319
-                                <th>工单状态:</th>
273
+                                <th>来电号码:</th>
320
                                 <td>
274
                                 <td>
321
-                                    <select name="" id="state" class="select">
322
-                                        <option selected="selected" value="">
323
-                                            请选择
324
-                                        </option>
325
-                                        <option value="0">新工单</option>
326
-                                        <option value="1">待交办</option>
327
-                                        <!-- <option value="10">待审核</option> -->
328
-                                        <option value="2">待查收</option>
329
-                                        <option value="3">
330
-                                            退回审核中
331
-                                        </option>
332
-                                        <option value="4">办理中</option>
333
-                                        <option value="5">
334
-                                            延时审核中
335
-                                        </option>
336
-                                        <option value="6">已办理</option>
337
-                                        <!-- <option value="7">已回访</option> -->
338
-                                        <option value="11">
339
-                                            重办待交办
340
-                                        </option>
341
-                                        <option value="13">重办驳回</option>
342
-                                        <option value="8">重办中</option>
343
-                                        <option value="9">已结案</option>
344
-                                    </select>
275
+                                    <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
345
                                 </td>
276
                                 </td>
346
-                                <th>时间:</th>
277
+                                <th>来电时间:</th>
347
                                 <td colspan="3">
278
                                 <td colspan="3">
348
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
279
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
349
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
280
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
352
                                 </td>
283
                                 </td>
353
                             </tr>
284
                             </tr>
354
                             <tr>
285
                             <tr>
355
-                                <th>工单来源:</th>
356
-                                <td>
357
-                                    <select class="select_" id="source"></select>
358
-                                </td>
359
-                                <th>反映类别:</th>
360
-                                <td style="position: relative;">
361
-                                    <div class="inpBox">
362
-                                        <input type="text" class="inpsReactionCategory" />
363
-                                        <input type="hidden" id="keyid" />
364
-                                        <i class="CleansReactionCategory fa fa-close"></i>
365
-                                        <i class="xlReactionCategory xl_one"></i>
366
-                                        <div class="addTreeReactionCategory xlAddReactionCategory">
367
-                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
368
-                                        </div>
369
-                                    </div>
370
-                                </td>
371
-                                <th>来电号码:</th>
286
+                                <th>事项编号:</th>
372
                                 <td>
287
                                 <td>
373
-                                    <input type="text" id="tel" placeholder="请输入来电号码" />
288
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
374
                                 </td>
289
                                 </td>
375
                                 <th>来电人:</th>
290
                                 <th>来电人:</th>
376
                                 <td>
291
                                 <td>
377
-                                    <input type="text" id="name" class="Min-width" autocomplete="off" />
292
+                                    <input type="text" id="name" class="form-control" autocomplete="off" />
293
+                                </td>
294
+                                <th>办理时间:</th>
295
+                                <td colspan="3">
296
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
297
+                                        autocomplete="off" style="height: 35px;" />-<input id="dealstrendtime"
298
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
299
+                                        style="height: 35px;" />
378
                                 </td>
300
                                 </td>
379
                             </tr>
301
                             </tr>
380
                             <tr>
302
                             <tr>
381
                                 <th>工单标题:</th>
303
                                 <th>工单标题:</th>
382
                                 <td>
304
                                 <td>
383
-                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="Min-width" />
305
+                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="form-control" />
384
                                 </td>
306
                                 </td>
385
-                                <th>工单内容:</th>
307
+                                <th>受话坐席:</th>
386
                                 <td>
308
                                 <td>
387
-                                    <input type="text" placeholder="输入工单内容" id="workOrderContent" class="Min-width" />
309
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
310
+                                        data-live-search="true">
311
+                                        <option value="">请选择坐席</option>
312
+                                    </select>
388
                                 </td>
313
                                 </td>
389
-                                <th>办理结果:</th>
314
+                                <th>反映区域:</th>
390
                                 <td>
315
                                 <td>
391
-                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
392
-                                        class="Min-width" />
316
+                                    <select class="form-control Min-width" id="sourceAreas"></select>
393
                                 </td>
317
                                 </td>
318
+                                <td></td>
319
+                                <td></td>
394
                             </tr>
320
                             </tr>
395
                             <tr>
321
                             <tr>
322
+                                <th>来电内容:</th>
323
+                                <td>
324
+                                    <input type="text" placeholder="输入来电内容" id="workOrderContent"
325
+                                        class="form-control" />
326
+                                </td>
327
+                                <th>审核员:</th>
328
+                                <td>
329
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
330
+                                        multiple data-live-search="true">
331
+                                        <option value="">
332
+                                            请选择调度员
333
+                                        </option>
334
+                                    </select>
335
+                                </td>
396
                                 <th>处理类型:</th>
336
                                 <th>处理类型:</th>
397
                                 <td>
337
                                 <td>
398
-                                    <select class="select_" id="dealtype">
338
+                                    <select class="form-control Min-width" id="dealtype">
399
                                         <option value="">请选择</option>
339
                                         <option value="">请选择</option>
400
                                         <option value="0">网络转派</option>
340
                                         <option value="0">网络转派</option>
401
                                         <option value="1">当即办理</option>
341
                                         <option value="1">当即办理</option>
402
                                     </select>
342
                                     </select>
403
                                 </td>
343
                                 </td>
404
-                                <th>类型:</th>
344
+                            </tr>
345
+                            <tr>
346
+                                <th>办理结果:</th>
347
+                                <td>
348
+                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
349
+                                        class="form-control" />
350
+                                </td>
351
+                                <th>工单状态:</th>
352
+                                <td>
353
+                                    <select name="" id="state" class="form-control">
354
+                                        <option selected="selected" value="">
355
+                                            请选择
356
+                                        </option>
357
+                                        <option value="0">新工单</option>
358
+                                        <option value="1">待交办</option>
359
+                                        <!-- <option value="10">待审核</option> -->
360
+                                        <option value="2">待查收</option>
361
+                                        <option value="3">
362
+                                            退回审核中
363
+                                        </option>
364
+                                        <option value="4">办理中</option>
365
+                                        <option value="5">
366
+                                            延时审核中
367
+                                        </option>
368
+                                        <option value="6">已办理</option>
369
+                                        <!-- <option value="7">已回访</option> -->
370
+                                        <option value="11">
371
+                                            重办待交办
372
+                                        </option>
373
+                                        <option value="13">重办驳回</option>
374
+                                        <option value="8">重办中</option>
375
+                                        <option value="9">已结案</option>
376
+                                    </select>
377
+                                </td>
378
+                                <th>来电类型:</th>
405
                                 <td>
379
                                 <td>
406
-                                    <select class="select_" id="type"></select>
380
+                                    <select class="form-control Min-width" id="type"></select>
407
                                 </td>
381
                                 </td>
408
-                                <th>区域:</th>
409
                                 <td>
382
                                 <td>
410
-                                    <select class="select_" id="sourceAreas"></select>
383
+                                    <botton class="btns Seach">搜索</botton>
411
                                 </td>
384
                                 </td>
412
-                                <th>承办单位:</th>
385
+                            </tr>
386
+                            <tr>
387
+                                <th>承办单位:</th>
413
                                 <td style="position: relative">
388
                                 <td style="position: relative">
414
                                     <div class="inpBox">
389
                                     <div class="inpBox">
415
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
390
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
423
                                         <ul id="sponsor"></ul>
398
                                         <ul id="sponsor"></ul>
424
                                     </div>
399
                                     </div>
425
                                 </td>
400
                                 </td>
426
-                            </tr>
427
-                            <tr>
428
-                                <th>坐席:</th>
429
-                                <td>
430
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
431
-                                        data-live-search="true">
432
-                                        <option value="">请选择坐席</option>
433
-                                    </select>
401
+                                <th>反映类别:</th>
402
+                                <td style="position: relative;">
403
+                                    <div class="inpBox">
404
+                                        <input type="text" class="inpsReactionCategory" />
405
+                                        <input type="hidden" id="keyid" />
406
+                                        <i class="CleansReactionCategory fa fa-close"></i>
407
+                                        <i class="xlReactionCategory xl_one"></i>
408
+                                        <div class="addTreeReactionCategory xlAddReactionCategory">
409
+                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
410
+                                        </div>
411
+                                    </div>
434
                                 </td>
412
                                 </td>
435
-                                <th>审核员:</th>
413
+                                <th>是否公开:</th>
436
                                 <td>
414
                                 <td>
437
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
438
-                                        multiple data-live-search="true">
415
+                                    <select id="isopen" class="form-control Min-width" name="select">
439
                                         <option value="">
416
                                         <option value="">
440
-                                            请选择调度员
417
+                                            请选择是否公开
418
+                                        </option>
419
+                                        <option value="0">
420
+                                            未公开
421
+                                        </option>
422
+                                        <option value="1">
423
+                                            已公开
441
                                         </option>
424
                                         </option>
442
                                     </select>
425
                                     </select>
443
                                 </td>
426
                                 </td>
444
-                                <td colspan="7" style="text-align: center">
445
-                                    <botton class="btns Seach">搜索</botton>
427
+                                <td>
446
                                     <botton class="btns Export">导出</botton>
428
                                     <botton class="btns Export">导出</botton>
447
                                 </td>
429
                                 </td>
448
                             </tr>
430
                             </tr>
431
+                            <tr>
432
+                            </tr>
449
                         </table>
433
                         </table>
450
                     </div>
434
                     </div>
451
                 </div>
435
                 </div>

+ 3 - 2
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/WorkDSZBMedia.html

402
                                 <tr>
402
                                 <tr>
403
                                     <th data-checkbox="true"></th>
403
                                     <th data-checkbox="true"></th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
405
-                                    <th data-field="F_WorkOrderId" data-align="center">
405
+                                    <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
406
                                         工单单号
406
                                         工单单号
407
                                     </th>
407
                                     </th>
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
470
     <script src="../js/search/screen.js"></script>
470
     <script src="../js/search/screen.js"></script>
471
+    <script src="../js/WorkOrder/WorkOrderList.js"></script>
471
     <script>
472
     <script>
472
         var wid = helper.request.queryString("states");
473
         var wid = helper.request.queryString("states");
473
         if (wid) {
474
         if (wid) {
741
         function bj(str) {
742
         function bj(str) {
742
             layer.open({
743
             layer.open({
743
                 type: 2,
744
                 type: 2,
744
-                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + + "&workType=jb", //iframe的url,no代表不显示滚动条
745
+                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + "&workType=jb", //iframe的url,no代表不显示滚动条
745
                 title: "编辑工单",
746
                 title: "编辑工单",
746
                 area: ["95%", "95%"], //宽高
747
                 area: ["95%", "95%"], //宽高
747
             });
748
             });

+ 3 - 3
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/toSupervListMedia.html

667
             //          alert(row.F_WorkOrderId);
667
             //          alert(row.F_WorkOrderId);
668
             var WorkOrderId = row.F_WorkOrderId;
668
             var WorkOrderId = row.F_WorkOrderId;
669
             var html = '';
669
             var html = '';
670
-            if (row.F_WorkState == '1') {
671
-                html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
672
-            }
670
+            // if (row.F_WorkState == '1') {
671
+            //     html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
672
+            // }
673
             for (var i = 0; i < Rows.length; i++) {
673
             for (var i = 0; i < Rows.length; i++) {
674
 
674
 
675
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
675
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];

+ 115 - 130
WebUI/CallCenterWeb.UI/OtherPhoneManagement/LawsuitOtherPhone.html

17
             text-align: right;
17
             text-align: right;
18
         }
18
         }
19
 
19
 
20
-        .select {
21
-            width: 150px;
22
-            background-color: #fff;
23
-            background-image: none;
24
-            border: 1px solid #ccc;
25
-            border-radius: 1px;
26
-            color: inherit;
27
-            padding: 6px 12px;
28
-        }
29
-
30
-        #sex {
31
-            background-color: #fff;
32
-            background-image: none;
33
-            border: 1px solid #ccc;
34
-            border-radius: 1px;
35
-            color: inherit;
36
-            padding: 6px 12px;
37
-        }
38
-
39
         input {
20
         input {
40
             background-color: #fff;
21
             background-color: #fff;
41
             background-image: none;
22
             background-image: none;
154
         }
135
         }
155
 
136
 
156
         .inpBox {
137
         .inpBox {
157
-            border: 1px solid #cccccc;
158
-            height: 31px;
159
-            width: 220px;
138
+            /* border: 1px solid #cccccc; */
139
+            width: 100%;
160
             display: inline-block;
140
             display: inline-block;
161
             position: relative;
141
             position: relative;
162
             vertical-align: middle;
142
             vertical-align: middle;
163
             position: absolute;
143
             position: absolute;
144
+            padding: 6px 0 5px 10px;
164
             left: 0px;
145
             left: 0px;
165
             top: 0px;
146
             top: 0px;
166
             z-index: 111;
147
             z-index: 111;
168
 
149
 
169
         .selDpart1 {
150
         .selDpart1 {
170
             position: absolute;
151
             position: absolute;
171
-            left: 0px;
172
-            top: 30px;
152
+            left: 10px;
153
+            top: 33px;
173
             z-index: 11111;
154
             z-index: 11111;
174
             width: 220px;
155
             width: 220px;
175
             line-height: 30px;
156
             line-height: 30px;
205
         .addTreeReactionCategory {
186
         .addTreeReactionCategory {
206
             background: #fff;
187
             background: #fff;
207
             position: absolute;
188
             position: absolute;
208
-            width: 100%;
189
+            width: 95%;
209
             border: 1px solid darkgrey;
190
             border: 1px solid darkgrey;
210
-            right: 0;
211
-            top: 29px;
191
+            left: 10px;
192
+            top: 33px;
212
             display: none;
193
             display: none;
213
             z-index: 222;
194
             z-index: 222;
214
         }
195
         }
215
 
196
 
216
-        .xl,
217
-        .xlReactionCategory {
218
-            display: inline-block;
219
-            background: url(../../img/dropDown.png) no-repeat;
220
-            height: 100%;
221
-            background-position: center center;
222
-            width: 20px;
223
-            position: absolute;
224
-            right: 0;
225
-            top: 0px;
226
-            /* background-color: #f7bc8b; */
227
-            cursor: pointer;
228
-        }
229
-
230
         .ztree li span {
197
         .ztree li span {
231
             border: none;
198
             border: none;
232
             padding: 0;
199
             padding: 0;
234
 
201
 
235
         .inps,
202
         .inps,
236
         .inpsReactionCategory {
203
         .inpsReactionCategory {
237
-            width: 217px;
238
-            height: 29px;
204
+            width: 100%;
205
+            height: 33px;
239
             outline: none;
206
             outline: none;
240
             border: 0;
207
             border: 0;
241
             border-image-width: 0;
208
             border-image-width: 0;
263
             width: 20px;
230
             width: 20px;
264
             position: absolute;
231
             position: absolute;
265
             right: 21px;
232
             right: 21px;
266
-            top: 8px;
233
+            top: 14px;
267
             display: none;
234
             display: none;
268
         }
235
         }
269
 
236
 
270
         .Min-width {
237
         .Min-width {
271
-            width: 150px;
238
+            width: 280px;
272
         }
239
         }
273
 
240
 
274
         .btn-default {
241
         .btn-default {
300
                     <div class="box_content">
267
                     <div class="box_content">
301
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
268
                         <table id="sqzx" style="width: 100%" border="0" cellspacing="0" cellpadding="0">
302
                             <tr>
269
                             <tr>
303
-                                <!-- <th>关键字:</th>
304
-                                <td>
305
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
306
-                                </td> -->
307
-                                <!-- <th>关键字:</th>
308
-                                <td>
309
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
310
-                                </td> -->
311
-                                <!-- <th>关键字:</th>
312
-                                <td>
313
-                                    <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
314
-                                </td> -->
315
-                                <th>事项编号:</th>
270
+                                <th>工单来源:</th>
316
                                 <td>
271
                                 <td>
317
-                                    <input type="text" placeholder="输入工单号" id="wids" class="Min-width" />
272
+                                    <select class="form-control" id="source"></select>
318
                                 </td>
273
                                 </td>
319
-                                <th>工单状态:</th>
274
+                                <th>来电号码:</th>
320
                                 <td>
275
                                 <td>
321
-                                    <select name="" id="state" class="select">
322
-                                        <option selected="selected" value="">
323
-                                            请选择
324
-                                        </option>
325
-                                        <option value="0">新工单</option>
326
-                                        <option value="1">待交办</option>
327
-                                        <!-- <option value="10">待审核</option> -->
328
-                                        <option value="2">待查收</option>
329
-                                        <option value="3">
330
-                                            退回审核中
331
-                                        </option>
332
-                                        <option value="4">办理中</option>
333
-                                        <option value="5">
334
-                                            延时审核中
335
-                                        </option>
336
-                                        <option value="6">已办理</option>
337
-                                        <!-- <option value="7">已回访</option> -->
338
-                                        <option value="11">
339
-                                            重办待交办
340
-                                        </option>
341
-                                        <option value="13">重办驳回</option>
342
-                                        <option value="8">重办中</option>
343
-                                        <option value="9">已结案</option>
344
-                                    </select>
276
+                                    <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
345
                                 </td>
277
                                 </td>
346
-                                <th>时间:</th>
278
+                                <th>来电时间:</th>
347
                                 <td colspan="3">
279
                                 <td colspan="3">
348
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
280
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
349
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
281
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
352
                                 </td>
284
                                 </td>
353
                             </tr>
285
                             </tr>
354
                             <tr>
286
                             <tr>
355
-                                <th>工单来源:</th>
356
-                                <td>
357
-                                    <select class="select_" id="source"></select>
358
-                                </td>
359
-                                <th>反映类别:</th>
360
-                                <td style="position: relative;">
361
-                                    <div class="inpBox">
362
-                                        <input type="text" class="inpsReactionCategory" />
363
-                                        <input type="hidden" id="keyid" />
364
-                                        <i class="CleansReactionCategory fa fa-close"></i>
365
-                                        <i class="xlReactionCategory xl_one"></i>
366
-                                        <div class="addTreeReactionCategory xlAddReactionCategory">
367
-                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
368
-                                        </div>
369
-                                    </div>
370
-                                </td>
371
-                                <th>来电号码:</th>
287
+                                <th>事项编号:</th>
372
                                 <td>
288
                                 <td>
373
-                                    <input type="text" id="tel" placeholder="请输入来电号码" />
289
+                                    <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
374
                                 </td>
290
                                 </td>
375
                                 <th>来电人:</th>
291
                                 <th>来电人:</th>
376
                                 <td>
292
                                 <td>
377
-                                    <input type="text" id="name" class="Min-width" autocomplete="off" />
293
+                                    <input type="text" id="name" class="form-control" autocomplete="off" />
294
+                                </td>
295
+                                <th>办理时间:</th>
296
+                                <td colspan="3">
297
+                                    <input id="dealstarttime" class="photo x-color laydate-icon" type="text"
298
+                                        autocomplete="off" style="height: 35px;" />-<input id="dealstrendtime"
299
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
300
+                                        style="height: 35px;" />
378
                                 </td>
301
                                 </td>
379
                             </tr>
302
                             </tr>
380
                             <tr>
303
                             <tr>
381
                                 <th>工单标题:</th>
304
                                 <th>工单标题:</th>
382
                                 <td>
305
                                 <td>
383
-                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="Min-width" />
306
+                                    <input type="text" placeholder="输入工单标题" id="workOrderTitle" class="form-control" />
384
                                 </td>
307
                                 </td>
385
-                                <th>工单内容:</th>
308
+                                <th>受话坐席:</th>
386
                                 <td>
309
                                 <td>
387
-                                    <input type="text" placeholder="输入工单内容" id="workOrderContent" class="Min-width" />
310
+                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
311
+                                        data-live-search="true">
312
+                                        <option value="">请选择坐席</option>
313
+                                    </select>
388
                                 </td>
314
                                 </td>
389
-                                <th>办理结果:</th>
315
+                                <th>反映区域:</th>
390
                                 <td>
316
                                 <td>
391
-                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
392
-                                        class="Min-width" />
317
+                                    <select class="form-control Min-width" id="sourceAreas"></select>
393
                                 </td>
318
                                 </td>
319
+                                <td></td>
320
+                                <td></td>
394
                             </tr>
321
                             </tr>
395
                             <tr>
322
                             <tr>
323
+                                <th>来电内容:</th>
324
+                                <td>
325
+                                    <input type="text" placeholder="输入来电内容" id="workOrderContent"
326
+                                        class="form-control" />
327
+                                </td>
328
+                                <th>审核员:</th>
329
+                                <td>
330
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
331
+                                        multiple data-live-search="true">
332
+                                        <option value="">
333
+                                            请选择调度员
334
+                                        </option>
335
+                                    </select>
336
+                                </td>
396
                                 <th>处理类型:</th>
337
                                 <th>处理类型:</th>
397
                                 <td>
338
                                 <td>
398
-                                    <select class="select_" id="dealtype">
339
+                                    <select class="form-control Min-width" id="dealtype">
399
                                         <option value="">请选择</option>
340
                                         <option value="">请选择</option>
400
                                         <option value="0">网络转派</option>
341
                                         <option value="0">网络转派</option>
401
                                         <option value="1">当即办理</option>
342
                                         <option value="1">当即办理</option>
402
                                     </select>
343
                                     </select>
403
                                 </td>
344
                                 </td>
404
-                                <th>类型:</th>
345
+                            </tr>
346
+                            <tr>
347
+                                <th>办理结果:</th>
405
                                 <td>
348
                                 <td>
406
-                                    <select class="select_" id="type"></select>
349
+                                    <input type="text" placeholder="输入办理结果" id="workOrderProcessingResult"
350
+                                        class="form-control" />
407
                                 </td>
351
                                 </td>
408
-                                <th>区域:</th>
352
+                                <th>工单状态:</th>
409
                                 <td>
353
                                 <td>
410
-                                    <select class="select_" id="sourceAreas"></select>
354
+                                    <select name="" id="state" class="form-control">
355
+                                        <option selected="selected" value="">
356
+                                            请选择
357
+                                        </option>
358
+                                        <option value="0">新工单</option>
359
+                                        <option value="1">待交办</option>
360
+                                        <!-- <option value="10">待审核</option> -->
361
+                                        <option value="2">待查收</option>
362
+                                        <option value="3">
363
+                                            退回审核中
364
+                                        </option>
365
+                                        <option value="4">办理中</option>
366
+                                        <option value="5">
367
+                                            延时审核中
368
+                                        </option>
369
+                                        <option value="6">已办理</option>
370
+                                        <!-- <option value="7">已回访</option> -->
371
+                                        <option value="11">
372
+                                            重办待交办
373
+                                        </option>
374
+                                        <option value="13">重办驳回</option>
375
+                                        <option value="8">重办中</option>
376
+                                        <option value="9">已结案</option>
377
+                                    </select>
378
+                                </td>
379
+                                <th>来电类型:</th>
380
+                                <td>
381
+                                    <select class="form-control Min-width" id="type"></select>
382
+                                </td>
383
+                                <td>
384
+                                    <botton class="btns Seach">搜索</botton>
411
                                 </td>
385
                                 </td>
412
-                                <th>承办单位:</th>
386
+                            </tr>
387
+                            <tr>
388
+                                <th>承办单位:</th>
413
                                 <td style="position: relative">
389
                                 <td style="position: relative">
414
                                     <div class="inpBox">
390
                                     <div class="inpBox">
415
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
391
                                         <input type="text" class="inps" onkeyup="darptSearch()" />
423
                                         <ul id="sponsor"></ul>
399
                                         <ul id="sponsor"></ul>
424
                                     </div>
400
                                     </div>
425
                                 </td>
401
                                 </td>
426
-                            </tr>
427
-                            <tr>
428
-                                <th>坐席:</th>
429
-                                <td>
430
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
431
-                                        data-live-search="true">
432
-                                        <option value="">请选择坐席</option>
433
-                                    </select>
402
+                                <th>反映类别:</th>
403
+                                <td style="position: relative;">
404
+                                    <div class="inpBox">
405
+                                        <input type="text" class="inpsReactionCategory" />
406
+                                        <input type="hidden" id="keyid" />
407
+                                        <i class="CleansReactionCategory fa fa-close"></i>
408
+                                        <i class="xlReactionCategory xl_one"></i>
409
+                                        <div class="addTreeReactionCategory xlAddReactionCategory">
410
+                                            <ul id="addTreeDemoReactionCategory" class="ztree"></ul>
411
+                                        </div>
412
+                                    </div>
434
                                 </td>
413
                                 </td>
435
-                                <th>审核员:</th>
414
+                                <th>是否公开:</th>
436
                                 <td>
415
                                 <td>
437
-                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
438
-                                        multiple data-live-search="true">
416
+                                    <select id="isopen" class="form-control Min-width" name="select">
439
                                         <option value="">
417
                                         <option value="">
440
-                                            请选择调度员
418
+                                            请选择是否公开
419
+                                        </option>
420
+                                        <option value="0">
421
+                                            未公开
422
+                                        </option>
423
+                                        <option value="1">
424
+                                            已公开
441
                                         </option>
425
                                         </option>
442
                                     </select>
426
                                     </select>
443
                                 </td>
427
                                 </td>
444
-                                <td colspan="7" style="text-align: center">
445
-                                    <botton class="btns Seach">搜索</botton>
428
+                                <td>
446
                                     <botton class="btns Export">导出</botton>
429
                                     <botton class="btns Export">导出</botton>
447
                                 </td>
430
                                 </td>
448
                             </tr>
431
                             </tr>
432
+                            <tr>
433
+                            </tr>
449
                         </table>
434
                         </table>
450
                     </div>
435
                     </div>
451
                 </div>
436
                 </div>

+ 3 - 2
WebUI/CallCenterWeb.UI/OtherPhoneManagement/WorkDSZBOtherPhone.html

402
                                 <tr>
402
                                 <tr>
403
                                     <th data-checkbox="true"></th>
403
                                     <th data-checkbox="true"></th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
404
                                     <th data-align="center" data-formatter="setCode">序号</th>
405
-                                    <th data-field="F_WorkOrderId" data-align="center">
405
+                                    <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
406
                                         工单单号
406
                                         工单单号
407
                                     </th>
407
                                     </th>
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
408
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
468
     <script src="../My97DatePicker/WdatePicker.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
469
     <script src="../js/zTree/jquery.ztree.core.js"></script>
470
     <script src="../js/search/screen.js"></script>
470
     <script src="../js/search/screen.js"></script>
471
+    <script src="../js/WorkOrder/WorkOrderList.js"></script>
471
     <script>
472
     <script>
472
         var wid = helper.request.queryString("states");
473
         var wid = helper.request.queryString("states");
473
         if (wid) {
474
         if (wid) {
742
         function bj(str) {
743
         function bj(str) {
743
             layer.open({
744
             layer.open({
744
                 type: 2,
745
                 type: 2,
745
-                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + + "&workType=jb", //iframe的url,no代表不显示滚动条
746
+                content: "../CommonHtml/AddAppealDCL.html?wid=" + str + "&workType=jb", //iframe的url,no代表不显示滚动条
746
                 title: "编辑工单",
747
                 title: "编辑工单",
747
                 area: ["95%", "95%"], //宽高
748
                 area: ["95%", "95%"], //宽高
748
             });
749
             });

+ 3 - 3
WebUI/CallCenterWeb.UI/OtherPhoneManagement/toSupervListOtherPhone.html

668
             //          alert(row.F_WorkOrderId);
668
             //          alert(row.F_WorkOrderId);
669
             var WorkOrderId = row.F_WorkOrderId;
669
             var WorkOrderId = row.F_WorkOrderId;
670
             var html = '';
670
             var html = '';
671
-            if (row.F_WorkState == '1') {
672
-                html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
673
-            }
671
+            // if (row.F_WorkState == '1') {
672
+            //     html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
673
+            // }
674
             for (var i = 0; i < Rows.length; i++) {
674
             for (var i = 0; i < Rows.length; i++) {
675
 
675
 
676
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
676
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];

+ 2 - 2
WebUI/CallCenterWeb.UI/ReportForm/superviseDataStatistics.html

3
 
3
 
4
 <head>
4
 <head>
5
     <meta charset="UTF-8">
5
     <meta charset="UTF-8">
6
-    <title>督办数据统计</title>
6
+    <title>数据统计</title>
7
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
     <script src="../Script/Common/huayi.load.js"></script>
8
     <script src="../Script/Common/huayi.load.js"></script>
9
     <script src="../Script/Common/huayi.config.js"></script>
9
     <script src="../Script/Common/huayi.config.js"></script>
122
                     <i class="syIcon"></i>位置:
122
                     <i class="syIcon"></i>位置:
123
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
123
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
124
                     <a href="javaScript:;">业务统计</a>&gt;
124
                     <a href="javaScript:;">业务统计</a>&gt;
125
-                    <a href="" class="nowPosition">督办数据统计</a>
125
+                    <a href="" class="nowPosition">数据统计</a>
126
                 </sapn>
126
                 </sapn>
127
             </div>
127
             </div>
128
             <div class="dhRight">
128
             <div class="dhRight">

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

449
 
449
 
450
     <script>
450
     <script>
451
         var wid = helper.request.queryString("states");
451
         var wid = helper.request.queryString("states");
452
+        var roleCode = $.cookie("code");
452
         if (wid) {
453
         if (wid) {
453
             $("#state").val(wid);
454
             $("#state").val(wid);
454
         }
455
         }
655
             //          alert(row.F_WorkOrderId);
656
             //          alert(row.F_WorkOrderId);
656
             var WorkOrderId = row.F_WorkOrderId;
657
             var WorkOrderId = row.F_WorkOrderId;
657
             var html = '';
658
             var html = '';
658
-            if (row.F_WorkState == '1') {
659
-                html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>';
660
-            }
661
             for (var i = 0; i < Rows.length; i++) {
659
             for (var i = 0; i < Rows.length; i++) {
662
 
660
 
663
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
661
                 var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
668
                 html += html1;
666
                 html += html1;
669
 
667
 
670
             }
668
             }
671
-            html += '<a class="xg sendMsg" onclick="sendMsg(\'' + row.F_WorkOrderId + '\')" title="催办">催办</a>';
669
+            if (roleCode !== "WLDW") {
670
+                html += '<a class="xg sendMsg" onclick="sendMsg(\'' + row.F_WorkOrderId + '\')" title="催办">催办</a>';
671
+            }
672
             return html;
672
             return html;
673
         }
673
         }
674
 
674
 

+ 14 - 0
WebUI/CallCenterWeb.UI/js/index.js

4
         window.location.href = "index.html";
4
         window.location.href = "index.html";
5
     }
5
     }
6
     getnew();
6
     getnew();
7
+    domainPrompt();
7
     //来电弹屏
8
     //来电弹屏
8
     laydate.skin("blue");
9
     laydate.skin("blue");
9
 
10
 
2429
     });
2430
     });
2430
 }
2431
 }
2431
 
2432
 
2433
+function domainPrompt() {
2434
+    var content = '<div style="padding: 20px; font-size: 30px; line-height: 40px;">为了系统平台的安全考虑,系统登录地址改为:<a href="http://12345rx.zwfw.anyang.gov.cn:9999/home.html" target="block">http://12345rx.zwfw.anyang.gov.cn:9999/home.html</a>,新系统地址5月28日开始正式使用,老系统将于6月5日正式停止访问,请互相转告,谢谢!</div>'
2435
+    console.log("123123", window.location.host)
2436
+    if (window.location.host === "125.45.12.146:9999") {
2437
+        layer.open({
2438
+            type: 1,
2439
+            title: "提示",
2440
+            content: content, //这里content是一个普通的String
2441
+            area: ["50%", "50%"],
2442
+        });
2443
+    }
2444
+}
2445
+
2432
 $("#hangUpEvaluation").click(function () {
2446
 $("#hangUpEvaluation").click(function () {
2433
     obj.Type = "TurnIvr";
2447
     obj.Type = "TurnIvr";
2434
     obj.AgentID = $.cookie("zx_user");
2448
     obj.AgentID = $.cookie("zx_user");

+ 21 - 9
WebUI/CallCenterWeb.UI/js/search/screen.js

45
     })
45
     })
46
     //清除
46
     //清除
47
     $(".CleansReactionCategory ").click(function () {
47
     $(".CleansReactionCategory ").click(function () {
48
-        // $('.inps').val("");
49
-        // $("#PID").val("");
50
-        // $("#Dpment").val("");
48
+        $('.inpsReactionCategory').val("");
49
+        $('#keyid').val("");
51
     })
50
     })
52
 	
51
 	
53
 	//键盘登录事件
52
 	//键盘登录事件
177
 	var startTime;
176
 	var startTime;
178
 	var endTime;
177
 	var endTime;
179
 	if($('#starttime').val()) {
178
 	if($('#starttime').val()) {
180
-		startTime = $('#starttime').val() && $('#starttime').val().split(' ~ ')[0];
181
-		endTime = $('#starttime').val() && $('#starttime').val().split(' ~ ')[1];
179
+		startTime = $("#starttime").val();
180
+		endTime = $("#endtime").val();
182
 	} else {
181
 	} else {
183
 		startTime = "";
182
 		startTime = "";
184
 		endTime = "";
183
 		endTime = "";
185
 	}
184
 	}
185
+    var ComTitle = $("#workOrderTitle").val().replace(/\s+/g, ""); // 工单标题
186
+    var ComContent = $("#workOrderContent").val().replace(/\s+/g, ""); // 工单内容
187
+    var Result = $("#workOrderProcessingResult").val().replace(/\s+/g, ""); // 办理结果
188
+    var dealstarttime = $("#dealstarttime").val(); //办理开始时间
189
+    var dealstrendtime = $("#dealstrendtime").val(); //办理结束时间
190
+    var isopen = $("#isopen").val(); // 是否公开
191
+
186
 	var url = huayi.config.callcenter_url + "WorkOrder/GetList?token=" + $.cookie("token") + "&isdc=1";
192
 	var url = huayi.config.callcenter_url + "WorkOrder/GetList?token=" + $.cookie("token") + "&isdc=1";
187
 	url += "&starttime=" + startTime +
193
 	url += "&starttime=" + startTime +
188
 		"&endtime=" + endTime +
194
 		"&endtime=" + endTime +
189
-		"&workid=" + $("#wids").val() + "&state=" + $("#state").val() +
190
-		"&type=" + $("#type").val() //+ "&bigtype=" + ("#bigtype").val()
191
-		+
195
+		"&workid=" + $("#wids").val() + 
196
+        "&state=" + $("#state").val() +
197
+		"&type=" + $("#type").val() +
192
 		"&key=" + $("#key").val() +
198
 		"&key=" + $("#key").val() +
193
 		"&tel=" + $("#tel").val() +
199
 		"&tel=" + $("#tel").val() +
194
 		"&name=" + $("#name").val() +
200
 		"&name=" + $("#name").val() +
200
 		"&type=" + $("#type").val() +
206
 		"&type=" + $("#type").val() +
201
 		"&dealtype=" + $("#dealtype").val() +
207
 		"&dealtype=" + $("#dealtype").val() +
202
 		"&sourcearea=" + $('#sourceAreas').val() +
208
 		"&sourcearea=" + $('#sourceAreas').val() +
209
+        "&ComTitle=" + ComTitle +
210
+        "&ComContent=" + ComContent + 
211
+        "&Result=" + Result + 
212
+        "&dealstarttime=" + dealstarttime +
213
+        "&dealstrendtime=" + dealstrendtime +
214
+        "&isopen=" + isopen + 
203
 		"&isdc=1";
215
 		"&isdc=1";
204
 	window.location.href = url;
216
 	window.location.href = url;
205
 	//obj.href = url;
217
 	//obj.href = url;
269
 	// if(!treeNode.children) {
281
 	// if(!treeNode.children) {
270
 		$(".inpsReactionCategory").val(treeNode.text);
282
 		$(".inpsReactionCategory").val(treeNode.text);
271
 		$("#keyid").val(treeNode.id);
283
 		$("#keyid").val(treeNode.id);
272
-		$(".Cleans").show();
284
+		$(".CleansReactionCategory").show();
273
 	// }else{
285
 	// }else{
274
 	// 	layer.msg("请选择最后一级");
286
 	// 	layer.msg("请选择最后一级");
275
 	// }
287
 	// }