单据编号: {{::item.ordersSn}}
客户: {{::item.clientName}}
结算账户: {{::item.accountName}}
仓库: {{::item.storehouseName}}
门店: {{::item.storeName}}
单据总金额: {{::item.trueTotalAmount | lbCurrency:currencySymbol}}
实收金额: {{::item.alreadyPaid | lbCurrency:currencySymbol}}
销售员: {{::item.salerName}}
制单人: {{::item.handlerName}}
品牌: {{::item.blandName}}
分类: {{::item.categoryName}}
数量: {{::item.quantity}}
单位: {{::item.unit}}
单价: {{::item.price | lbCurrency:currencySymbol}}
折扣( %): {{::item.discount.toFixed(2)}}
金额: {{::item.amount | lbCurrency:currencySymbol}}
折后金额: {{::item.trueAmount | lbCurrency:currencySymbol}}
采购均价: {{::item.purchasePrice | lbCurrency:currencySymbol}}
成本: {{::item.purchaseAmount | lbCurrency:currencySymbol}}
毛利: {{::item.grossProfit | lbCurrency:currencySymbol}}
毛利率( %): {{::item.grossProfitRate.toFixed(2)}}
单据备注: {{::item.remark}}
单品备注: {{::item.goodsRemark}}