|
@@ -14,8 +14,10 @@
|
|
<title>待发货订单列表</title>
|
|
<title>待发货订单列表</title>
|
|
</head>
|
|
</head>
|
|
<body style="margin-bottom: 30px">
|
|
<body style="margin-bottom: 30px">
|
|
-<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页 <span class="c-gray en">></span> 仓库管理 <span class="c-gray en">></span> 待发货订单列表 <a class="btn btn-success radius" id="btn-refresh" style="float: right;line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a></nav>
|
|
|
|
|
|
+
|
|
<div class="page-container">
|
|
<div class="page-container">
|
|
|
|
+ <pre style="font-size: 14px;margin-top: -1%;">待发货:EMS(300) 申通(500)</pre>
|
|
|
|
+
|
|
<div class="text-c">
|
|
<div class="text-c">
|
|
<form action="${path}/admin/await_send/listAwaitSendOrder" method="POST" id="search-form">
|
|
<form action="${path}/admin/await_send/listAwaitSendOrder" method="POST" id="search-form">
|
|
<select class="select" name="salesShippingStatus" id="salesShippingStatus" style="height: 31px;width: 150px">-->
|
|
<select class="select" name="salesShippingStatus" id="salesShippingStatus" style="height: 31px;width: 150px">-->
|
|
@@ -134,7 +136,9 @@
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
var LODOP=getLodop();
|
|
var LODOP=getLodop();
|
|
$(function () {
|
|
$(function () {
|
|
- $("#print-order-send").click(function() {
|
|
|
|
|
|
+ layer.tips('一次最多打印1000个订单', '#print-all-order');
|
|
|
|
+
|
|
|
|
+ $("#print-order-send").click(function() {
|
|
var inputs = $(".salesid-input:checked");
|
|
var inputs = $(".salesid-input:checked");
|
|
if (inputs == null || inputs.length <= 0) {
|
|
if (inputs == null || inputs.length <= 0) {
|
|
layer.msg("未选中订单",{icon: 2,time:3000});
|
|
layer.msg("未选中订单",{icon: 2,time:3000});
|
|
@@ -151,6 +155,7 @@
|
|
});
|
|
});
|
|
|
|
|
|
$("#print-all-order").click(function () {
|
|
$("#print-all-order").click(function () {
|
|
|
|
+ layer.tips('一次最多打印1000个订单', '#print-all-order');
|
|
window.location.href = '${path}/admin/await_send/printOrderUI';
|
|
window.location.href = '${path}/admin/await_send/printOrderUI';
|
|
});
|
|
});
|
|
});
|
|
});
|