Commit f528130e authored by agping's avatar agping

通话记录

parent 3d259934
......@@ -314,6 +314,13 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
user.getSiteTagsEdit();
});
//输入通话id 置空时间
$(document).on("input", "#call_id", function() {
if($.trim($("#call_id").val())){
$('#start_date').val('');
$('#end_date').val('');
}
});
// 点击缓存
$(document).delegate(".caozuo-add-color", "click", function() { //点击操作跟进详情
user.user_id = $(this).attr("data-id");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment