{{ order.orderType | formatOrderType }}
{{ order.organizeId | organizeName }}
{{ order.status | stateExpFormat }}
收款列表
客户名称:{{ order.userName ? order.userName : '无' }}
子订单编号:{{ order.shopOrderNo }} ( {{ order.shopOrderId }} )
下单日期:{{ order.orderTime }}
子订单金额:¥{{ order.totalAmount | NumFormat }}
余额抵扣:¥{{ order.accountAmount | NumFormat }}
应收金额:¥{{ order.realPay | NumFormat }}
已收金额:¥{{ order.receiptAmount | NumFormat }}
剩余应收:¥{{ order.surplusAmount | NumFormat }}
待审金额:¥{{ order.unCheckAmount | NumFormat }}
经理折扣:
¥{{ order.discountFee - order.returnedPurchaseFee }}
(原¥{{ order.discountFee }} 折扣取消¥{{
order.discountFee - order.returnedPurchaseFee > 0
? order.returnedPurchaseFee
: order.discountFee
}})
¥0.00(原¥0.00折扣取消¥0.00)
退货退款:
(原¥{{ order.returnedPurchaseFee }} 折扣取消¥{{
order.discountFee - order.returnedPurchaseFee > 0
? order.returnedPurchaseFee
: order.discountFee
}})
说明:因退货,经理折扣收回,用于抵扣退款。
供应商:{{ order.shopName }}
赠品
{{ product.name }}
单价:¥{{
product.giftType == 1 ? '0.00' : product.discountPrice | NumFormat
}}
数量:{{ product.num }}
合计:¥{{ product.giftType == 1 ? '0.00' : product.totalFee | NumFormat }}