budgetTempSheetMeasure-add.jsp 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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="budgetTempSheetMeasureController.do?doAdd" >
  14. <input id="id" name="id" type="hidden" value="${budgetDemoGoalsPage.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="tempSheetId" name="tempSheetId" 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. <td align="right">
  28. <label class="Validform_label">
  29. 周期id:
  30. </label>
  31. </td>
  32. <td class="value">
  33. <input id="periodId" name="periodId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  34. <span class="Validform_checktip"></span>
  35. <label class="Validform_label" style="display: none;">周期id</label>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td align="right">
  40. <label class="Validform_label">
  41. 预算年份:
  42. </label>
  43. </td>
  44. <td class="value">
  45. <input id="periodYear" name="periodYear" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  46. <span class="Validform_checktip"></span>
  47. <label class="Validform_label" style="display: none;">预算年份</label>
  48. </td>
  49. <td align="right">
  50. <label class="Validform_label">
  51. 预算类型:
  52. </label>
  53. </td>
  54. <td class="value">
  55. <input id="periodType" name="periodType" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  56. <span class="Validform_checktip"></span>
  57. <label class="Validform_label" style="display: none;">预算类型</label>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td align="right">
  62. <label class="Validform_label">
  63. 预算周期明细id:
  64. </label>
  65. </td>
  66. <td class="value">
  67. <input id="periodDetailId" name="periodDetailId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  68. <span class="Validform_checktip"></span>
  69. <label class="Validform_label" style="display: none;">预算周期明细id</label>
  70. </td>
  71. <td align="right">
  72. <label class="Validform_label">
  73. 预算时间编号:
  74. </label>
  75. </td>
  76. <td class="value">
  77. <input id="periodIndex" name="periodIndex" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" />
  78. <span class="Validform_checktip"></span>
  79. <label class="Validform_label" style="display: none;">预算时间编号</label>
  80. </td>
  81. </tr>
  82. <tr>
  83. <td align="right">
  84. <label class="Validform_label">
  85. 预算周期开始:
  86. </label>
  87. </td>
  88. <td class="value">
  89. <input id="periodDetailStart" name="periodDetailStart" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  90. <span class="Validform_checktip"></span>
  91. <label class="Validform_label" style="display: none;">预算周期开始</label>
  92. </td>
  93. <td align="right">
  94. <label class="Validform_label">
  95. 预算周期结束:
  96. </label>
  97. </td>
  98. <td class="value">
  99. <input id="periodDetailEnd" name="periodDetailEnd" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  100. <span class="Validform_checktip"></span>
  101. <label class="Validform_label" style="display: none;">预算周期结束</label>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td align="right">
  106. <label class="Validform_label">
  107. 指标id:
  108. </label>
  109. </td>
  110. <td class="value">
  111. <input id="measureId" name="measureId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  112. <span class="Validform_checktip"></span>
  113. <label class="Validform_label" style="display: none;">指标id</label>
  114. </td>
  115. <td align="right">
  116. <label class="Validform_label">
  117. 指标名称:
  118. </label>
  119. </td>
  120. <td class="value">
  121. <input id="measureName" name="measureName" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  122. <span class="Validform_checktip"></span>
  123. <label class="Validform_label" style="display: none;">指标名称</label>
  124. </td>
  125. </tr>
  126. <tr>
  127. <td align="right">
  128. <label class="Validform_label">
  129. 是否含税:
  130. </label>
  131. </td>
  132. <td class="value">
  133. <input id="includeTax" name="includeTax" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" />
  134. <span class="Validform_checktip"></span>
  135. <label class="Validform_label" style="display: none;">是否含税</label>
  136. </td>
  137. <td align="right">
  138. <label class="Validform_label">
  139. 数据类型:
  140. </label>
  141. </td>
  142. <td class="value">
  143. <input id="dataType" name="dataType" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  144. <span class="Validform_checktip"></span>
  145. <label class="Validform_label" style="display: none;">数据类型</label>
  146. </td>
  147. </tr>
  148. <tr>
  149. <td align="right">
  150. <label class="Validform_label">
  151. 数据规则:
  152. </label>
  153. </td>
  154. <td class="value">
  155. <input id="dataRules" name="dataRules" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  156. <span class="Validform_checktip"></span>
  157. <label class="Validform_label" style="display: none;">数据规则</label>
  158. </td>
  159. <td align="right">
  160. <label class="Validform_label">
  161. 默认值:
  162. </label>
  163. </td>
  164. <td class="value">
  165. <input id="dataValue" name="dataValue" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  166. <span class="Validform_checktip"></span>
  167. <label class="Validform_label" style="display: none;">默认值</label>
  168. </td>
  169. </tr>
  170. <tr>
  171. <td align="right">
  172. <label class="Validform_label">
  173. 控制预算:
  174. </label>
  175. </td>
  176. <td class="value">
  177. <input id="controlFlag" name="controlFlag" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" />
  178. <span class="Validform_checktip"></span>
  179. <label class="Validform_label" style="display: none;">控制预算</label>
  180. </td>
  181. <td align="right">
  182. <label class="Validform_label">
  183. 样式json:
  184. </label>
  185. </td>
  186. <td class="value">
  187. <input id="uiStyle" name="uiStyle" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  188. <span class="Validform_checktip"></span>
  189. <label class="Validform_label" style="display: none;">样式json</label>
  190. </td>
  191. </tr>
  192. <tr>
  193. <td align="right">
  194. <label class="Validform_label">
  195. 备注:
  196. </label>
  197. </td>
  198. <td class="value">
  199. <input id="memo" name="memo" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  200. <span class="Validform_checktip"></span>
  201. <label class="Validform_label" style="display: none;">备注</label>
  202. </td>
  203. <td align="right">
  204. <label class="Validform_label">
  205. </label>
  206. </td>
  207. <td class="value">
  208. </td>
  209. </tr>
  210. </table>
  211. </t:formvalid>
  212. </body>
  213. <script src = "webpage/cn/com/lzt/budget/tempSheetMeasure/budgetTempSheetMeasure.js"></script>