budgetVerifyGroup-add.jsp 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>审核组</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. <script type="text/javascript">
  9. //编写自定义JS代码
  10. </script>
  11. </head>
  12. <body>
  13. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="budgetVerifyGroupController.do?doAdd" >
  14. <input id="id" name="id" type="hidden" value="${entity.id }"/>
  15. <input id="type" name="type" type="hidden" value="${empty entity.type?param.type:entity.type}" />
  16. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  17. <tr>
  18. <td align="right">
  19. <label class="Validform_label">
  20. 名称:
  21. </label>
  22. </td>
  23. <td class="value">
  24. <input id="name" name="name" type="text" style="width: 150px" class="inputxt" datatype="*" value="${entity.name}"/>
  25. <span class="Validform_checktip"></span>
  26. <label class="Validform_label" style="display: none;">名称</label>
  27. </td>
  28. </tr>
  29. </table>
  30. </t:formvalid>
  31. </body>
  32. <script src = "webpage/cn/com/lzt/budget/verifygroup/budgetVerifyGroup.js"></script>