@@ -288,7 +288,10 @@
<el-dialog custom-class="refuse-dialog agree-dialog" title="操作提示" :visible.sync="agreeDialogVisible"
:before-close="closeAgreeDialog">
<span slot="footer">
-
+ <div>
+ <el-input v-model="auditForm.remark" placeholder="请输入审核备注"></el-input>
+ <el-input v-model="auditForm.integral" placeholder="请输入兑换积分数量"></el-input>
+ </div>
<el-button @click="closeAgreeDialog" size="small">取消</el-button>
<el-button type="primary" @click="agreePayment()" size="small" plain>同意</el-button>
</span>
@@ -68,10 +68,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
},
focusi: false,
// 同意
agreeDialogVisible : false,
+
agreeRow : {},
auditForm: {
remark: '',
integral: '0',