Browse Source

金币退款显示问题

zhangrenyuan/feature-20260113104415-现金重构
ZhangYong 1 month ago
parent
commit
2af4ed5343
  1. 12
      src/views/moneyManage/receiveDetail/receiveService.vue
  2. 4
      src/views/moneyManage/refundDetail/refundCharge.vue
  3. 4
      src/views/moneyManage/refundDetail/refundFinance.vue
  4. 4
      src/views/moneyManage/refundDetail/refundHeader.vue

12
src/views/moneyManage/receiveDetail/receiveService.vue

@ -15,11 +15,6 @@
style="width:10vw;" clearable></el-input> style="width:10vw;" clearable></el-input>
</div> </div>
<div class="rowItem"> <div class="rowItem">
<el-text style="width: 4vw;">{{ t('common.market') }}</el-text>
<el-cascader style="width: 9vw;" v-model="searchData.markets" :options="market"
:placeholder="t('common.marketPlaceholder')" clearable @change="handleMarketChange" />
</div>
<div class="rowItem">
<el-text style="width: 4vw;">{{ t('common.orderStatus') }}</el-text> <el-text style="width: 4vw;">{{ t('common.orderStatus') }}</el-text>
<el-select v-model="searchData.status" :placeholder="t('common.orderStatusPlaceholder')" <el-select v-model="searchData.status" :placeholder="t('common.orderStatusPlaceholder')"
style="width: 10vw;" clearable> style="width: 10vw;" clearable>
@ -106,6 +101,13 @@
<span v-else>{{ scope.row.goodNum }}</span> <span v-else>{{ scope.row.goodNum }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="numUnit" :label="t('common_add.numUnit')" width="130px">
<template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{
scope.row.permanentGold }}</span>
<span v-else>{{ scope.row.goodNum }}</span>
</template>
</el-table-column>
<el-table-column prop="paymentCurrency" :label="t('common_list.payCurrency')" width="120px" /> <el-table-column prop="paymentCurrency" :label="t('common_list.payCurrency')" width="120px" />
<el-table-column prop="paymentAmount" :label="t('common_list.payAmount')" width="120px" /> <el-table-column prop="paymentAmount" :label="t('common_list.payAmount')" width="120px" />
<el-table-column prop="payType" :label="t('common_list.payModel')" width="130px" /> <el-table-column prop="payType" :label="t('common_list.payModel')" width="130px" />

4
src/views/moneyManage/refundDetail/refundCharge.vue

@ -117,11 +117,11 @@
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text>
<el-input v-model="auditRow.gold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('common.个') }}</span>
<el-input v-model="auditRow.permanentGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('common.个') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text>
<el-input v-model="auditRow.free" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('common.个') }}</span>
<el-input v-model="auditRow.freeGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('common.个') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text>

4
src/views/moneyManage/refundDetail/refundFinance.vue

@ -116,11 +116,11 @@
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text>
<el-input v-model="auditRow.gold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
<el-input v-model="auditRow.permanentGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text>
<el-input v-model="auditRow.free" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
<el-input v-model="auditRow.freeGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text>

4
src/views/moneyManage/refundDetail/refundHeader.vue

@ -117,11 +117,11 @@
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.permanentGold') }}</el-text>
<el-input v-model="auditRow.gold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
<el-input v-model="auditRow.permanentGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.freeGold') }}</el-text>
<el-input v-model="auditRow.free" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
<el-input v-model="auditRow.freeGold" size="small" style="width:10vw;" disabled /><span>&nbsp;{{ t('cash.unit') }}</span>
</div> </div>
<div class="top-item"> <div class="top-item">
<el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text> <el-text style="width:4vw;" size="small">{{ t('common_add.refundReason') }}</el-text>

Loading…
Cancel
Save