|
@@ -236,7 +236,8 @@ function search()
|
|
|
order_num = $('#order_num').val();
|
|
|
goods_name = $('#goods_name').val();
|
|
|
shop_name = $('#shop_name').val();
|
|
|
- location.href = config.host + 'lib/manage.list&start=' + s[0] + '&end=' + s[1] + '&fastart=' + a[0] + '&faend=' + a[1] + '&fstart=' + f[0] + '&fend=' + f[1] + '&cate=' + cate + '&order_num=' + order_num + '&shop_name=' + shop_name + '&goods_name=' + goods_name ;
|
|
|
+ var link = config.host + 'lib/manage.list&start=' + s[0] + '&end=' + s[1] + '&fastart=' + a[0] + '&faend=' + a[1] + '&fstart=' + f[0] + '&fend=' + f[1] + '&cate=' + cate + '&order_num=' + order_num + '&shop_name=' + shop_name + '&goods_name=' + goods_name + '&list_excel=1';
|
|
|
+ jump(link);
|
|
|
}
|
|
|
$('#search').click(function() {
|
|
|
search();
|
|
@@ -271,7 +272,8 @@ function out()
|
|
|
member_name = $("#member_name").val();
|
|
|
card_num = $('#card_num').val();
|
|
|
mobile = $('#mobile').val();
|
|
|
- location.href = config.host + 'lib/manage.memberGoods&start=' + g[0] + '&end=' + g[1] + '&rstart=' + r[0] + '&rend=' + r[1] + '&cstart=' + c[0] + '&cend=' + c[1] + '&name=' + dh_name + '&card_num=' + card_num + '&mobile=' + mobile + '&member_name=' + member_name;
|
|
|
+ var link = config.host + 'lib/manage.memberGoods&start=' + g[0] + '&end=' + g[1] + '&rstart=' + r[0] + '&rend=' + r[1] + '&cstart=' + c[0] + '&cend=' + c[1] + '&name=' + dh_name + '&card_num=' + card_num + '&mobile=' + mobile + '&member_name=' + member_name+'&list_excel=1';
|
|
|
+ jump(link);
|
|
|
}
|
|
|
$('#out').click(function() {
|
|
|
out();
|
|
@@ -293,7 +295,8 @@ function out_mingxi()
|
|
|
order_num = $('#order_nums').val();
|
|
|
mobile = $('#mobiles').val();
|
|
|
type = $('.type').val();
|
|
|
- location.href = config.host + 'lib/manage.mingxi&start=' + d[0] + '&end=' + d[1] + '&name=' + dh_name + '&card_num=' + card_num + '&mobile=' + mobile + '&shop_name=' + shop_name + '&shop_num=' + shop_num + '&order_num=' + order_num + '&type=' + type;
|
|
|
+ var link = config.host + 'lib/manage.mingxi&start=' + d[0] + '&end=' + d[1] + '&name=' + dh_name + '&card_num=' + card_num + '&mobile=' + mobile + '&shop_name=' + shop_name + '&shop_num=' + shop_num + '&order_num=' + order_num + '&type=' + type + '&list_excel=1';
|
|
|
+ jump(link);
|
|
|
}
|
|
|
$('#out_mingxi').click(function() {
|
|
|
out_mingxi();
|