mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 05:25:32 +08:00
213 lines
7.4 KiB
HTML
213 lines
7.4 KiB
HTML
<!--
|
||
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<{capture name="header"}>
|
||
<style media="print">
|
||
div{font-size:14pt; }
|
||
</style>
|
||
<style media="screen">
|
||
div{font-size:12px ;}
|
||
</style>
|
||
<style>
|
||
.order-box{ height:auto; padding:10px 10px 0 10px; margin:5px 20px 0 20px; }
|
||
.order-box li{ padding:3px 0}
|
||
.order-tr{ font-weight:bold; border-bottom:1px solid #ddd}
|
||
.table-border{ margin:10px 0; border-top:2px solid #333;border-bottom:2px solid #333}
|
||
.order-box td{ padding:3px 5px; vertical-align:top}
|
||
.order-font{ font-weight:bold; padding:0 5px; clear:both; height:25px; line-height:25px; margin:5px 0 25px 0}
|
||
</style>
|
||
<{/capture}>
|
||
|
||
<{ if $errIds }>
|
||
<div class="errormsg notice" id="errormsg">
|
||
<div id="msg" class="msg">注意:本次打印数据中的一些单据有问题,这些数据将被忽略(详细内容见下面列表)!!!</div>
|
||
<br>
|
||
<{ foreach from=$errIds item=id }>
|
||
<{$errBns[$id]}>:<{$errInfo[$id]}><br>
|
||
<{ /foreach }>
|
||
</div>
|
||
<{ /if }>
|
||
|
||
|
||
<{if $err=='false'}>
|
||
<{foreach from=$items item=item}>
|
||
<div style="page-break-after: always; margin:0">
|
||
<div class="order-box">
|
||
<table width="100%" cellpadding="0" cellspacing="0" border="0" >
|
||
<tr><td colspan="2" class="order-tr">发货底单<{if $item.is_code=='true'}>(订单支付方式:货到付款)<{/if}>
|
||
<{if $item.shop_logo_url}>
|
||
<img src="<{$item.shop_logo_url}>" width="257" height="50" alt="京东商城">
|
||
<{elseif $item.shop_name}>
|
||
(来源店铺:<{$item.shop_name}>)
|
||
<{/if}>
|
||
|
||
</td></tr>
|
||
<tr><td width="65%" rowspan="4" valign="top" style="padding:5px 0"><{$item.delivery_bn|barcode}></td>
|
||
<td valign="middle" style="padding:5px 0">发货单号:<span style="font-weight:bold"><{$item.delivery_bn}></span>
|
||
</tr>
|
||
<tr>
|
||
<td valign="middle" style="padding:5px 0">打印批次号:<{$idents[$item['delivery_id']]}></td>
|
||
</tr>
|
||
<tr><td valign="middle" style="padding:5px 0">订单号:<{$item.order_bn}></td></tr>
|
||
<tr>
|
||
<td valign="middle" style="padding:5px 0">会员名:<{$item.member_name}>
|
||
</tr>
|
||
|
||
<tr><td colspan="2" >打印日期: <{$time}></td></tr>
|
||
<tr><td colspan="2" >操作员: <{$item.op_name}></td></tr>
|
||
|
||
|
||
</table>
|
||
<table border="0" align="center" width="100%" cellpadding="0" cellspacing="0" class="table-border">
|
||
<tr >
|
||
<td><b>基础物料名称</b></td>
|
||
<td><b>商品规格</b></td>
|
||
<td><b>基础物料编码</b></td>
|
||
<td><b>货位</b></td>
|
||
<td width="6%"><b>保质期信息</b></td>
|
||
<td><b>数量</b></td>
|
||
<td class="price"><b>单价</b></td>
|
||
<td>优惠价</td>
|
||
</tr>
|
||
<{foreach from=$item.delivery_items item=i name=dlyitem}>
|
||
<tr>
|
||
<td><{$i.name}></td>
|
||
<td ><{$i.addon|default:'--'}></td>
|
||
<td ><{$i.bn}></td>
|
||
<td ><{$i.store_position}></td>
|
||
<td >
|
||
<{if $i.expire_bns}>
|
||
<{foreach from=$i.expire_bns item=expire_bn}>
|
||
<{$expire_bn}>
|
||
<{/foreach}>
|
||
<{else}>
|
||
-
|
||
<{/if}>
|
||
</td>
|
||
<td><{$i.number}></td>
|
||
<td class="price" align='right'><{$i.price|cur}></td>
|
||
<td class="price"> </td>
|
||
</tr>
|
||
|
||
<{/foreach}>
|
||
<{if !empty($total)}>
|
||
<tr>
|
||
<td colspan="2" style="text-align:right; padding-right:10px;">共计</td>
|
||
<td style="font-weight:bold; padding-right:10px;"><{$total}></td>
|
||
</tr>
|
||
<{/if}>
|
||
</table>
|
||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-bottom:1px solid #666">
|
||
<tr><td align="right">发货单数量总计:<{$item.delivery_total_nums}>
|
||
<span class="price"><{if $item.order_total_amount}>
|
||
订单总金额:<{$item.order_total_amount|cur}> 商品总金额:<{$item.order_cost_item|cur}>
|
||
<{/if}></span>
|
||
</td></tr>
|
||
</table>
|
||
<style>
|
||
#aaa td{border:none;}
|
||
</style>
|
||
|
||
|
||
<div class="order-tr" style="padding:0 5px; height:28px; line-height:28px;">收货人信息</div>
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="65%" rowspan="5">订单备注:
|
||
<{foreach name="m1" from=$item._mark_text key=key item=item1}>
|
||
<br><{$key}>:
|
||
<{foreach from=$item1 item=it}>
|
||
<br> <b><{$it.op_content}></b> <{$it.op_time}> by <{$it.op_name}>
|
||
<{/foreach}>
|
||
<{/foreach}>
|
||
<br /><br />订单附言:
|
||
<{foreach name="m2" from=$item._mark key=key item=item2}>
|
||
<br><{$key}>:
|
||
<{foreach from=$item2 item=it}>
|
||
<br> <b><{$it.op_content}></b> <{$it.op_time}> by <{$it.op_name}>
|
||
<{/foreach}>
|
||
<{/foreach}>
|
||
<br/><br/>发票信息:
|
||
<{foreach from=$item._tax_info item=item3}>
|
||
<br/><{$item3.order_bn}>:
|
||
<br/> 发票抬头:<{$item3.tax_title}> 发票号:<{$item3.tax_no}>
|
||
<{/foreach}>
|
||
</td>
|
||
<td >收货人:<{$item.consignee.name}></td>
|
||
</tr>
|
||
<tr>
|
||
<td >电话:<{$item.consignee.telephone}></td>
|
||
</tr>
|
||
<tr>
|
||
<td >手机:<{$item.consignee.mobile}></td>
|
||
</tr>
|
||
<tr>
|
||
<td>邮编:<{$item.consignee.zip}></td>
|
||
</tr>
|
||
<tr>
|
||
<td>地址:<{$item.consignee.area|region}> <{$item.consignee.addr}></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2"><div class="order-font">签字:</div></td>
|
||
</tr>
|
||
</table>
|
||
<div style="clear:both"></div>
|
||
</div>
|
||
</div>
|
||
<{/foreach}>
|
||
<{/if}>
|
||
<script>
|
||
var err = <{$err}>;
|
||
if (err==true){
|
||
new Dialog(new Element("div.tableform",{html:'<div class="division">部分发货单已被合并或者拆分</div><div class="table-action"><{button label="关闭" onclick="re_finder();"}></div>'}),{
|
||
title:'提示',
|
||
width:230,
|
||
height:130,
|
||
modal:true,
|
||
resizeable:false});
|
||
}
|
||
|
||
function re_finder(){
|
||
opener.finderGroup['<{$env.get.finder_id}>'].unselectAll();
|
||
opener.finderGroup['<{$env.get.finder_id}>'].refresh.delay(400,opener.finderGroup['<{$env.get.finder_id}>']);
|
||
window.close();
|
||
}
|
||
|
||
function changePrint()
|
||
{
|
||
|
||
new Dialog(new Element("div.tableform",{html:'<div id="pause" class="division">正在提交数据<{img app="desktop" src="loading.gif"}></div><div class="table-action"><{button label="关闭" onclick="re_finder();"}></div>'}),{
|
||
title:'提示',
|
||
width:230,
|
||
height:130,
|
||
modal:true,
|
||
resizeable:false}
|
||
);
|
||
var printname= $('printname').value;
|
||
new Request({url:'index.php?app=ome&ctl=admin_receipts_print&act=setPrintStatus',method:'post',data:'type=delivery&str='+printname+'¤t_otmpl_name=<{$current_otmpl_name}>&sku=<{$sku}>',
|
||
onSuccess:function(json){
|
||
if (json == 'true'){
|
||
$('pause').getParent('.dialog').retrieve('instance').close();
|
||
window.print();
|
||
}else {
|
||
$('pause').set('text',json);
|
||
}
|
||
}
|
||
}).send();
|
||
}
|
||
|
||
</script>
|
||
|