Commit 5df949c7 by guanzhenshan

增加月份条件

parent 4cec64a1
......@@ -296,7 +296,7 @@
$.submit({
url: '@Url.Content("~/DataWareHouse/Logistics/ListFlowingJson")',
type:'POST',
paramData: 'page=' + current_page + '&platform=' + platform + '&start=' + start + '&end=' + end + '&orderno=' + orderno + '&website=' + website ,
paramData: 'page=' + current_page + '&platform=' + platform + '&start=' + start + '&end=' + end + '&orderno=' + orderno + '&website=' + website+'&month='+month,
func: function (result) {
layer.close(load_index)
$('#tb_head').html('');
......
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