projectPostGeneral-update.jsp 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="projectPostGeneralController.do?doUpdate" >
  14. <input id="id" name="id" type="hidden" value="${projectPostGeneralPage.id }"/>
  15. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  16. <tr>
  17. <td align="right">
  18. <label class="Validform_label">
  19. 项目ID:
  20. </label>
  21. </td>
  22. <td class="value">
  23. <input id="pid" name="pid" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${projectPostGeneralPage.pid}'/>
  24. <span class="Validform_checktip"></span>
  25. <label class="Validform_label" style="display: none;">项目ID</label>
  26. </td>
  27. </tr>
  28. <tr>
  29. <td align="right">
  30. <label class="Validform_label">
  31. 岗位分配:
  32. </label>
  33. </td>
  34. <td class="value">
  35. <input id="overallSituation" name="overallSituation" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${projectPostGeneralPage.overallSituation}'/>
  36. <span class="Validform_checktip"></span>
  37. <label class="Validform_label" style="display: none;">岗位分配</label>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td align="right">
  42. <label class="Validform_label">
  43. 分配人ID:
  44. </label>
  45. </td>
  46. <td class="value">
  47. <input id="setterId" name="setterId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${projectPostGeneralPage.setterId}'/>
  48. <span class="Validform_checktip"></span>
  49. <label class="Validform_label" style="display: none;">分配人ID</label>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td align="right">
  54. <label class="Validform_label">
  55. 逻辑删除标识:
  56. </label>
  57. </td>
  58. <td class="value">
  59. <input id="deleteFlag" name="deleteFlag" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${projectPostGeneralPage.deleteFlag}'/>
  60. <span class="Validform_checktip"></span>
  61. <label class="Validform_label" style="display: none;">逻辑删除标识</label>
  62. </td>
  63. </tr>
  64. </table>
  65. </t:formvalid>
  66. </body>
  67. <script src = "webpage/cn/com/lzt/projectpostgeneral/projectPostGeneral.js"></script>