进度:{{ receiptInfo.receiptStatus | formatStateType }}
确认人:{{
receiptInfo.confirmUserName ? receiptInfo.confirmUserName : '无'
}}
{{ receiptInfo.confirmDate ? receiptInfo.confirmDate : '无' }}
审核人:{{
receiptInfo.reviewUserName ? receiptInfo.reviewUserName : '无'
}}
{{ receiptInfo.reviewDate ? receiptInfo.reviewDate : '无' }}
备注:{{ receiptInfo.reviewReason }}
{{ order.orderType | formatOrderType }}
维沙
{{ order.status | stateExpFormat }}
客户名称:{{ order.userName }}
订单编号:{{ order.orderNo }} ( {{ order.orderId }} )
下单日期:{{ order.orderTime }}
订单金额:¥{{ order.payTotalFee | NumFormat }}
余额抵扣:¥{{ order.balancePayFee | NumFormat }}
应收金额:¥{{ order.payableAmount | NumFormat }}
已收金额:¥{{ order.paidAmount | NumFormat }}
剩余应收:¥{{ order.surplusAmount | NumFormat }}
待审金额:¥{{ order.receiptAmount | 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
}})