|
@@ -152,7 +152,7 @@
|
|
</el-card>
|
|
</el-card>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-dialog title="确认充值" :visible.sync="openWelfareRecharge" width="400px">
|
|
|
|
|
|
+ <el-dialog title="确认充值" :visible.sync="openWelfareRecharge" width="400px" append-to-body>
|
|
<el-form ref="payFrom" :model="rechargeInfo" label-width="100px" style="margin-top: 20px" @submit.native.prevent>
|
|
<el-form ref="payFrom" :model="rechargeInfo" label-width="100px" style="margin-top: 20px" @submit.native.prevent>
|
|
<el-form-item label="充值金额:">
|
|
<el-form-item label="充值金额:">
|
|
<span style="font-size: 16px; font-weight: bold">¥{{ rechargeInfo.welfareAmount }}</span>
|
|
<span style="font-size: 16px; font-weight: bold">¥{{ rechargeInfo.welfareAmount }}</span>
|
|
@@ -164,7 +164,7 @@
|
|
<el-button type="primary" @click="submitSettlement" style="margin: 20px 80px 0; width: 200px; height: 40px">确认</el-button>
|
|
<el-button type="primary" @click="submitSettlement" style="margin: 20px 80px 0; width: 200px; height: 40px">确认</el-button>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!-- 支付方式 -->
|
|
<!-- 支付方式 -->
|
|
- <el-dialog :title="rechargeTitle" :visible.sync="openRecharge" width="800px" :close-on-click-modal="false" class="cashier-dialog" :before-close="checkClosePay">
|
|
|
|
|
|
+ <el-dialog :title="rechargeTitle" :visible.sync="openRecharge" width="800px" :close-on-click-modal="false" class="cashier-dialog" :before-close="checkClosePay" append-to-body>
|
|
<!-- 订单信息 -->
|
|
<!-- 订单信息 -->
|
|
<div class="order-info">
|
|
<div class="order-info">
|
|
<div class="amount-section">
|
|
<div class="amount-section">
|