{extend name="base:base" /} {block name="title"}订单管理{/block} {block name="body"}
返回订单管理 Return Order Management
订单详情
Order Details
{if $order_info.is_cancel neq 1} {/if}
订单号
Order Number
{$order_info.order_no}
销售姓名
Sales Name
{$order_info.sale_id|get_uname}
订单状态
Order Status
{$order_info.order_status|get_order_en_status}{if $order_info.is_cancel eq 1}/Cancel{/if}
客户编号
Buyer Number
{$order_info.member_no}
集装箱数量
QTY of HQ
{$order_info.container_num}
包装类型
Packaging Type
{$order_info.packagingtype|get_packagingtype}
层数
PLY Type
{$order_info.ply|get_ply}
每包货物数量
PCS per Package
{$order_info.per_package_num}
类别
Category
{$order_info.cate_id|get_category}
尺寸
Size
{$order_info.size|get_size}
打包方式
Package Method
{$order_info.packagemethod|get_package_method}
印刷
Printing
{$order_info.printing|get_printing}
版式/数量/计划数量
Design/QTY/Planning QTY
{volist name="design" id = "vo"}

{$vo.design} {$vo.color|get_color_name} {$vo.pcs} {if $vo.plan_num gt 0 } {$vo.plan_num}{else /} {$vo.pcs}{/if}

{/volist}
订单包裹数量
Order Package QTY
{$order_info.total_package_num}
{if $order_info.is_cancel neq 1} {/if}
计划包裹数量
Plan Package QTY
{$order_info.plan_total_package_num}
{if $order_info.order_status eq 6}
{$order_info.order_no|get_infact_package_nums} 需求包裹数
{$order_info.order_no|get_infact_package_nums} packages wait to be produced
{else /}
{$order_info.plan_total_package_num} 个包裹待生产
{$order_info.plan_total_package_num} packages wait to be produced
{/if}
{if $order_info.order_status eq 6}
{$order_info.order_no|get_delivery_package_nums} 准备发货包裹数量
{$order_info.order_no|get_delivery_package_nums} packages are in delivery
{else /}
{$order_info.order_no|get_inventory_package_num} 个包裹在库
{$order_info.order_no|get_inventory_package_num} packages are in stock
{/if}
{notempty name="num_question"}
{volist name = "num_question" id="num_quest"} {if $num_quest.act_type == 6}
{$num_quest.msg}
{$num_quest.msg_en}
{elseif $num_quest.act_type == 5} {if $role_id eq 9}
{$num_quest.msg}
{$num_quest.msg_en}
{/if} {/if} {/volist}
{/notempty}
入库/出库明细 In-stock/Out-stock Detail
{volist name = "in_stock_lists" key="kin" id ="vo"} {/volist} {volist name = "out_stock_lists" key="kout" id ="vo"} {/volist} {volist name = "in_stock_lists" key="kin" id ="vo"} {/volist} {volist name = "out_stock_lists" key="kout" id ="vv"} {/volist} {volist name = "in_stock_lists" key="kin" id ="vo"} {/volist} {volist name = "out_stock_lists" key="kout" id ="vv"} {/volist} {volist name = "in_stock_lists" key="kin" id ="vo"} {/volist} {volist name = "out_stock_lists" key="kout" id ="vv"} {/volist}
#
第{$kin|numToWord}次入库
IN #{$kin}
第{$kout|numToWord}次出库
OUT #{$kout}
当前库存 - 包裹
Current Inventory

in Package
当前库存 - 货物
Current Inventory

in Pcs
总重量
Total Weight
少/多生产包裹
Less/More Package
包裹数量
QTY in Package
{$vo.package_num} {$vv.package_num} {$order_id|get_order_sotck_package_num} {$order_id|get_order_sotck_total_pcs} {$order_id|get_order_total_weight} {$order_id|get_order_package_num_requestion}
货物件数
QTY in Pcs
{$vo.package_pcs} {$vv.package_pcs}
时间
Time
{$vo.create_time|date="Y/m/d",###} {$vv.create_time|date="Y/m/d",###}
生产包裹明细 Package Detail
{volist name="package_list" id="vo"} {/volist}
包裹号
Package No.
品质
Quality
重量
Weight
尺寸
Size
入库时间
In-stock Time
地点
Location
出库时间
Out-stock Time
扫描人员账户
Scan User
二维码状态
QR Code Status
{$vo.package_no} {$vo.quality} {$vo.weight} {$vo.size|get_size} {if $vo.in_stock_time gt 0} {$vo.in_stock_time|date="Y/m/d H:i:s",###} {else /} N/A {/if} {$vo.w_id|get_w_name} {if $vo.out_stock_time gt 0} {$vo.out_stock_time|date="Y/m/d H:i:s",###} {else /} N/A {/if} 入库:{$vo.in_stock_uid|get_uname} 出库:{$vo.out_stock_uid|get_uname} {if $vo.is_out_stock eq 1} OUT-STOCK SCAN {elseif $vo.is_in_stock eq 1} IN-STOCK SCAN {else /} N/A {/if}
{$pages}
{/block} {block name="script"} {/block}