| | |
| | | });
|
| | |
|
| | | $('#export_table').click(function(){
|
| | | //console.info($('#tbHead .tbFixed thead th').length);
|
| | | layer.msg("功能开发中...");
|
| | | //exprotTable($('#tbHead table thead th'),$('#tbBrdw table tbody td'),$('#export_excel'),$('#table_th_arr'),$('#table_td_arr'));
|
| | | var tblEle = $('#pageTbl').next('.layui-table-view');
|
| | | //layer.msg("功能开发中...");
|
| | | var thEle = tblEle.find(".layui-table-header thead th");
|
| | | var tdEle = tblEle.find(".layui-table-body tbody td");
|
| | | exprotTable(thEle, tdEle,$('#export_excel'),$('#table_th_arr'),$('#table_td_arr'));
|
| | | });
|
| | |
|
| | | function exprotTable(eleTh,eleTd,eleform,eleTh_Text,eleTd_Text){
|