Commit e8d54cc1 authored by agping's avatar agping

日报 周报 类型筛选

parent 8002d839
...@@ -95,9 +95,9 @@ ...@@ -95,9 +95,9 @@
</div> </div>
<select class="form-control btn2 ld-Marheight" id="shop_type"> <select class="form-control btn2 ld-Marheight" id="shop_type">
<option value="">日报类型</option> <option value="">日报类型</option>
<option value="0">总监日报</option> <option value="30">总监日报</option>
<option value="1">店长日报</option> <option value="20">店长日报</option>
<option value="2">业务员日报</option> <option value="10">业务员日报</option>
</select> </select>
<span class="btn btn-info btn3 ld-Marheight" id="search">搜索</span> <span class="btn btn-info btn3 ld-Marheight" id="search">搜索</span>
......
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
</select> </select>
<select class="form-control btn2 ld-Marheight" id="shop_type"> <select class="form-control btn2 ld-Marheight" id="shop_type">
<option value="">周报类型</option> <option value="">周报类型</option>
<option value="0">总监周报</option> <option value="30">总监周报</option>
<option value="1">店长周报</option> <option value="20">店长周报</option>
</select> </select>
<span class="btn btn-info btn3 ld-Marheight" id="search">搜索</span> <span class="btn btn-info btn3 ld-Marheight" id="search">搜索</span>
<span class="btn btn-info btn3 ld-Marheight" id="reset">重置</span> <span class="btn btn-info btn3 ld-Marheight" id="reset">重置</span>
......
...@@ -119,6 +119,8 @@ ...@@ -119,6 +119,8 @@
params.agent_id = report.agent_id_phone;//经纪人 姓名 params.agent_id = report.agent_id_phone;//经纪人 姓名
params.pageNo = report.pageNo; params.pageNo = report.pageNo;
params.pageSize = report.pageSize; params.pageSize = report.pageSize;
params.level = $('#shop_type').val();//日报类型
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
// url: 'https://pre2.tonglianjituan.com' + '/index/getPerformanceReportList', // url: 'https://pre2.tonglianjituan.com' + '/index/getPerformanceReportList',
......
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
params.type = 0;//周报 params.type = 0;//周报
params.pageNo = report.pageNo; params.pageNo = report.pageNo;
params.pageSize = report.pageSize; params.pageSize = report.pageSize;
params.level = $('#shop_type').val();//周报类型
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: '/index/getPerformanceReportList',//拜访列表 url: '/index/getPerformanceReportList',//拜访列表
......
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