budgetBusMeasureConfig-update.jsp 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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="budgetBusMeasureConfigController.do?doUpdate" >
  14. <input id="id" name="id" type="hidden" value="${budgetBusMeasureConfigPage.id }"/>
  15. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  16. <tr>
  17. <td align="right">
  18. <label class="Validform_label">
  19. 创建人名称:
  20. </label>
  21. </td>
  22. <td class="value">
  23. <input id="createName" name="createName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.createName}'/>
  24. <span class="Validform_checktip"></span>
  25. <label class="Validform_label" style="display: none;">创建人名称</label>
  26. </td>
  27. <td align="right">
  28. <label class="Validform_label">
  29. 创建人登录名称:
  30. </label>
  31. </td>
  32. <td class="value">
  33. <input id="createBy" name="createBy" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.createBy}'/>
  34. <span class="Validform_checktip"></span>
  35. <label class="Validform_label" style="display: none;">创建人登录名称</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="createDate" name="createDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" value='<fmt:formatDate value='${budgetBusMeasureConfigPage.createDate}' type="date" pattern="yyyy-MM-dd"/>'/>
  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="updateName" name="updateName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.updateName}'/>
  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. 更新人登录名称:
  64. </label>
  65. </td>
  66. <td class="value">
  67. <input id="updateBy" name="updateBy" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.updateBy}'/>
  68. <span class="Validform_checktip"></span>
  69. <label class="Validform_label" style="display: none;">更新人登录名称</label>
  70. </td>
  71. <td align="right">
  72. <label class="Validform_label">
  73. 更新日期:
  74. </label>
  75. </td>
  76. <td class="value">
  77. <input id="updateDate" name="updateDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" value='<fmt:formatDate value='${budgetBusMeasureConfigPage.updateDate}' type="date" pattern="yyyy-MM-dd"/>'/>
  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="sysOrgCode" name="sysOrgCode" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.sysOrgCode}'/>
  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="sysCompanyCode" name="sysCompanyCode" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.sysCompanyCode}'/>
  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. 流程状态:
  108. </label>
  109. </td>
  110. <td class="value">
  111. <input id="bpmStatus" name="bpmStatus" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.bpmStatus}'/>
  112. <span class="Validform_checktip"></span>
  113. <label class="Validform_label" style="display: none;">流程状态</label>
  114. </td>
  115. <td align="right">
  116. <label class="Validform_label">
  117. 业务类型:
  118. </label>
  119. </td>
  120. <td class="value">
  121. <input id="busType" name="busType" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.busType}'/>
  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="busName" name="busName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.busName}'/>
  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="configItem" name="configItem" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.configItem}'/>
  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="configItemName" name="configItemName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.configItemName}'/>
  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. 指标id:
  162. </label>
  163. </td>
  164. <td class="value">
  165. <input id="measureId" name="measureId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.measureId}'/>
  166. <span class="Validform_checktip"></span>
  167. <label class="Validform_label" style="display: none;">指标id</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="measureName" name="measureName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetBusMeasureConfigPage.measureName}'/>
  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. </label>
  184. </td>
  185. <td class="value">
  186. </td>
  187. </tr>
  188. </table>
  189. </t:formvalid>
  190. </body>
  191. <script src = "webpage/cn/com/lzt/budget/busmeasureconfig/budgetBusMeasureConfig.js"></script>