<#include "../../inc/layout.html"> <@layout title="订单" js="scm/order/view.js">
客户:供应商: {{data.customer_name}} 单据日期: {{data.sign_date}} 单据编号: {{data.billsn}}
有效期限: {{data.start_date}}至{{data.end_date}} 发货退货日期: {{data.delivery_date}} 销售员采购员 {{data.head_name}} 原订单编号: {{data.ordersn}}

<#-- 此价格当为销售时为销售价格则为采购价格 -->
  商品 单位 采购价 销售价 报价 折扣率(%) 折扣金额 数量 金额 税率(%) 税额 价税合计 备注
{{$index+1}} {{el.product_name}} {{el.unit|custParame}} {{el.sale_price|money}}{{el.quoted_price|money}} {{el.zkl}} {{el.zhamt|money}} {{el.amount}} {{el.amt|money}} {{el.tax_rate}} {{el.tax|money}} {{fixedNum((el.amt*(1+el.tax_rate/100)))|money}} {{el.description}}
合计: {{fixedNum(sumzhamt)}} {{fixedNum(sumAmount)}} {{fixedNum(sumAmt)}} {{fixedNum(sumTax)}} {{fixedNum(sumPTax)}}

折扣率:  {{data.rebate}}%       折扣额:  {{data.rebate_amt}}元       订单金额:  {{fixedNum(data.order_amt)|money}}元(大写:{{fixedNum(data.order_amt)|atoc}})

创建人:{{data.creater_name}}   创建时间:{{data.create_datetime}}   修改人:{{data.updater_name}}  修改时间:{{data.update_datetime}}

备注:
{{data.remark}}

合同条款:
{{data.pact|html}}

审核人 审核结果 审核时间 批注
{{el.auditor_name}} {{el.audit_status|audit_status}} {{el.audit_datetime}} {{el.remark}}