电子订单表头

订单编号:

{$item.order_no}

商品金额:

{$item.goods_value}{$item.currency_name}

运杂费:

{$item.freight}{$item.currency_name}

报送时间:

{:date('Y-m-d H:i:s', $item['submit_time'])}

合同号/批次号:

{$item.contract_no}

备注:

{$item.note}

电子订单商品表体

企业商品货号 企业商品名称 企业商品描述 条形码 单价({$item.currency_name}) 数量 计量单位 总价({$item.currency_name}) 备注

{$productItem.goods_on}

{$productItem.title}

{$productItem.item_describe}

{$productItem.bar_code}

{$productItem.unit_price}

{$productItem.quantity}

{$productItem.unit_name}

{$productItem.subtotal}

{$productItem.note}