2、前端页面定义layui按钮,d出导入页面org.apache.poi poi3.17 org.apache.poi poi-ooxml3.17 org.apache.poi poi-ooxml-schemas3.17 org.apache.xmlbeans xmlbeans2.4.0 org.apache.commons commons-collections44.1
//定义按钮 //d出层位置 //toolbar监听事件 table.on('toolbar(currentTableFilter)', function (obj) { if(obj.event === 'uploadExcel'){ layer.open({ type: 2, title: 'Excel上传', shadeClose: true, shade: 0.8, area: ['500px', '50%'], content: 'uploadHtml', btn: ['确定', '取消'], yes: function (index) { var formSubmit = layer.getChildframe('form', index); var submited = formSubmit.find('button')[0]; submited.click(); $('.layui-laypage-btn').click(); } }); } });3、d出框页面代码
导入excel数据
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)