mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
订单详情页update
This commit is contained in:
@@ -339,10 +339,10 @@ export default {
|
|||||||
return [this.lastMonitorData];
|
return [this.lastMonitorData];
|
||||||
},
|
},
|
||||||
retryRefundFlag() {
|
retryRefundFlag() {
|
||||||
if (this.orderInfo[0].orderStatus !== '6') {
|
if (this.orderInfo[0] == null || this.orderInfo[0].orderStatus !== '6') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this.payDetail[0].payMode !== '4') {
|
if (this.payDetail[0] == null || this.payDetail[0].payMode !== '4') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (this.orderDetail.refundAmount == null || this.orderDetail.refundAmount <= 0.00 ) {
|
if (this.orderDetail.refundAmount == null || this.orderDetail.refundAmount <= 0.00 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user