| | |
| | | <div class="header"> |
| | | <div class="header-b">退款内容</div> |
| | | <div class="info-item" > |
| | | <el-form :model="form" ref="form" label-width="120px" label-suffix=":" :rules="rules" inline> |
| | | <el-form :model="form" ref="form" label-width="120px" label-suffix=":" :rules="rules" > |
| | | <el-form-item label="退款金额" prop="money" style="display: block;"> |
| | | <el-input type="number" v-model="form.money" placeholder="请输入退款金额" v-trim> <template slot="append"> 元</template> </el-input> |
| | | <span class="tip-warn" style="margin-bottom: 30px;font-size: 14px;"> <i class="el-icon-warning"></i> |
| | |
| | | .then(() => { |
| | | this.isWorking = true |
| | | this.api.orderRefund({ |
| | | orderId: this.form.id, |
| | | orderId: this.form.orderId, |
| | | money: this.form.money, |
| | | returnShopIntegralStatus: this.form.returnShopIntegralStatus ? 1 : 0, |
| | | returnIntegralStatus: this.form.returnIntegralStatus ? 1 : 0, |