tBCostPettyCashAccountLog-add.jsp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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="tBCostPettyCashAccountLogController.do?doAdd" >
  14. <input id="id" name="id" type="hidden" value="${tBCostPettyCashAccountLogPage.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="accountId" name="accountId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  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="change1" name="change1" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  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. 余额:
  44. </label>
  45. </td>
  46. <td class="value">
  47. <input id="balance" name="balance" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  48. <span class="Validform_checktip"></span>
  49. <label class="Validform_label" style="display: none;">余额</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="remark" name="remark" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  60. <span class="Validform_checktip"></span>
  61. <label class="Validform_label" style="display: none;">备注</label>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td align="right">
  66. <label class="Validform_label">
  67. 来源类型:
  68. </label>
  69. </td>
  70. <td class="value">
  71. <input id="sourceType" name="sourceType" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  72. <span class="Validform_checktip"></span>
  73. <label class="Validform_label" style="display: none;">来源类型</label>
  74. </td>
  75. </tr>
  76. <tr>
  77. <td align="right">
  78. <label class="Validform_label">
  79. 来源id:
  80. </label>
  81. </td>
  82. <td class="value">
  83. <input id="sourceId" name="sourceId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  84. <span class="Validform_checktip"></span>
  85. <label class="Validform_label" style="display: none;">来源id</label>
  86. </td>
  87. </tr>
  88. <tr>
  89. <td align="right">
  90. <label class="Validform_label">
  91. 用户id:
  92. </label>
  93. </td>
  94. <td class="value">
  95. <input id="userid" name="userid" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  96. <span class="Validform_checktip"></span>
  97. <label class="Validform_label" style="display: none;">用户id</label>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td align="right">
  102. <label class="Validform_label">
  103. 部门id:
  104. </label>
  105. </td>
  106. <td class="value">
  107. <input id="departId" name="departId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  108. <span class="Validform_checktip"></span>
  109. <label class="Validform_label" style="display: none;">部门id</label>
  110. </td>
  111. </tr>
  112. </table>
  113. </t:formvalid>
  114. </body>
  115. <script src = "webpage/cn/com/lzt/cost/pettycashaccountlog/tBCostPettyCashAccountLog.js"></script>