individualForm.jsp 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  2. <%@ include file="/webpage/include/taglib.jsp"%>
  3. <html>
  4. <head>
  5. <title>单独调整</title>
  6. <link rel="stylesheet" href="${ctxp}/static/plugin/assets/layui/css/layui.css">
  7. <link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
  8. <script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
  9. <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
  10. <%@include file="individualForm.js"%>
  11. </head>
  12. <style>
  13. .layui-table-view .layui-table {width:100%}
  14. .layui-table-cell .layui-form-checkbox[lay-skin="primary"]{top: 50%;transform: translateY(-50%);}
  15. .layui-icon-layer{display: none;}
  16. .layui-icon-file{display: none;}
  17. .layui-table-tips-main{display:none}
  18. .layui-table-tips-c{display:none}
  19. .solr{height: 33px;line-height: 33px;padding: 0 7px;border: 1px solid #ccc;border-radius: 2px;margin-bottom: -2px;outline: none;width: 190px;}
  20. input:focus {border-color: #009E94;}
  21. </style>
  22. <body>
  23. <div class="layui-btn-group suretable" style="display: none;">
  24. <button class="layui-btn" data-type="getCheckData" id="freenl">确定</button>
  25. </div>
  26. <table>
  27. <tbody>
  28. <tr>
  29. <td>
  30. <form class="layui-form" action="">
  31. <div class="layui-form-item" style="float: left;">
  32. <div class="" style="margin-left: 10px;margin-top: 10px;">
  33. <span id="mylable2" style="font-size: 15px">项目调整</span>
  34. <span style="font-size: 15px">:</span>
  35. <span id="readid2" style="font-size: 15px"></span>
  36. </div>
  37. <div class="" style="margin-left: 10px;">
  38. <input type="radio" name="mydiv" value="1" title="增加" checked="">
  39. <input type="radio" name="mydiv" value="2" title="减少">
  40. </div>
  41. </div>
  42. </form>
  43. </td>
  44. <td>
  45. <div style="">&nbsp;&nbsp;
  46. <input id="edt-search" type="text" placeholder="输入关键字" class="solr" style="font-size: 15px"/>&nbsp;&nbsp;
  47. <button class="layui-btn" id="btn-search">&nbsp;&nbsp;搜索&nbsp;&nbsp;</button>
  48. </div>
  49. </td>
  50. </tr>
  51. </tbody>
  52. </table>
  53. <div style="margin-left: 10px;margin-right: 10px">
  54. <table class="layui-table" id="longtable" lay-filter="longtable"></table>
  55. </div>
  56. </body>
  57. </html>