仓库: {{::item.storehouseName}}
结算账户: {{::item.accountName}}
结算账户: {{::item.accountNames}}
单据总金额: {{::item.trueTotalAmount | lbCurrency:currencySymbol}}
{{ item.alreadyPaid < 0 && item.businessType == '销售退货单' || (item.trueTotalAmount < 0 &&
item.businessType == '销售单') ? -item.alreadyPaid : item.alreadyPaid | lbCurrency:currencySymbol}}
抹零金额: {{::item.wipeZero | lbCurrency:currencySymbol}}
其他费用: {{::item.otherAccountItemName}} {{::item.otherCost |
lbCurrency:currencySymbol}}
采购成本: {{::item.purchaseAmount | lbCurrency:currencySymbol}}
毛利率( %): {{::item.grossProfitRate.toFixed(2)}}
备注: {{::item.remark}}