Commit 2bde7ccc authored by hujun's avatar hujun

selected

parent a3d4e8e0
......@@ -1577,8 +1577,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
};
params.remark_name = $.trim($("#remark_name").val());
params.remark_phone = $.trim($("#remark_phone").val());
params.remark_store_id = $.trim($("#guest_stores option:selected").val());
params.remark_district_id = $.trim($("#district_id option:selected").val());
params.remark_store_id = $.trim($("#guest_stores").find("option:selected").val());
params.remark_district_id = $.trim($("#district_id").find("option:selected").val());
params.agent_id = user.agent_id_phone;//跟进人 下拉式搜索
if(params.remark_name.length == 1){
......
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