| 商品信息 | 规格信息 | 数量 | 单价(元) | 金额(元) |
|---|---|---|---|---|
|
{{ detail.itemName || '-' }}
编号:{{ detail.itemCode }}
|
{{ detail.skuName || '-' }}
编号:{{ detail.skuCode }}
|
{{ formatQuantity(detail.quantity) || '-' }} | {{ formatPrice(detail.price) || '-' }} | {{ formatPrice(detail.totalPrice) || '-' }} |
| 合计 | {{ formatSumQuantity(printRows, (detail) => detail.quantity) }} | {{ formatSumPrice(printRows, (detail) => detail.totalPrice) }} | ||
| 暂无明细 | ||||