|
|
@@ -347,23 +347,27 @@ $(document).ready(function() {
|
|
347
|
347
|
"token": $.cookie("token")
|
|
348
|
348
|
}, function(result) {
|
|
349
|
349
|
if (result.state.toLowerCase() == "success") {
|
|
350
|
|
- $(".assign").text(result.Assign); //待指派
|
|
351
|
|
- $(".receipt").text(result.Receipt); //待接单
|
|
352
|
|
- $(".accepted").text(result.Acceptedorders); //已接单(待处理)
|
|
353
|
|
- $(".ovar").text(result.Ovar); //已完成的
|
|
354
|
|
- $(".allocated").text(result.Allocated); //客服已分配
|
|
355
|
|
- $(".tobevisited").text(result.Tobevisited); //待回访
|
|
356
|
|
- $(".returnvisit").text(result.Returnvisit); //已回访
|
|
357
|
|
- $(".tobefinished").text(result.Tobefinished); //待完结
|
|
358
|
|
- $(".gcapproved").text(result.GCApproved); //高层待审批
|
|
359
|
|
- $(".customer").text(result.CustomerWorkorder); //客户工单
|
|
360
|
|
- $(".delays").text(result.Delays); //延期工单
|
|
361
|
|
- $(".deWorkOrder").text(result.DeWorkOrder); //微信未通过工单
|
|
362
|
|
- $(".approved").text(result.Approved); //已审批
|
|
363
|
|
- $(".wechatOrder").text(result.WeChatWorkOrder); //微信业务员工单
|
|
364
|
|
- $(".tobeApproved").text(result.tobeApproved); //大区经理分公司经理待审批
|
|
365
|
|
- $(".createdbill").text(result.createdbill); //业务员大区经理分公司经理已创单
|
|
366
|
|
- $(".backid").text(result.Backid); //退单
|
|
|
350
|
+ $(".DZP").text(result.DZP); //待指派
|
|
|
351
|
+ $(".DJD").text(result.DJD); //待接单
|
|
|
352
|
+ $(".DCL").text(result.DCL); //已接单(待处理)
|
|
|
353
|
+ $(".YCL").text(result.YCL); //已完成的
|
|
|
354
|
+ $(".YZP").text(result.YZP); //客服已分配
|
|
|
355
|
+ $(".RV_awaitVist").text(result.RV_awaitVist); //待回访
|
|
|
356
|
+ $(".RV_haveVisit").text(result.RV_haveVisit); //已回访
|
|
|
357
|
+ $(".RV_resultVisit").text(result.RV_resultVisit);//综合回访
|
|
|
358
|
+ $(".DWJ").text(result.DWJ); //待完结
|
|
|
359
|
+ $(".GCDBL").text(result.GCDBL); //高层待审批
|
|
|
360
|
+ $(".KHFK").text(result.KHFK); //客户工单
|
|
|
361
|
+ $(".YQGD").text(result.YQGD); //延期工单
|
|
|
362
|
+ $(".WSP").text(result.WSP); //微信未通过工单
|
|
|
363
|
+ $(".YBL").text(result.YBL); //已审批
|
|
|
364
|
+ $(".YGGD").text(result.YGGD); //微信业务员工单
|
|
|
365
|
+ $(".DSP").text(result.DSP); //大区经理分公司经理待审批
|
|
|
366
|
+ $(".YCD").text(result.YCD); //业务员大区经理分公司经理已创单
|
|
|
367
|
+ $(".TD").text(result.TD); //退单
|
|
|
368
|
+ $(".CQGD").text(result.CQGD); //超期
|
|
|
369
|
+ $(".CBGD").text(result.CBGD); //催办
|
|
|
370
|
+ $(".ZHCX").text(result.ZHCX); //综合查询
|
|
367
|
371
|
}
|
|
368
|
372
|
})
|
|
369
|
373
|
}
|