Commit 3085f766 authored by xishifeng's avatar xishifeng

跟进列表搜索处理

parent be10326e
...@@ -137,7 +137,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -137,7 +137,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
'pageNo': follow.pageNo, 'pageNo': follow.pageNo,
'pageSize': follow.pageSize 'pageSize': follow.pageSize
}; };
_startDateObj.val() != '' && (params.start_date = _startDateObj.val()); _startDateObj.val() != '' && (params.end_date = _startDateObj.val());
_endDateObj.val() != '' && (params.start_date = _endDateObj.val()); _endDateObj.val() != '' && (params.start_date = _endDateObj.val());
$.trim(_customerNameObj.val()) != '' && (params.customer = $.trim(_customerNameObj.val())); $.trim(_customerNameObj.val()) != '' && (params.customer = $.trim(_customerNameObj.val()));
$.trim(_customerPhoneObj.val()) != '' && (params.phone = $.trim(_customerPhoneObj.val())); $.trim(_customerPhoneObj.val()) != '' && (params.phone = $.trim(_customerPhoneObj.val()));
......
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