From 47d56a8b0f22fb15a46b69dfd46fac23560ad2cd Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 12 五月 2026 09:07:49 +0800
Subject: [PATCH] 改bug
---
admin/src/components/business/OperaGoodsOrderDetail.vue | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/admin/src/components/business/OperaGoodsOrderDetail.vue b/admin/src/components/business/OperaGoodsOrderDetail.vue
index 40cf3e4..cc03c0a 100644
--- a/admin/src/components/business/OperaGoodsOrderDetail.vue
+++ b/admin/src/components/business/OperaGoodsOrderDetail.vue
@@ -86,6 +86,22 @@
</div>
<div class="info-item" >
<div class="info-item-a" >閫�娆惧娉細<span>{{info.refundInfo ||''}}</span></div>
+ <div class="info-item-a" v-if="info.refundConfigInfo">閫�杩橈細
+ <span>
+ {{(info.refundConfigInfo.returnUseCouponStatus == 1 && info.refundConfigInfo.returnUseIntegralStatus == 1) ? '閫�杩樺鎴蜂紭鎯犲埜锛岄��杩樺鎴风Н鍒�' :
+ (info.refundConfigInfo.returnUseCouponStatus == 1 && info.refundConfigInfo.returnUseIntegralStatus != 1) ? '閫�杩樺鎴蜂紭鎯犲埜' :
+ (info.refundConfigInfo.returnUseCouponStatus != 1 && info.refundConfigInfo.returnUseIntegralStatus == 1) ? '閫�杩樺鎴风Н鍒�' : ''}}
+ </span>
+ </div>
+ <div class="info-item-a" v-if="info.refundConfigInfo">
+ 鎵i櫎锛�<span>
+ {{info.refundConfigInfo.returnShopSettlementStatus == 1 ? '鎵i櫎缁忛攢鍟嗗凡缁撶畻閲戦' : ''}}
+ {{(info.refundConfigInfo.returnIntegralStatus == 1 || info.refundConfigInfo.returnShopIntegralStatus == 1) ? '锛�' : ''}}
+ {{info.refundConfigInfo.returnIntegralStatus == 1 ? '鎵i櫎宸茶繑杩樺鎴风Н鍒�' : ''}}
+ {{(info.refundConfigInfo.returnShopSettlementStatus == 1 || info.refundConfigInfo.returnIntegralStatus == 1) ? '锛�' : ''}}
+ {{info.refundConfigInfo.returnShopIntegralStatus == 1 ? '鎵i櫎宸茶繑杩樼粡閿�鍟嗙Н鍒�' : ''}}
+ </span>
+ </div>
</div>
<div class="info-item"></div>
</template>
@@ -229,6 +245,9 @@
loadInfo () {
this.api.detail(this.info.id).then(res => {
this.info = res || this.info
+ if (this.info.refundConfigInfo) {
+ this.info.refundConfigInfo = JSON.parse(this.info.refundConfigInfo)
+ }
})
},
showChangeRecord () {
--
Gitblit v1.9.3