地铁二期项目正式开始

EmployyFromExcel.cshtml 1.4KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>layui</title>
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  9. <link href="/Content/layui/css/layui.css" rel="stylesheet" />
  10. <script type="text/javascript" src="/Content/layui/layui.js" charset="utf-8"></script>
  11. <!-- 注意:如果你直接复制所有代码到本地,上述css路径需要改成你本地的 -->
  12. </head>
  13. <body>
  14. <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
  15. <legend>上传通讯录:</legend>
  16. </fieldset>
  17. <div class="layui-upload">
  18. <button class="layui-btn layui-btn-normal" id="testList" type="button">选择上传文件</button>
  19. <div class="layui-upload-list">
  20. <table class="layui-table">
  21. <thead>
  22. <tr>
  23. <th>文件名</th>
  24. <th>大小</th>
  25. <th>状态</th>
  26. <th>操作</th>
  27. </tr>
  28. </thead>
  29. <tbody id="demoList"></tbody>
  30. </table>
  31. </div>
  32. <button class="layui-btn" id="testListAction" type="button">开始上传</button>
  33. </div>
  34. </body>
  35. </html>
  36. <script src="/Content/js/hremployeebase/hremplyeeExcel.js" charset="utf-8"></script>