|
|
@@ -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 +
|