|
@@ -127,6 +127,55 @@
|
|
|
<#--<a onclick="toOrserList('${path}/admin/customer/select_customer_list?backStatus=1&isFirst=1',2,'')" ><span>(</span><span id="notSendCustomer" style="color: #f00">0</span><span>)录入三天后未寄回的客诉数量</span></a>-->
|
|
|
</ul>
|
|
|
</div>
|
|
|
+ <div id="selectTodo2" class="menu_dropdown bk_2" style="display:none">
|
|
|
+ <ul>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=1',1,'',this)">
|
|
|
+ <span style="color: red">待确认(<span id="beConfirmedNum" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=2',1,'',this)">
|
|
|
+ <span style="color: red">待分配物流(<span id="distributionLogisticsNum" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=3',1,'',this)">
|
|
|
+ <span style="color: red">待发货(<span id="sendTheGoods" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=4',1,'',this)">
|
|
|
+ <span style="color: red">待打单(<span id="playSingle" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=5',1,'',this)">
|
|
|
+ <span style="color: red">待出库(<span id="outbound" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=6',1,'',this)">
|
|
|
+ <span style="color: red">待揽件(<span id="takeToBe" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=7',1,'',this)">
|
|
|
+ <span style="color: red">揽件超时(<span id="tookTimeout" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li style="margin-top: 1px;width: 200px;margin-left: 10px;">
|
|
|
+ <a onclick="toOrserList('${path}/admin/salesOrder/list_order_page?statisticalType=8',1,'',this)">
|
|
|
+ <span style="color: red">揽件异常(<span id="tookAbnormal" style="color: #f00">0</span>)</span>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <#--<div>客诉</div>-->
|
|
|
+ <#--<a onclick="toOrserList('${path}/admin/customer/select_customer_list?customerIsSolve=2&isFirst=1',2,'')" ><span>(</span><span id="notSolvedCustomer" style="color: #f00">0</span><span>)未解决客诉数量</span></a><br>-->
|
|
|
+ <#--<a onclick="toOrserList('${path}/admin/customer/select_customer_list?backStatus=4&isFirst=1',2,'')" ><span>(</span><span id="amountReceivedCustomer" style="color: #f00">0</span><span>)需要向工厂确认是否已签收的产品数量</span></a><br>-->
|
|
|
+ <#--<a onclick="toOrserList('${path}/admin/customer/select_customer_list?backStatus=3&isFirst=1',2,'')" ><span>(</span><span id="noEntryCustomer" style="color: #f00">0</span><span>)需要填写Efast订单号的客诉数量</span></a><br>-->
|
|
|
+ <#--<a onclick="toOrserList('${path}/admin/customer/select_customer_list?backStatus=1&isFirst=1',2,'')" ><span>(</span><span id="notSendCustomer" style="color: #f00">0</span><span>)录入三天后未寄回的客诉数量</span></a>-->
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</section>
|
|
|
|
|
|
<div class="contextMenu" id="Huiadminmenu">
|
|
@@ -153,6 +202,19 @@
|
|
|
content: $("#selectTodo").html()
|
|
|
});
|
|
|
}
|
|
|
+ function toDoShow3(){
|
|
|
+ //页面层
|
|
|
+ layer.open({
|
|
|
+ type: 1,
|
|
|
+ title: '待处理订单提醒',
|
|
|
+ shade: false,
|
|
|
+ offset: 'rb',
|
|
|
+ /*closeBtn: 0, 是否展示关闭按钮*/
|
|
|
+
|
|
|
+ area: ['300px', '230px'], //宽高
|
|
|
+ content: $("#selectTodo2").html()
|
|
|
+ });
|
|
|
+ }
|
|
|
function toDoShow2(playSingle,outbound){
|
|
|
//页面层
|
|
|
layer.open({
|
|
@@ -196,10 +258,23 @@
|
|
|
$("#toBeAnnounced").html(data.data.toBeAnnounced);
|
|
|
$("#toBeDelivered").html(data.data.toBeDelivered);
|
|
|
$("#allToDayOrder").html(data.data.allToDayOrder);
|
|
|
+
|
|
|
+
|
|
|
+ $("#beConfirmedNum").html(data.data.salesOrderNum.beConfirmedNum);
|
|
|
+ $("#distributionLogisticsNum").html(data.data.salesOrderNum.distributionLogisticsNum);
|
|
|
+ $("#sendTheGoods").html(data.data.salesOrderNum.sendTheGoods);
|
|
|
+ $("#playSingle").html(data.data.salesOrderNum.playSingle);
|
|
|
+ $("#outbound").html(data.data.salesOrderNum.outbound);
|
|
|
+ $("#takeToBe").html(data.data.salesOrderNum.takeToBe);
|
|
|
+ $("#tookTimeout").html(data.data.salesOrderNum.tookTimeout);
|
|
|
+ $("#tookAbnormal").html(data.data.salesOrderNum.tookAbnormal);
|
|
|
if(data.data.adminDept === 3){
|
|
|
+ toDoShow3();
|
|
|
+ }else{
|
|
|
toDoShow();
|
|
|
}
|
|
|
- }toDoShow();
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
"error":function(data){
|
|
|
alert("操作失败,请联系管理员!");
|
|
@@ -226,5 +301,8 @@
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
+ function statisticalType(statisticalType) {
|
|
|
+ window.location.href= "${path}/admin/salesOrder/list_order_page?statisticalType="+statisticalType;
|
|
|
+ }
|
|
|
</script>
|
|
|
</html>
|