liuyifan лет назад: 4
Родитель
Сommit
5e2bf136b8

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

480
             function bj(str) {
480
             function bj(str) {
481
                 layer.open({
481
                 layer.open({
482
                     type: 2,
482
                     type: 2,
483
-                    content: "../CommonHtml/AddAppeal.html?wid=" + str +
484
-                        "&workType=jb", //iframe的url,no代表不显示滚动条
483
+                    content: "../CommonHtml/AddAppeal.html?wid=" + str +"&workType=jb", //iframe的url,no代表不显示滚动条
485
                     title: "编辑工单",
484
                     title: "编辑工单",
486
                     area: ["95%", "95%"], //宽高
485
                     area: ["95%", "95%"], //宽高
487
                 });
486
                 });

+ 7 - 25
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

250
                         <td colspan="8" style="text-align: center">
250
                         <td colspan="8" style="text-align: center">
251
                             <!-- <div class="btn_box"> -->
251
                             <!-- <div class="btn_box"> -->
252
                             <button class="btns BC">保存</button>
252
                             <button class="btns BC">保存</button>
253
-                            <button class="btns auditBtn" style="display: none;">审核</button>
254
-                            <button class="btns auditMultimediaBtn" style="display: none;">审核</button>
253
+                            <!-- 营商审核 -->
254
+                            <button class="btns auditBtnMarketing" style="display: none;">审核</button>
255
                             <button class="btns JB">审核通过</button>
255
                             <button class="btns JB">审核通过</button>
256
                             <button class="btns thBtn">回退</button>
256
                             <button class="btns thBtn">回退</button>
257
                             <button class="btns associatWorkOrder">关联工单</button>
257
                             <button class="btns associatWorkOrder">关联工单</button>
340
             });
340
             });
341
 
341
 
342
             if (workType) {
342
             if (workType) {
343
-                $(".auditMultimediaBtn").hide() // 多媒体审核
344
-                $(".auditBtn").hide(); // 营商审核
343
+                $(".auditBtnMarketing").hide(); // 营商审核
345
                 $(".JB").show(); // 审核通过
344
                 $(".JB").show(); // 审核通过
346
                 $(".thBtn").show(); // 回退
345
                 $(".thBtn").show(); // 回退
347
                 $(".associatWorkOrder").show(); // 关联工单
346
                 $(".associatWorkOrder").show(); // 关联工单
348
             } else {
347
             } else {
349
-                $(".auditMultimediaBtn").hide(); // 多媒体审核
350
-                $(".auditBtn").hide(); // 审核
348
+                $(".auditBtnMarketing").hide(); // 审核
351
                 $(".JB").hide(); // 审核通过
349
                 $(".JB").hide(); // 审核通过
352
                 $(".thBtn").hide(); // 回退
350
                 $(".thBtn").hide(); // 回退
353
                 $(".associatWorkOrder").hide(); // 关联工单
351
                 $(".associatWorkOrder").hide(); // 关联工单
359
 
357
 
360
             // 营商管理 审核员审核 局营商办审核  0待审转办未审核、1待审转办已审核
358
             // 营商管理 审核员审核 局营商办审核  0待审转办未审核、1待审转办已审核
361
             if (String(IsExamine) === "0") {
359
             if (String(IsExamine) === "0") {
362
-                $(".auditBtn").show(); // 营商审核
360
+                $(".auditBtnMarketing").show(); // 营商审核
363
                 $(".JB").hide(); // 审核通过
361
                 $(".JB").hide(); // 审核通过
364
             } else if (String(IsExamine) === "1") {
362
             } else if (String(IsExamine) === "1") {
365
-                $(".auditBtn").hide(); // 营商审核
363
+                $(".auditBtnMarketing").hide(); // 营商审核
366
                 $(".JB").show(); // 审核通过
364
                 $(".JB").show(); // 审核通过
367
             }
365
             }
368
 
366
 
369
             // 多媒体审核:0待审转办1审核未通过2审核员待审核
367
             // 多媒体审核:0待审转办1审核未通过2审核员待审核
370
             if (String(isshMultimedia) === "0" || String(isshMultimedia) === "1") {
368
             if (String(isshMultimedia) === "0" || String(isshMultimedia) === "1") {
371
-                $(".auditMultimediaBtn").hide(); // 多媒体审核
372
                 $(".JB").hide(); // 审核通过
369
                 $(".JB").hide(); // 审核通过
373
-                // $(".undertakeUnitWrapper").show(); // 承办单位
374
-                // $(".limittimeWrapper").show(); // 办理时限
375
-                // $(".limittimesWrapper").show(); // 紧急办理时限
376
-                // $(".limittimesWrapperCB").show(); // 重办办理时限
377
             } else if (String(isshMultimedia) === "2") {
370
             } else if (String(isshMultimedia) === "2") {
378
-                $(".auditMultimediaBtn").show(); // 多媒体审核
379
                 $(".JB").hide(); // 审核通过
371
                 $(".JB").hide(); // 审核通过
380
                 $(".undertakeUnitWrapper").hide(); // 承办单位
372
                 $(".undertakeUnitWrapper").hide(); // 承办单位
381
                 $(".limittimeWrapper").hide(); // 办理时限
373
                 $(".limittimeWrapper").hide(); // 办理时限
382
                 $(".limittimesWrapper").hide(); // 紧急办理时限
374
                 $(".limittimesWrapper").hide(); // 紧急办理时限
383
-                // $(".limittimesWrapperCB").hide(); // 重办办理时限
384
             }
375
             }
385
             
376
             
386
             $("#reflectCategory").bind("input propertychange", function () {
377
             $("#reflectCategory").bind("input propertychange", function () {
468
                 });
459
                 });
469
             });
460
             });
470
 
461
 
471
-            $(".auditMultimediaBtn").click(function () {
472
-                layer.open({
473
-                    type: 2,
474
-                    content: "./auditMultimedia.html?wid=" + wid, //iframe的url,no代表不显示滚动条
475
-                    title: "审核",
476
-                    area: ["80%", "80%"], //宽高
477
-                });
478
-            });
479
-
480
             // 营商审核
462
             // 营商审核
481
-            $(".auditBtn").click(function () {
463
+            $(".auditBtnMarketing").click(function () {
482
                 $.ajax({
464
                 $.ajax({
483
                     type: "post",
465
                     type: "post",
484
                     url: huayi.config.callcenter_url +
466
                     url: huayi.config.callcenter_url +

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

233
                 istime: true,
233
                 istime: true,
234
                 format: 'YYYY-MM-DD hh:mm:ss'
234
                 format: 'YYYY-MM-DD hh:mm:ss'
235
             });
235
             });
236
+            // ZXLD:审核员
237
+            // YSZY:局营商办
236
             if (roleCode === "ZXLD") {
238
             if (roleCode === "ZXLD") {
237
                 IsExamine = 0;
239
                 IsExamine = 0;
238
             } else if (roleCode === "YSZY") {
240
             } else if (roleCode === "YSZY") {
240
             } else {
242
             } else {
241
                 IsExamine = ""
243
                 IsExamine = ""
242
             }
244
             }
243
-            //tab页切换
244
-            // $('.ul_tab li').click(function () {
245
-            //     $(this).addClass("active").siblings().removeClass("active");
246
-            //     var index = $(this).index();
247
-            //     if (index === 0) {
248
-            //         IsExamine = 0;
249
-            //     } else if (index === 1) {
250
-            //         IsExamine = 1;
251
-            //     }
252
-            //     load();
253
-            // })
254
             load();
245
             load();
255
         });
246
         });
256
         //关闭录音弹出
247
         //关闭录音弹出
366
                 case "2":
357
                 case "2":
367
                     html = '<span style="color:#FF0000;">待查收</span>';
358
                     html = '<span style="color:#FF0000;">待查收</span>';
368
                     break;
359
                     break;
369
-                    break;
370
                 case "3":
360
                 case "3":
371
                     html = "退回审核中";
361
                     html = "退回审核中";
372
                     break;
362
                     break;
469
         //操作
459
         //操作
470
         function Dispose(val, row) {
460
         function Dispose(val, row) {
471
             var Rows = row.Buttons;
461
             var Rows = row.Buttons;
472
-            //          alert(row.F_WorkOrderId);
473
             var WorkOrderId = row.F_WorkOrderId;
462
             var WorkOrderId = row.F_WorkOrderId;
474
             var html = '';
463
             var html = '';
475
-            // if (row.F_WorkState == '1') { html += '<a class="xg" onclick="redeploy(' + WorkOrderId + ')">转派&nbsp</a>'; }
476
             for (var i = 0; i < Rows.length; i++) {
464
             for (var i = 0; i < Rows.length; i++) {
477
                 if (Rows[i].key != 21) {
465
                 if (Rows[i].key != 21) {
478
                     var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
466
                     var html1 = huayi.config.arr[Rows[i].key * 1 - 1];

+ 3 - 1
WebUI/CallCenterWeb.UI/js/WorkOrder/WorkOrderList.js

147
     });
147
     });
148
 }
148
 }
149
 
149
 
150
+// 获取反映类别数据,多级下拉选项
150
 function getReactionCategory(pid = 38) {
151
 function getReactionCategory(pid = 38) {
151
     $.get(
152
     $.get(
152
         huayi.config.callcenter_url + "Dictionary/GetZTreeNew",
153
         huayi.config.callcenter_url + "Dictionary/GetZTreeNew",
176
     );
177
     );
177
 }
178
 }
178
 
179
 
180
+// 搜索获取反映类别数据
179
 function getSearchReactionCategory(key) {
181
 function getSearchReactionCategory(key) {
180
     $("#reflectCategoryList").empty();
182
     $("#reflectCategoryList").empty();
181
     $.get(
183
     $.get(
292
     });
294
     });
293
 }
295
 }
294
 
296
 
295
-// 多媒体角色
297
+// 多媒体角色人员
296
 function getMultimediaPersonnel(obj) {
298
 function getMultimediaPersonnel(obj) {
297
     obj.empty();
299
     obj.empty();
298
     obj.append("<option value=''>请选择</option>");
300
     obj.append("<option value=''>请选择</option>");