zone-add.jsp 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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="zoneController.do?doAdd" >
  14. <input id="id" name="id" type="hidden" value="${zonePage.id }"/>
  15. <input id="defnum1" name="defnum1" type="hidden" value="${zonePage.defnum1 }"/>
  16. <input id="defnum2" name="defnum2" type="hidden" value="${zonePage.defnum2 }"/>
  17. <input id="defnum3" name="defnum3" type="hidden" value="${zonePage.defnum3 }"/>
  18. <input id="defnum4" name="defnum4" type="hidden" value="${zonePage.defnum4 }"/>
  19. <input id="defnum5" name="defnum5" type="hidden" value="${zonePage.defnum5 }"/>
  20. <input id="defnum6" name="defnum6" type="hidden" value="${zonePage.defnum6 }"/>
  21. <input id="defnum7" name="defnum7" type="hidden" value="${zonePage.defnum7 }"/>
  22. <input id="defnum8" name="defnum8" type="hidden" value="${zonePage.defnum8 }"/>
  23. <input id="defnum9" name="defnum9" type="hidden" value="${zonePage.defnum9 }"/>
  24. <input id="defnum10" name="defnum10" type="hidden" value="${zonePage.defnum10 }"/>
  25. <input id="defstr1" name="defstr1" type="hidden" value="${zonePage.defstr1 }"/>
  26. <input id="defstr2" name="defstr2" type="hidden" value="${zonePage.defstr2 }"/>
  27. <input id="defstr3" name="defstr3" type="hidden" value="${zonePage.defstr3 }"/>
  28. <input id="defstr4" name="defstr4" type="hidden" value="${zonePage.defstr4 }"/>
  29. <input id="defstr5" name="defstr5" type="hidden" value="${zonePage.defstr5 }"/>
  30. <input id="defstr6" name="defstr6" type="hidden" value="${zonePage.defstr6 }"/>
  31. <input id="defstr7" name="defstr7" type="hidden" value="${zonePage.defstr7 }"/>
  32. <input id="defstr8" name="defstr8" type="hidden" value="${zonePage.defstr8 }"/>
  33. <input id="defstr9" name="defstr9" type="hidden" value="${zonePage.defstr9 }"/>
  34. <input id="defstr10" name="defstr10" type="hidden" value="${zonePage.defstr10 }"/>
  35. <%-- <input id="leader" name="leader" type="hidden" value="${zonePage.leader }"/> --%>
  36. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  37. <tr>
  38. <td align="right">
  39. <label class="Validform_label">
  40. <span color="red" class="requiredIcon">*</span>区域编码:
  41. </label>
  42. </td>
  43. <td class="value">
  44. <input id="code" name="code" type="text" style="width: 150px" class="inputxt" datatype="*" ignore=""check"" />
  45. <span class="Validform_checktip"></span>
  46. <label class="Validform_label" style="display: none;">区域编码</label>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td align="right">
  51. <label class="Validform_label">
  52. <span color="red" class="requiredIcon">*</span>区域名称:
  53. </label>
  54. </td>
  55. <td class="value">
  56. <input id="name" name="name" type="text" style="width: 150px" class="inputxt" datatype="*" ignore="check" />
  57. <span class="Validform_checktip"></span>
  58. <label class="Validform_label" style="display: none;">区域名称</label>
  59. </td>
  60. </tr>
  61. <tr>
  62. <td align="right">
  63. <label class="Validform_label"></font>负责人:</label>
  64. </td>
  65. <td class="value">
  66. <input readonly="true" type="text" id="leadername" name="leadername" style="width: 157px" placeholder="请选择负责人" onclick="openUserSelect()">
  67. <input id="leader" name="leader" type="hidden" value="">
  68. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="userSearch" onclick="openUserSelect()">选择</a>
  69. <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="userRedo" onclick="callbackCleanUser()">清空</a>
  70. </td>
  71. </tr>
  72. <!-- <td align="right">
  73. <label class="Validform_label">
  74. 数值自定义项1:
  75. </label>
  76. </td>
  77. <td class="value">
  78. <input id="defnum1" name="defnum1" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  79. <span class="Validform_checktip"></span>
  80. <label class="Validform_label" style="display: none;">数值自定义项1</label>
  81. </td> -->
  82. <!-- <tr>
  83. <td align="right">
  84. <label class="Validform_label">
  85. 数值自定义项2:
  86. </label>
  87. </td>
  88. <td class="value">
  89. <input id="defnum2" name="defnum2" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  90. <span class="Validform_checktip"></span>
  91. <label class="Validform_label" style="display: none;">数值自定义项2</label>
  92. </td>
  93. <td align="right">
  94. <label class="Validform_label">
  95. 数值自定义项3:
  96. </label>
  97. </td>
  98. <td class="value">
  99. <input id="defnum3" name="defnum3" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  100. <span class="Validform_checktip"></span>
  101. <label class="Validform_label" style="display: none;">数值自定义项3</label>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td align="right">
  106. <label class="Validform_label">
  107. 数值自定义项4:
  108. </label>
  109. </td>
  110. <td class="value">
  111. <input id="defnum4" name="defnum4" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  112. <span class="Validform_checktip"></span>
  113. <label class="Validform_label" style="display: none;">数值自定义项4</label>
  114. </td>
  115. <td align="right">
  116. <label class="Validform_label">
  117. 数值自定义项5:
  118. </label>
  119. </td>
  120. <td class="value">
  121. <input id="defnum5" name="defnum5" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  122. <span class="Validform_checktip"></span>
  123. <label class="Validform_label" style="display: none;">数值自定义项5</label>
  124. </td>
  125. </tr>
  126. <tr>
  127. <td align="right">
  128. <label class="Validform_label">
  129. 数值自定义项6:
  130. </label>
  131. </td>
  132. <td class="value">
  133. <input id="defnum6" name="defnum6" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  134. <span class="Validform_checktip"></span>
  135. <label class="Validform_label" style="display: none;">数值自定义项6</label>
  136. </td>
  137. <td align="right">
  138. <label class="Validform_label">
  139. 数值自定义项7:
  140. </label>
  141. </td>
  142. <td class="value">
  143. <input id="defnum7" name="defnum7" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  144. <span class="Validform_checktip"></span>
  145. <label class="Validform_label" style="display: none;">数值自定义项7</label>
  146. </td>
  147. </tr>
  148. <tr>
  149. <td align="right">
  150. <label class="Validform_label">
  151. 数值自定义项8:
  152. </label>
  153. </td>
  154. <td class="value">
  155. <input id="defnum8" name="defnum8" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  156. <span class="Validform_checktip"></span>
  157. <label class="Validform_label" style="display: none;">数值自定义项8</label>
  158. </td>
  159. <td align="right">
  160. <label class="Validform_label">
  161. 数值自定义项9:
  162. </label>
  163. </td>
  164. <td class="value">
  165. <input id="defnum9" name="defnum9" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  166. <span class="Validform_checktip"></span>
  167. <label class="Validform_label" style="display: none;">数值自定义项9</label>
  168. </td>
  169. </tr>
  170. <tr>
  171. <td align="right">
  172. <label class="Validform_label">
  173. 数值自定义项10:
  174. </label>
  175. </td>
  176. <td class="value">
  177. <input id="defnum10" name="defnum10" type="text" style="width: 150px" class="inputxt" datatype="/^(-?\d+)(\.\d+)?$/" ignore="ignore" />
  178. <span class="Validform_checktip"></span>
  179. <label class="Validform_label" style="display: none;">数值自定义项10</label>
  180. </td>
  181. <td align="right">
  182. <label class="Validform_label">
  183. 字符自定义项1:
  184. </label>
  185. </td>
  186. <td class="value">
  187. <input id="defstr1" name="defstr1" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  188. <span class="Validform_checktip"></span>
  189. <label class="Validform_label" style="display: none;">字符自定义项1</label>
  190. </td>
  191. </tr>
  192. <tr>
  193. <td align="right">
  194. <label class="Validform_label">
  195. 字符自定义项2:
  196. </label>
  197. </td>
  198. <td class="value">
  199. <input id="defstr2" name="defstr2" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  200. <span class="Validform_checktip"></span>
  201. <label class="Validform_label" style="display: none;">字符自定义项2</label>
  202. </td>
  203. <td align="right">
  204. <label class="Validform_label">
  205. 字符自定义项3:
  206. </label>
  207. </td>
  208. <td class="value">
  209. <input id="defstr3" name="defstr3" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  210. <span class="Validform_checktip"></span>
  211. <label class="Validform_label" style="display: none;">字符自定义项3</label>
  212. </td>
  213. </tr>
  214. <tr>
  215. <td align="right">
  216. <label class="Validform_label">
  217. 字符自定义项4:
  218. </label>
  219. </td>
  220. <td class="value">
  221. <input id="defstr4" name="defstr4" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  222. <span class="Validform_checktip"></span>
  223. <label class="Validform_label" style="display: none;">字符自定义项4</label>
  224. </td>
  225. <td align="right">
  226. <label class="Validform_label">
  227. 字符自定义项5:
  228. </label>
  229. </td>
  230. <td class="value">
  231. <input id="defstr5" name="defstr5" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  232. <span class="Validform_checktip"></span>
  233. <label class="Validform_label" style="display: none;">字符自定义项5</label>
  234. </td>
  235. </tr>
  236. <tr>
  237. <td align="right">
  238. <label class="Validform_label">
  239. 字符自定义项6:
  240. </label>
  241. </td>
  242. <td class="value">
  243. <input id="defstr6" name="defstr6" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  244. <span class="Validform_checktip"></span>
  245. <label class="Validform_label" style="display: none;">字符自定义项6</label>
  246. </td>
  247. <td align="right">
  248. <label class="Validform_label">
  249. 字符自定义项7:
  250. </label>
  251. </td>
  252. <td class="value">
  253. <input id="defstr7" name="defstr7" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  254. <span class="Validform_checktip"></span>
  255. <label class="Validform_label" style="display: none;">字符自定义项7</label>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td align="right">
  260. <label class="Validform_label">
  261. 字符自定义项8:
  262. </label>
  263. </td>
  264. <td class="value">
  265. <input id="defstr8" name="defstr8" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  266. <span class="Validform_checktip"></span>
  267. <label class="Validform_label" style="display: none;">字符自定义项8</label>
  268. </td>
  269. <td align="right">
  270. <label class="Validform_label">
  271. 字符自定义项9:
  272. </label>
  273. </td>
  274. <td class="value">
  275. <input id="defstr9" name="defstr9" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  276. <span class="Validform_checktip"></span>
  277. <label class="Validform_label" style="display: none;">字符自定义项9</label>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td align="right">
  282. <label class="Validform_label">
  283. 字符自定义项10:
  284. </label>
  285. </td>
  286. <td class="value">
  287. <input id="defstr10" name="defstr10" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  288. <span class="Validform_checktip"></span>
  289. <label class="Validform_label" style="display: none;">字符自定义项10</label>
  290. </td>
  291. <td align="right">
  292. <label class="Validform_label">
  293. </label>
  294. </td>
  295. <td class="value">
  296. </td>
  297. </tr> -->
  298. </table>
  299. </t:formvalid>
  300. </body>
  301. <script src = "webpage/cn/com/lzt/zone/zone.js"></script>