wupengfei 2 年之前
父节点
当前提交
73e8b1c4f9

+ 1 - 4
application/admin/view/shopro/order/order_shift/index.html

@@ -288,10 +288,7 @@
     <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>

+ 2 - 6
public/assets/js/backend/shopro/order/order_shift.js

@@ -70,12 +70,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         focusi: false,
 
                         // 同意
-                        agreeDialogVisible: false,
-                        agreeRow: {},
-
-                        // 拒绝
-                        refuseDialogVisible: false,
-                        refuseRow: {},
+                        agreeDialogVisible : false,
+                        agreeRow : {},
                         auditForm: {
                             remark: '',
                             integral: '0',