|
@ -477,7 +477,7 @@ onMounted(async function () { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<template> |
|
|
<template> |
|
|
|
|
|
|
|
|
|
|
|
<div> |
|
|
<div class="userAndForm"> |
|
|
<div class="userAndForm"> |
|
|
<div class="left"> |
|
|
<div class="left"> |
|
|
<el-form :model="addRefund" ref="Ref" :rules="rules" label-width="auto" label-position="right" |
|
|
<el-form :model="addRefund" ref="Ref" :rules="rules" label-width="auto" label-position="right" |
|
@ -513,8 +513,7 @@ onMounted(async function () { |
|
|
|
|
|
|
|
|
<el-form-item prop="permanentGold" label="永久金币"> |
|
|
<el-form-item prop="permanentGold" label="永久金币"> |
|
|
<el-input v-model="addRefund.permanentGold" style="width: 220px" |
|
|
<el-input v-model="addRefund.permanentGold" style="width: 220px" |
|
|
:disabled="addRe.typeR === '0' ? true : false" @input="handlePermanentGoldInput($event)" |
|
|
|
|
|
type="number"> |
|
|
|
|
|
|
|
|
:disabled="addRe.typeR === '0' ? true : false" @input="handlePermanentGoldInput($event)" type="number"> |
|
|
</el-input> 个 |
|
|
</el-input> 个 |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
@ -528,8 +527,7 @@ onMounted(async function () { |
|
|
<div> |
|
|
<div> |
|
|
<el-form-item prop="taskGold" label="任务金币"> |
|
|
<el-form-item prop="taskGold" label="任务金币"> |
|
|
<el-input v-model="addRefund.taskGold" style="float: left; width: 220px" |
|
|
<el-input v-model="addRefund.taskGold" style="float: left; width: 220px" |
|
|
:disabled="addRe.typeR === '0' ? true : false" @input="handleTaskGoldInput($event)" |
|
|
|
|
|
type="number"/> |
|
|
|
|
|
|
|
|
:disabled="addRe.typeR === '0' ? true : false" @input="handleTaskGoldInput($event)" type="number" /> |
|
|
个 |
|
|
个 |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div> |
|
|
</div> |
|
@ -550,6 +548,7 @@ onMounted(async function () { |
|
|
<el-button type="success" @click="cancel()" style="margin-left: 200px">重置</el-button> |
|
|
<el-button type="success" @click="cancel()" style="margin-left: 200px">重置</el-button> |
|
|
<el-button type="primary" :disabled="addDisabled" @click="addBefore"> 提交</el-button> |
|
|
<el-button type="primary" :disabled="addDisabled" @click="addBefore"> 提交</el-button> |
|
|
</el-form> |
|
|
</el-form> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="right"> |
|
|
<div class="right"> |
|
|
<!-- 客户信息栏 --> |
|
|
<!-- 客户信息栏 --> |
|
@ -628,13 +627,13 @@ onMounted(async function () { |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
<style scoped lang="scss"> |
|
|
|
|
|
|
|
|
p { |
|
|
p { |
|
|
margin: 0px; |
|
|
margin: 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.userAndForm { |
|
|
.userAndForm { |
|
|
width: 1150px; |
|
|
width: 1150px; |
|
|
|
|
|
height: 100%; |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
|
|
|