|
@@ -651,6 +651,10 @@ export default {
|
|
|
errorTip.push(errorTip.length + '.订单审核状态不是"已通过"')
|
|
|
}
|
|
|
|
|
|
+ if (this.orderDetail.orderData?.order_status === -2) {
|
|
|
+ errorTip.push(errorTip.length + '.订单状态"已取消"')
|
|
|
+ }
|
|
|
+
|
|
|
if (this.orderDetailInfo?.is_backstage_order === 1) {
|
|
|
if (this.orderDetail.returnRes?.remainingMoney == 0) {
|
|
|
errorTip.push(errorTip.length + '.已全额回款"')
|