销售单号
{{detailData && detailData.salesBillNo || '--'}}
客户名称
{{detailData && detailData.buyerName || '--'}}
总款数:
{{ detailData && (detailData.totalCategory || detailData.totalCategory == 0) ? toThousands(detailData.totalCategory) : '--' }};总数量:
{{ detailData && (detailData.totalQty || detailData.totalQty == 0) ? toThousands(detailData.totalQty) : '--' }}
;
总售价:
¥{{ detailData && (detailData.totalAmount || detailData.totalAmount == 0) ? toThousands(detailData.totalAmount, 2) : '--' }}
;折后总售价:
¥{{ detailData && (detailData.discountedAmount || detailData.discountedAmount == 0) ? toThousands(detailData.discountedAmount, 2) : '--' }}
;
急
亏
赠
{{item.productName || '--'}}
{{item.productCode || '--'}}
{{item.warehouseEntity&&item.warehouseEntity.name}} > {{item.warehouseLocationEntity&&item.warehouseLocationEntity.name}}
¥{{toThousands(item.price||0, 2)}}
X
{{toThousands(item.qty||0)}}
{{item.productUnit}}
¥{{toThousands(item.totalAmount||0, 2)}}
折后:¥{{toThousands(item.discountedAmount||0, 2)}}
{{con.createDate}}
微信支付(线上)
+¥32.00