...
|
...
|
@@ -45,7 +45,7 @@ webpackJsonp([133],[ |
|
|
{ display: "起购件数", render: function(items) {
|
|
|
return items.minCount;
|
|
|
}},
|
|
|
{ display: "促销短语", render: function(items) {
|
|
|
{ display: "促销名称", render: function(items) {
|
|
|
return items.promotionPhrase;
|
|
|
}},
|
|
|
{ display: "状态", render: function(items) {
|
...
|
...
|
@@ -125,7 +125,7 @@ webpackJsonp([133],[ |
|
|
return "";
|
|
|
}
|
|
|
|
|
|
// 导出
|
|
|
// 导出
|
|
|
$(document).on("click", "#exportsearch", function () {
|
|
|
var temp = $.extend(true, tableGird.__getparams(), {"size": 10000} );
|
|
|
window.open("/ajax/down?queryConf=" + JSON.stringify(temp) + "&type=productBatchServiceExport");
|
...
|
...
|
|