wupengfei %!s(int64=2) %!d(string=hai) anos
pai
achega
86af6216dc

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

@@ -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>

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

@@ -68,10 +68,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
 
                         },
                         focusi: false,
-
                         // 同意
                         agreeDialogVisible : false,
+
                         agreeRow : {},
+
                         auditForm: {
                             remark: '',
                             integral: '0',