商品名称: {{::item.goodsName}}
货号: {{::item.goodsSn}}
品牌: {{::item.blandName}}
分类: {{::item.categoryName}}
单价: {{::item.price | lbCurrency:currencySymbol}}
折扣( %): {{::item.discount.toFixed(2)}}
数量: {{::item.quantity}}
单位: {{::item.unit}}
金额: {{::item.amount | lbCurrency:currencySymbol}}
折后金额: {{::item.trueAmount | lbCurrency:currencySymbol}}
进货均价: {{::item.purchasePrice | lbCurrency:currencySymbol}}
成本: {{::item.purchaseAmount | lbCurrency:currencySymbol}}
毛利: {{::item.grossProfit | lbCurrency:currencySymbol}}
毛利率( %): {{::item.grossProfitRate.toFixed(2)}}