src/main/webapp/static/js/matCode/matCode.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/matCode/matCode.js
@@ -169,8 +169,9 @@ }); } break; // 导出 case 'exportData': layer.confirm('确定导出Excel吗', function(){ layer.confirm('确定导出Excel吗', {shadeClose: true,}, function(){ var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { @@ -207,6 +208,7 @@ }); }); break; // 导入 case 'intoData': layer.open({ type: 1, @@ -215,6 +217,11 @@ content: $('#importDataDiv'), success: function(layero, index){ uploader.reload(); }, end: function () { $('#uploadDesc').show(); $('#uploadDemoView').hide(); $('#fileMame').html(""); } }); break;