|
|
|
@ -300,9 +300,10 @@ |
|
|
|
</div> |
|
|
|
<div v-show="!isRefundGold" class="add-item"> |
|
|
|
<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 /> |
|
|
|
<span style="color: #999999;">{{ productUnit }}</span> |
|
|
|
<CurrencySelect disabled v-model="refundFormData.numUnit" :items="numUnitList" style="width: 3.5vw;" |
|
|
|
placeholder="单位" @change="handleCurrencyChange" /> |
|
|
|
</div> |
|
|
|
<div v-show="isRefundGold" style="margin-bottom: 15px; "> |
|
|
|
<div style=" display: flex; "> |
|
|
|
|