Commit 2f0414e5 by HTML5-侯张振

渠道错误更改

parent addba98e
...@@ -863,14 +863,17 @@ ...@@ -863,14 +863,17 @@
$('#rc_list').show(); $('#rc_list').show();
}); });
$('#search-form .search-close').on('click',function(){ $('#search-form .search-close').on('click',function(){
$('.search-field').val(''); $('.search-field').val('');
}); });
$('.search-icon').on('click',function(){ $('.search-icon').on('click',function(){
postdata.customer=$('.search-field').val(); postdata.customer=$('.search-field').val();
_loading = true; _loading = true;
async_getlist_pullup(); async_getlist_pullup();
$('#rc_list').html('');
$('.search-field').val(''); $('.search-field').val('');
$('.select-result').show(); $('.select-result').show();
$('#rc_list').show();
$('.select-result').siblings('.rc-top-con').hide(); $('.select-result').siblings('.rc-top-con').hide();
}); });
$('.date-back,.date-exit').on('click',function(){ $('.date-back,.date-exit').on('click',function(){
...@@ -925,6 +928,7 @@ ...@@ -925,6 +928,7 @@
}); });
$('.status_li').unbind(); $('.status_li').unbind();
$('.status_li').on('click',function(){ $('.status_li').on('click',function(){
$("#pullDown").hide();
$("#rc_list").html(''); $("#rc_list").html('');
postdata.last_time = ''; postdata.last_time = '';
postdata.num = 1; //不同状态分页从0开始 postdata.num = 1; //不同状态分页从0开始
......
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