Commit a3d4e8e0 authored by hujun's avatar hujun

1

parent 30eaa428
...@@ -190,6 +190,8 @@ class Remark extends Basic ...@@ -190,6 +190,8 @@ class Remark extends Basic
$follow_up_service = new PhoneFollowUpService($this->siteId); $follow_up_service = new PhoneFollowUpService($this->siteId);
$where = $list = []; $where = $list = [];
$where['page_no'] = $this->params['pageNo'];
$where['page_size'] = $this->params['pageSize'];
if (!empty($this->params['user_id'])) { if (!empty($this->params['user_id'])) {
$where['user_id'] = $this->params['user_id']; $where['user_id'] = $this->params['user_id'];
} }
......
...@@ -1577,8 +1577,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -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_name = $.trim($("#remark_name").val());
params.remark_phone = $.trim($("#remark_phone").val()); params.remark_phone = $.trim($("#remark_phone").val());
params.remark_store_id = $.trim($("#guest_stores").val()); params.remark_store_id = $.trim($("#guest_stores option:selected").val());
params.remark_district_id = $.trim($("#district_id").val()); params.remark_district_id = $.trim($("#district_id option:selected").val());
params.agent_id = user.agent_id_phone;//跟进人 下拉式搜索 params.agent_id = user.agent_id_phone;//跟进人 下拉式搜索
if(params.remark_name.length == 1){ 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