{{ order.orderType | formatOrderType }}
维沙
{{ order.status | stateExpFormat }}
收款列表
客户名称:{{ order.userName }}
订单编号:{{ order.orderNo }} ( {{ order.orderId }} )
下单日期:{{ order.orderTime }}
订单金额:¥{{ order.payTotalFee | NumFormat }}
余额抵扣:¥{{ order.balancePayFee | NumFormat }}
经理折扣:
¥{{ order.discountFee - order.returnedPurchaseFee }}
(原¥{{ order.discountFee }} 折扣取消¥{{
order.discountFee - order.returnedPurchaseFee > 0
? order.returnedPurchaseFee
: order.discountFee
}})
¥0.00(原¥0.00折扣取消¥0.00)
退货退款:
(原¥{{ order.returnedPurchaseFee }} 折扣取消¥{{
j.discountFee - j.returnedPurchaseFee > 0
? order.returnedPurchaseFee
: order.discountFee
}})
应收金额:¥{{ order.payableAmount | NumFormat }}
已收金额:¥{{ order.paidAmount | NumFormat }}
剩余应收:¥{{ order.surplusAmount | NumFormat }}
待审金额:¥{{ order.unCheckAmount | NumFormat }}
子订单号(标识):{{ shop.orderNo }} ( {{ shop.shopOrderId }} )
供应商:{{ shop.shopName }}
订单金额:¥{{ shop.needPayAmount | NumFormat }}
赠品
{{ product.name }}
单价:¥{{
product.productType == 1 ? '0.00' : product.discountPrice | NumFormat
}}
数量:{{ product.num }}
合计:¥{{
product.productType == 1 ? '0.00' : product.totalFee | NumFormat
}}