货号:{{item.productSn == null?'':item.productSn}}
名称:{{item.productName == null?'':item.productName}}
总数量:{{item.productCount == undefined ?'0':item.productCount}}
采购价:{{item.customerBuySaleVoList[0].customerBuyProductDetailLogVos[0].purchasePrice == null ?'':item.customerBuySaleVoList[0].customerBuyProductDetailLogVos[0].purchasePrice}}
日期
数量
单价
总价
利润
{{item1.createTime | removeStr}}
{{item1.productCount}}
{{item1.customerBuyProductDetailLogVos[0].realPrice}}
{{item1.customerBuyProductDetailLogVos[0].realPrice * item1.productCount}}
{{((item1.customerBuyProductDetailLogVos[0].realPrice - item1.customerBuyProductDetailLogVos[0].purchasePrice) * item1.productCount).toFixed(2)}}