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