taxDeductionsForm.jsp 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="taxDeductionsForm.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. .mydiv{padding: 5px 7px;border: whitesmoke;line-height: 98%;margin-top: 2px}
  16. </style>
  17. <body>
  18. <div class="layui-btn-group suretable" style="display: none;">
  19. <button class="layui-btn" data-type="getCheckData" id="freenl">确定</button>
  20. </div>
  21. <input id="updatebtn" type="button" onclick="updateProject()" style="display: none" />
  22. <%--<div class="layui-form-item">--%>
  23. <%--<div class="" style="margin-left: 10px;margin-top: 10px;">--%>
  24. <%--<span id="mylable2">项目调整</span>--%>
  25. <%--<span>:</span>--%>
  26. <%--<span id="readid2">200</span>--%>
  27. <%--</div>--%>
  28. <%--<div class="" style="margin-left: 10px;">--%>
  29. <%--<input type="radio" name="mydiv" value="1" title="增加" checked="">--%>
  30. <%--<input type="radio" name="mydiv" value="2" title="减少">--%>
  31. <%--</div>--%>
  32. <%--</div>--%>
  33. <div style="margin-left: 7px;margin-right: 7px">
  34. <table class="layui-hide" id="longtable" lay-filter="longtable"></table>
  35. </div>
  36. </body>
  37. </html>