客户名称
{{detailData && detailData.buyerName || '--'}}
销售单号
{{detailData && detailData.salesBillNo || '--'}}
总款数:
{{ (detailData.totalCategory || detailData.totalCategory == 0) ? toThousands(detailData.totalCategory) : '--' }};
总数量:
{{ (detailData.totalQty || detailData.totalQty == 0) ? toThousands(detailData.totalQty) : '--' }}
;
总售价:
¥{{ detailData.totalAmount || detailData.totalAmount == 0 ? toThousands(detailData.totalAmount, 2) : '--' }}
;
折后总售价:
¥{{ detailData.discountedAmount || detailData.discountedAmount == 0 ? toThousands(detailData.discountedAmount, 2) : '--' }}
;
急
亏
赠
{{item.productName || '--'}}
{{item.productCode || '--'}}
¥{{toThousands(item.price||0, 2)}}
X
{{toThousands(item.qty||0)}}
¥{{item.totalAmount || item.totalAmount == 0?toThousands(item.totalAmount, 2):0}}
{{con.createDate}}
{{con.payType}}
{{con.price *1 > 0?'+':'-'}}¥{{con.price}}