|
@@ -25,7 +25,7 @@
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
</style>
|
|
</style>
|
|
<meta name="keywords" content="${path}">
|
|
<meta name="keywords" content="${path}">
|
|
- <meta name="description" content="H-ui.admin v3.0,是一款由国人开发的轻量级扁平化网站后台模板,完全免费开源的网站后台管理系统模版,适合中小型CMS后台系统。">
|
|
|
|
|
|
+ <meta name="description" content="">
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<article class="page-container">
|
|
<article class="page-container">
|
|
@@ -62,7 +62,7 @@
|
|
*/
|
|
*/
|
|
function listSalesPostFirm(){
|
|
function listSalesPostFirm(){
|
|
var salesId = $("#salesId").val();
|
|
var salesId = $("#salesId").val();
|
|
- var salesPostFirm = $("#salesPostFirm").val();
|
|
|
|
|
|
+ var salesPostFirm = "${orderSalesPostFirm!''}";
|
|
var salesPostNum = $("#salesPostNum").val();
|
|
var salesPostNum = $("#salesPostNum").val();
|
|
if (salesPostNum == null || salesPostNum === "" || typeof(salesPostNum) === "undefined") {
|
|
if (salesPostNum == null || salesPostNum === "" || typeof(salesPostNum) === "undefined") {
|
|
layer.msg("快递单号必须填写,空快递单号不允许发货", {icon: 5, time: 3000});
|
|
layer.msg("快递单号必须填写,空快递单号不允许发货", {icon: 5, time: 3000});
|