Parcourir la source

Merge remote-tracking branch 'origin/master'

hujingpei il y a 4 ans
Parent
commit
471f479349
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      uis/views/customer/check_index.html

+ 5 - 2
uis/views/customer/check_index.html

@@ -111,7 +111,7 @@
                 , {field: 'description', title: '回访情况', width: 200}
                 , {field: 'description', title: '回访情况', width: 200}
                 , {field: 'instruction', title: '申请支援或放弃', width: 110}
                 , {field: 'instruction', title: '申请支援或放弃', width: 110}
                 , {field: 'is_giveup_text', title: '是否放弃', width: 100}
                 , {field: 'is_giveup_text', title: '是否放弃', width: 100}
-                , {field: 'check_status', title: '审核状态', width: 110}
+                , {field: 'check_status_text', title: '审核状态', width: 110}
                 , {field: 'create_user_text', title: '审核人', width: 110}
                 , {field: 'create_user_text', title: '审核人', width: 110}
                 , {field: 'check_comment', title: '审核批示', width: 100}
                 , {field: 'check_comment', title: '审核批示', width: 100}
                 , {field: 'check_time_f', title: '审核时间', width: 180}
                 , {field: 'check_time_f', title: '审核时间', width: 180}
@@ -138,8 +138,11 @@
                 btn: ['保存', '取消'],
                 btn: ['保存', '取消'],
                 yes: function (index, dom) {
                 yes: function (index, dom) {
                     layui.onSubmitChild = function (res) {
                     layui.onSubmitChild = function (res) {
+                        if(res.code === 0){
+                            layer.msg("审核成功!", {icon: 1})
+                        }
                         layer.close(index);
                         layer.close(index);
-                        table.reload('agent_datagrid', {});
+                        table.reload('customer_datagrid', {});
                     };
                     };
                     layui.submitChild();
                     layui.submitChild();
                 },
                 },