You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
615 B

  1. @{
  2. ViewBag.Title = "导出Excel数据";
  3. Layout = "~/Views/Shared/_Form.cshtml";
  4. }
  5. <div style="margin: 5px;">
  6. <div class="alert alert-danger" style="margin-bottom: 5px;">
  7. <i class="fa fa-question-circle" style="position: relative; top: 1px; font-size: 15px; padding-right: 5px;"></i>
  8. 注:请勾选需要导出的字段
  9. </div>
  10. </div>
  11. <div style="margin: 5px;">
  12. <span id="all" class="btn btn-default" >全选</span>
  13. <span id="noall" class="btn btn-default">全不选</span>
  14. <ul class="sys_spec_text"></ul>
  15. </div>
  16. @Html.AppendJsFile("/Views/Utility/ExcelExportForm.js")