单品数
...
销售额
...
毛利
...
毛利率( %)
...
单品数量
毛利润
毛利率
其它

业务时间: {{::item.businessTime | date:'yyyy-MM-dd HH:mm'}}
客户: {{::item.clientName}} 剩余欠款: {{item.balance | lbCurrency:currencySymbol}}
门店: {{::item.storeName}}
制单人: {{::item.handlerName}}
销售员: {{::item.salerName}}
单品数量:
毛利:
仓库: {{::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}}

暂无相关数据