...
|
...
|
@@ -208,10 +208,10 @@ $('#export-btn').on('click', function() { |
|
|
var selectedArr = tableGird.selected,
|
|
|
len = selectedArr.length,
|
|
|
queryConf = '';
|
|
|
if (len <= 0) {
|
|
|
/*if (len <= 0) {
|
|
|
common.util.__tip('请选择要导出的商品', 'warning');
|
|
|
return;
|
|
|
}
|
|
|
}*/
|
|
|
$.each(selectedArr, function(i, value) {
|
|
|
queryConf += value['limitProductCode'];
|
|
|
if (i < len - 1) {
|
...
|
...
|
@@ -222,7 +222,7 @@ $('#export-btn').on('click', function() { |
|
|
common.util.__ajax({
|
|
|
url: '/limit/batch/export',
|
|
|
data: {
|
|
|
queryConf: queryConf,
|
|
|
queryConf: '2016022517335568',
|
|
|
type: 'limitProductReminder'
|
|
|
}
|
|
|
}, function(res) {
|
...
|
...
|
|