<{script src="coms/finder.js" app="desktop" }> <{css app="ome" src="style.css"}>

<{$dly.delivery_bn}>

<{button type="button" class="refuse" id="refuse_delivery" label="拒绝接单"}> <{button type="button" class="need_check" disabled="disabled" id="print_electron" label="打印快递单"}> <{button type="button" class="need_check" disabled="disabled" id="print_dly" label="打印装箱单"}> <{button type="button" class="need_check" disabled="disabled" id="confirm_delivery" label="确认发货"}>
<{input type="text" name="barcode" id="barcode" placeholder="扫描产品条形码" style="background: none repeat scroll 0 0 #FAFAFA;border: 2px solid #CCCCCC;border-radius: 10px 10px 10px 10px;color: #069CBC;font-size: 30px;height: 45px;line-height: 40px;margin-bottom: 10px;padding-left: 19px;width: 400px;" }>
<{input type="text" name="serial" id="serial" placeholder="扫描产品唯一码" style="background: none repeat scroll 0 0 #FAFAFA;border: 2px solid #CCCCCC;border-radius: 10px 10px 10px 10px;color: #069CBC;font-size: 30px;height: 45px;line-height: 40px;margin-bottom: 10px;padding-left: 19px;width: 400px;display: none" }>
平台订单号: <{foreach from=$orders item=val}> <{$val.order_bn}>   <{/foreach}>
发货方式: <{$dly.logi_name}>
顾客付款时间: <{foreach from=$orders item=val}> <{$val.paytime|cdate}>   <{/foreach}>
销售渠道: <{foreach from=$orders item=val}> <{$val.shop_type}>   <{/foreach}>
订单分配日期: <{$dly.createtime|cdate}>
送货地址: <{$dly.ship_province}> <{$dly.ship_city}> <{$dly.ship_district}>  <{$dly.ship_addr|escape:'html'|ciphertext:'order','ship_addr',$dly.shop_type}> <{if $dly.is_encrypt}><{/if}>
发货单号: <{$dly.delivery_bn}>

货品信息:

<{foreach from=$items item=item}> <{/foreach}>
基础物料编码: 条形码: 基础物料名称: 数量: 待发货数量 打包数量 已发货数量
<{$item.bn}> <{$item.barcode}> <{$item.product_name}> <{$item.number}> <{$item.number - $item.verify_num}> <{if $dly.confirm=='1'}><{$item.number}><{else}>0<{/if}> <{if $dly.status=='3'}><{$item.number}><{else}>0<{/if}>
<{button type="button" class="btn" id="return-btn" label="关 闭"}>