{extend name="base:base" /} {block name="title"}订单管理{/block} {block name="body"}
编辑订单
Edit Order
* 必填信息,否则无法生成订单号 Mandatory fields for generating order code
订单号
Order No.
{$order_info.order_no}
合同号
Contract No.
{$order_info.contract_no}
销售姓名
Sales Name
{$order_info.sale_id|get_uname}
集装箱数量
QTY of HQ
{$order_info.container_num}
重量
Weight
{$order_info.weight}
层数
PLY Type
{$order_info.ply|get_ply}
产品描述
Goods Desc.

{$order_info.desc}

{$order_info.en_desc}

指导书序列号
Instuction Serial No.
{$guide_no}
质量
Quality
{$order_info.weavingmethod|get_weavingmethod}
客户编号
Buyer No.
{$order_info.member_no}
签字
Signatures
销售跟单
Sales follower
{if check_order_signature($order_info.order_id, 1)}Signed time:{:order_signature_time($order_info.order_id, 1)}{/if}
销售代表
Sales Representive
{if check_order_signature($order_info.order_id, 2)}Signed time:{:order_signature_time($order_info.order_id, 2)}{/if}
销售经理
Sales Managert
{if check_order_signature($order_info.order_id, 3)}Signed time:{:order_signature_time($order_info.order_id, 3)}{/if}
文档部门
Document Dpt
{if check_order_signature($order_info.order_id, 4)}Signed time:{:order_signature_time($order_info.order_id, 4)}{/if}
采购部门
Procurement Dpt
{if check_order_signature($order_info.order_id, 5)}Signed time:{:order_signature_time($order_info.order_id, 5)}{/if}
生产计划部
Production Planning Dpt
{if check_order_signature($order_info.order_id, 6)}Signed time:{:order_signature_time($order_info.order_id, 6)}{/if}
生产经理
Production Manager
{if check_order_signature($order_info.order_id, 9)}Signed time:{:order_signature_time($order_info.order_id, 9)}{/if}
总经理
General Managerr
{if check_order_signature($order_info.order_id, 10)}Signed time:{:order_signature_time($order_info.order_id, 10)}{/if}
* 生产基础信息 Production basic information
类别
Category
尺寸
Size
版式 & 件数
Design & PCS QTY
*
打包方式
Pachage Method
印刷
Printing
每包货物数量
PCS per Package
包装类型
Packaging Type
{volist name="design" id="dd"}

{$dd.design} {$dd.color|get_color_name} {$dd.pcs}

{/volist}

{$order_info.product_package_num}个产品待生产

packages wait to be produced

* 用户相关包裹库存信息 Related stock information
订单号
Order #
品质
Quality
层数
PLY
重量
Weight
尺寸
Size
包裹数量
Package

QTY
件数
PCS QTY
入库时间
In-stock

Time
地点
Location
目前没有库存包裹信息数据
* 已选库存包裹信息 Production basic information
生产订单号
Manufacture Order #
包装数量
Package QTY
目前没有库存包裹信息数据

{$stock_package_num|default=0}个库存包裹被选择

{$stock_package_num|default=0} package have been selected from stock

订单包裹总数量 {$total_order_package_num}
Order Total Package QTY
{/block} {block name="script"} {/block}