作者 何书鹏

订单导出优化

@@ -173,7 +173,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin @@ -173,7 +173,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
173 op[key]=that.searchOp[key] 173 op[key]=that.searchOp[key]
174 } 174 }
175 175
176 - window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op); 176 + window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op) + '&dealer_id=' + Config.dealer_id;
177 }, 177 },
178 //请求 178 //请求
179 reqOrderList(offset,limit) { 179 reqOrderList(offset,limit) {