Browse Source

客服软件退款问题

zhangrenyuan/feature-20251104133449-现金管理二期
ZhangYong 3 weeks ago
parent
commit
b47bbac782
  1. 5
      src/views/moneyManage/receiveDetail/receiveService.vue

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

@ -300,9 +300,10 @@
</div> </div>
<div v-show="!isRefundGold" class="add-item"> <div v-show="!isRefundGold" class="add-item">
<el-text style="width:4vw;">产品数量</el-text> <el-text style="width:4vw;">产品数量</el-text>
<el-input style="padding-right: 10px; width:10.5vw;" v-model="refundFormData.goodNum"
<el-input style="padding-right: 10px; width:6.5vw;" v-model="refundFormData.goodNum"
placeholder="请输入产品数量" disabled /> placeholder="请输入产品数量" disabled />
<span style="color: #999999;">{{ productUnit }}</span>
<CurrencySelect disabled v-model="refundFormData.numUnit" :items="numUnitList" style="width: 3.5vw;"
placeholder="单位" @change="handleCurrencyChange" />
</div> </div>
<div v-show="isRefundGold" style="margin-bottom: 15px; "> <div v-show="isRefundGold" style="margin-bottom: 15px; ">
<div style=" display: flex; "> <div style=" display: flex; ">

Loading…
Cancel
Save