...
|
...
|
@@ -121,7 +121,7 @@ function t(obj) { |
|
|
return "";
|
|
|
}
|
|
|
|
|
|
// 导出
|
|
|
// 导出
|
|
|
$(document).on("click", "#exportsearch", function () {
|
|
|
var temp = $.extend(true, tableGird.__getparams(), {"size": 10000} );
|
|
|
window.open("/ajax/down?queryConf=" + JSON.stringify(temp) + "&type=productBatchServiceExport");
|
...
|
...
|
|