mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update
This commit is contained in:
@@ -505,21 +505,21 @@ export default {
|
||||
return [this.lastMonitorData];
|
||||
},
|
||||
retryRefundFlag() {
|
||||
if (this.orderInfo == null || this.orderInfo.orderStatus !== "6") {
|
||||
return false;
|
||||
}
|
||||
if (this.payDetail[0] == null || this.payDetail[0].payMode !== "4") {
|
||||
return false;
|
||||
}
|
||||
if (
|
||||
this.payDetail[0].refundAmount == null ||
|
||||
this.payDetail[0].refundAmount <= 0.0
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
if (this.orderRefundInfoList.length === 0) {
|
||||
return false;
|
||||
}
|
||||
// if (this.orderInfo == null || this.orderInfo.orderStatus !== "6") {
|
||||
// return false;
|
||||
// }
|
||||
// if (this.payDetail[0] == null || this.payDetail[0].payMode !== "4") {
|
||||
// return false;
|
||||
// }
|
||||
// if (
|
||||
// this.payDetail[0].refundAmount == null ||
|
||||
// this.payDetail[0].refundAmount <= 0.0
|
||||
// ) {
|
||||
// return false;
|
||||
// }
|
||||
// if (this.orderRefundInfoList.length === 0) {
|
||||
// return false;
|
||||
// }
|
||||
return true;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user