liuyifan %!s(int64=4) %!d(string=hace) años
padre
commit
5e2bf136b8

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

@@ -480,8 +480,7 @@
480 480
             function bj(str) {
481 481
                 layer.open({
482 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 484
                     title: "编辑工单",
486 485
                     area: ["95%", "95%"], //宽高
487 486
                 });

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

@@ -250,8 +250,8 @@
250 250
                         <td colspan="8" style="text-align: center">
251 251
                             <!-- <div class="btn_box"> -->
252 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 255
                             <button class="btns JB">审核通过</button>
256 256
                             <button class="btns thBtn">回退</button>
257 257
                             <button class="btns associatWorkOrder">关联工单</button>
@@ -340,14 +340,12 @@
340 340
             });
341 341
 
342 342
             if (workType) {
343
-                $(".auditMultimediaBtn").hide() // 多媒体审核
344
-                $(".auditBtn").hide(); // 营商审核
343
+                $(".auditBtnMarketing").hide(); // 营商审核
345 344
                 $(".JB").show(); // 审核通过
346 345
                 $(".thBtn").show(); // 回退
347 346
                 $(".associatWorkOrder").show(); // 关联工单
348 347
             } else {
349
-                $(".auditMultimediaBtn").hide(); // 多媒体审核
350
-                $(".auditBtn").hide(); // 审核
348
+                $(".auditBtnMarketing").hide(); // 审核
351 349
                 $(".JB").hide(); // 审核通过
352 350
                 $(".thBtn").hide(); // 回退
353 351
                 $(".associatWorkOrder").hide(); // 关联工单
@@ -359,28 +357,21 @@
359 357
 
360 358
             // 营商管理 审核员审核 局营商办审核  0待审转办未审核、1待审转办已审核
361 359
             if (String(IsExamine) === "0") {
362
-                $(".auditBtn").show(); // 营商审核
360
+                $(".auditBtnMarketing").show(); // 营商审核
363 361
                 $(".JB").hide(); // 审核通过
364 362
             } else if (String(IsExamine) === "1") {
365
-                $(".auditBtn").hide(); // 营商审核
363
+                $(".auditBtnMarketing").hide(); // 营商审核
366 364
                 $(".JB").show(); // 审核通过
367 365
             }
368 366
 
369 367
             // 多媒体审核:0待审转办1审核未通过2审核员待审核
370 368
             if (String(isshMultimedia) === "0" || String(isshMultimedia) === "1") {
371
-                $(".auditMultimediaBtn").hide(); // 多媒体审核
372 369
                 $(".JB").hide(); // 审核通过
373
-                // $(".undertakeUnitWrapper").show(); // 承办单位
374
-                // $(".limittimeWrapper").show(); // 办理时限
375
-                // $(".limittimesWrapper").show(); // 紧急办理时限
376
-                // $(".limittimesWrapperCB").show(); // 重办办理时限
377 370
             } else if (String(isshMultimedia) === "2") {
378
-                $(".auditMultimediaBtn").show(); // 多媒体审核
379 371
                 $(".JB").hide(); // 审核通过
380 372
                 $(".undertakeUnitWrapper").hide(); // 承办单位
381 373
                 $(".limittimeWrapper").hide(); // 办理时限
382 374
                 $(".limittimesWrapper").hide(); // 紧急办理时限
383
-                // $(".limittimesWrapperCB").hide(); // 重办办理时限
384 375
             }
385 376
             
386 377
             $("#reflectCategory").bind("input propertychange", function () {
@@ -468,17 +459,8 @@
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 464
                 $.ajax({
483 465
                     type: "post",
484 466
                     url: huayi.config.callcenter_url +

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

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

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

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