Commit ac59ea9b authored by agping's avatar agping

评价列表修改

parent 8778836e
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_phone" placeholder="手机号" type="text" value=""> <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_phone" placeholder="手机号" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_name" placeholder="姓名" type="text" value=""> <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_name" placeholder="姓名" type="text" value="">
<select class="form-control btn4 ld-Marheight" name="" id="evaluation_type"> <select class="form-control btn4 ld-Marheight" name="" id="evaluation_type">
<option value="">选择评价类型</option> <option value="0">选择评价类型</option>
<option value="1">进场评价</option> <option value="1">进场评价</option>
<option value="2">收款评价</option> <option value="2">收款评价</option>
......
...@@ -132,9 +132,6 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs ...@@ -132,9 +132,6 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
}); });
}, },
getList: function(pageNo) { getList: function(pageNo) {
console.log($('#customer_name').val());
console.log($('#start_date').val());
console.log($('#shop_name').val());
follow.pageNo = pageNo; follow.pageNo = pageNo;
var params = {}; var params = {};
params.create_time_start =$('#start_date').val(); params.create_time_start =$('#start_date').val();
...@@ -145,6 +142,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs ...@@ -145,6 +142,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
params.store_id =$('#guest_stores').val()*1; params.store_id =$('#guest_stores').val()*1;
params.user_nick =$('#user_name').val(); params.user_nick =$('#user_name').val();
params.user_phone =$('#user_phone').val(); params.user_phone =$('#user_phone').val();
params.source =$('#evaluation_type').val();
params.pageNo = follow.pageNo; params.pageNo = follow.pageNo;
params.pageSize = follow.pageSize; params.pageSize = follow.pageSize;
$.ajax({ $.ajax({
......
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