Commit ac59ea9b authored by agping's avatar agping

评价列表修改

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