ydfjjh.jsp 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <form name="Form4" id="Form4">
  3. <tr class='ydfj_tr'>
  4. <th class='center' rowspan='14'>进度控制计划(月度分解计划)</th>
  5. <th class='center'>月份</th>
  6. <th class='center'>拟完成工程量<span class='notnullflag'>*</span></th>
  7. <th class='center'>拟完成费用(万元)<span class='notnullflag'>*</span></th>
  8. <th class='center' colspan='2'>比例<br>(%)</th>
  9. </tr>
  10. <tr class='ydfj_tr'>
  11. <td class='center'>1</td>
  12. <td class='center'>
  13. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_1}">
  14. <input value='${monPlanList.PLAN_QUANTITIES_1}' name='PLAN_QUANTITIES_1' class='editInput PLAN_QUANTITIES'
  15. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  16. </c:if>
  17. <c:if test="${empty monPlanList.PLAN_QUANTITIES_1}">
  18. <input value='--' name='PLAN_QUANTITIES_1' class='editInput PLAN_QUANTITIES'
  19. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  20. </c:if>
  21. </td>
  22. <td class='center'>
  23. <c:if test="${not empty monPlanList.PLAN_COST_1}">
  24. <input value='${monPlanList.PLAN_COST_1}' name='PLAN_COST_1' class='editInput PLAN_COST'
  25. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  26. </c:if>
  27. <c:if test="${empty monPlanList.PLAN_COST_1}">
  28. <input value='0' name='PLAN_COST_1' class='editInput PLAN_COST'
  29. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  30. </c:if>
  31. </td>
  32. <td class='center' colspan='2'>
  33. <span class='COST_RATIO'></span>
  34. </td>
  35. </tr>
  36. <tr class='ydfj_tr'>
  37. <td class='center'>2</td>
  38. <td class='center'>
  39. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_2}">
  40. <input value='${monPlanList.PLAN_QUANTITIES_2}' name='PLAN_QUANTITIES_2' class='editInput PLAN_QUANTITIES'
  41. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  42. </c:if>
  43. <c:if test="${empty monPlanList.PLAN_QUANTITIES_2}">
  44. <input value='--' name='PLAN_QUANTITIES_2' class='editInput PLAN_QUANTITIES'
  45. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  46. </c:if>
  47. </td>
  48. <td class='center'>
  49. <c:if test="${not empty monPlanList.PLAN_COST_2}">
  50. <input value='${monPlanList.PLAN_COST_2}' name='PLAN_COST_2' class='editInput PLAN_COST'
  51. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  52. </c:if>
  53. <c:if test="${empty monPlanList.PLAN_COST_2}">
  54. <input value='0' name='PLAN_COST_2' class='editInput PLAN_COST'
  55. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  56. </c:if>
  57. </td>
  58. <td class='center' colspan='2'>
  59. <span class='COST_RATIO'></span>
  60. </td>
  61. </tr>
  62. <tr class='ydfj_tr'>
  63. <td class='center'>3</td>
  64. <td class='center'>
  65. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_3}">
  66. <input value='${monPlanList.PLAN_QUANTITIES_3}' name='PLAN_QUANTITIES_3' class='editInput PLAN_QUANTITIES'
  67. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  68. </c:if>
  69. <c:if test="${empty monPlanList.PLAN_QUANTITIES_3}">
  70. <input value='--' name='PLAN_QUANTITIES_3' class='editInput PLAN_QUANTITIES'
  71. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  72. </c:if>
  73. </td>
  74. <td class='center'>
  75. <c:if test="${not empty monPlanList.PLAN_COST_3}">
  76. <input value='${monPlanList.PLAN_COST_3}' name='PLAN_COST_3' class='editInput PLAN_COST'
  77. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  78. </c:if>
  79. <c:if test="${empty monPlanList.PLAN_COST_3}">
  80. <input value='0' name='PLAN_COST_3' class='editInput PLAN_COST'
  81. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  82. </c:if>
  83. </td>
  84. <td class='center' colspan='2'>
  85. <span class='COST_RATIO'></span>
  86. </td>
  87. </tr>
  88. <tr class='ydfj_tr'>
  89. <td class='center'>4</td>
  90. <td class='center'>
  91. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_4}">
  92. <input value='${monPlanList.PLAN_QUANTITIES_4}' name='PLAN_QUANTITIES_4' class='editInput PLAN_QUANTITIES'
  93. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  94. </c:if>
  95. <c:if test="${empty monPlanList.PLAN_QUANTITIES_4}">
  96. <input value='--' name='PLAN_QUANTITIES_4' class='editInput PLAN_QUANTITIES'
  97. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  98. </c:if>
  99. </td>
  100. <td class='center'>
  101. <c:if test="${not empty monPlanList.PLAN_COST_4}">
  102. <input value='${monPlanList.PLAN_COST_4}' name='PLAN_COST_4' class='editInput PLAN_COST'
  103. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  104. </c:if>
  105. <c:if test="${empty monPlanList.PLAN_COST_4}">
  106. <input value='0' name='PLAN_COST_4' class='editInput PLAN_COST'
  107. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  108. </c:if>
  109. </td>
  110. <td class='center' colspan='2'>
  111. <span class='COST_RATIO'></span>
  112. </td>
  113. </tr>
  114. <tr class='ydfj_tr'>
  115. <td class='center'>5</td>
  116. <td class='center'>
  117. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_5}">
  118. <input value='${monPlanList.PLAN_QUANTITIES_5}' name='PLAN_QUANTITIES_5' class='editInput PLAN_QUANTITIES'
  119. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  120. </c:if>
  121. <c:if test="${empty monPlanList.PLAN_QUANTITIES_5}">
  122. <input value='--' name='PLAN_QUANTITIES_5' class='editInput PLAN_QUANTITIES'
  123. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  124. </c:if>
  125. </td>
  126. <td class='center'>
  127. <c:if test="${not empty monPlanList.PLAN_COST_5}">
  128. <input value='${monPlanList.PLAN_COST_5}' name='PLAN_COST_5' class='editInput PLAN_COST'
  129. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  130. </c:if>
  131. <c:if test="${empty monPlanList.PLAN_COST_5}">
  132. <input value='0' name='PLAN_COST_5' class='editInput PLAN_COST'
  133. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  134. </c:if>
  135. </td>
  136. <td class='center' colspan='2'>
  137. <span class='COST_RATIO'></span>
  138. </td>
  139. </tr>
  140. <tr class='ydfj_tr'>
  141. <td class='center'>6</td>
  142. <td class='center'>
  143. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_6}">
  144. <input value='${monPlanList.PLAN_QUANTITIES_6}' name='PLAN_QUANTITIES_6' class='editInput PLAN_QUANTITIES'
  145. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  146. </c:if>
  147. <c:if test="${empty monPlanList.PLAN_QUANTITIES_6}">
  148. <input value='--' name='PLAN_QUANTITIES_6' class='editInput PLAN_QUANTITIES'
  149. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  150. </c:if>
  151. </td>
  152. <td class='center'>
  153. <c:if test="${not empty monPlanList.PLAN_COST_6}">
  154. <input value='${monPlanList.PLAN_COST_6}' name='PLAN_COST_6' class='editInput PLAN_COST'
  155. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  156. </c:if>
  157. <c:if test="${empty monPlanList.PLAN_COST_6}">
  158. <input value='0' name='PLAN_COST_6' class='editInput PLAN_COST'
  159. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  160. </c:if>
  161. </td>
  162. <td class='center' colspan='2'>
  163. <span class='COST_RATIO'></span>
  164. </td>
  165. </tr>
  166. <tr class='ydfj_tr'>
  167. <td class='center'>7</td>
  168. <td class='center'>
  169. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_7}">
  170. <input value='${monPlanList.PLAN_QUANTITIES_7}' name='PLAN_QUANTITIES_7' class='editInput PLAN_QUANTITIES'
  171. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  172. </c:if>
  173. <c:if test="${empty monPlanList.PLAN_QUANTITIES_7}">
  174. <input value='--' name='PLAN_QUANTITIES_7' class='editInput PLAN_QUANTITIES'
  175. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  176. </c:if>
  177. </td>
  178. <td class='center'>
  179. <c:if test="${not empty monPlanList.PLAN_COST_7}">
  180. <input value='${monPlanList.PLAN_COST_7}' name='PLAN_COST_7' class='editInput PLAN_COST'
  181. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  182. </c:if>
  183. <c:if test="${empty monPlanList.PLAN_COST_7}">
  184. <input value='0' name='PLAN_COST_7' class='editInput PLAN_COST'
  185. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  186. </c:if>
  187. </td>
  188. <td class='center' colspan='2'>
  189. <span class='COST_RATIO'></span>
  190. </td>
  191. </tr>
  192. <tr class='ydfj_tr'>
  193. <td class='center'>8</td>
  194. <td class='center'>
  195. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_8}">
  196. <input value='${monPlanList.PLAN_QUANTITIES_8}' name='PLAN_QUANTITIES_8' class='editInput PLAN_QUANTITIES'
  197. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  198. </c:if>
  199. <c:if test="${empty monPlanList.PLAN_QUANTITIES_8}">
  200. <input value='--' name='PLAN_QUANTITIES_8' class='editInput PLAN_QUANTITIES'
  201. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  202. </c:if>
  203. </td>
  204. <td class='center'>
  205. <c:if test="${not empty monPlanList.PLAN_COST_8}">
  206. <input value='${monPlanList.PLAN_COST_8}' name='PLAN_COST_8' class='editInput PLAN_COST'
  207. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  208. </c:if>
  209. <c:if test="${empty monPlanList.PLAN_COST_8}">
  210. <input value='0' name='PLAN_COST_8' class='editInput PLAN_COST'
  211. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  212. </c:if>
  213. </td>
  214. <td class='center' colspan='2'>
  215. <span class='COST_RATIO'></span>
  216. </td>
  217. </tr>
  218. <tr class='ydfj_tr'>
  219. <td class='center'>9</td>
  220. <td class='center'>
  221. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_9}">
  222. <input value='${monPlanList.PLAN_QUANTITIES_9}' name='PLAN_QUANTITIES_9' class='editInput PLAN_QUANTITIES'
  223. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  224. </c:if>
  225. <c:if test="${empty monPlanList.PLAN_QUANTITIES_9}">
  226. <input value='--' name='PLAN_QUANTITIES_9' class='editInput PLAN_QUANTITIES'
  227. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  228. </c:if>
  229. </td>
  230. <td class='center'>
  231. <c:if test="${not empty monPlanList.PLAN_COST_9}">
  232. <input value='${monPlanList.PLAN_COST_9}' name='PLAN_COST_9' class='editInput PLAN_COST'
  233. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  234. </c:if>
  235. <c:if test="${empty monPlanList.PLAN_COST_9}">
  236. <input value='0' name='PLAN_COST_9' class='editInput PLAN_COST'
  237. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  238. </c:if>
  239. </td>
  240. <td class='center' colspan='2'>
  241. <span class='COST_RATIO'></span>
  242. </td>
  243. </tr>
  244. <tr class='ydfj_tr'>
  245. <td class='center'>10</td>
  246. <td class='center'>
  247. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_10}">
  248. <input value='${monPlanList.PLAN_QUANTITIES_10}' name='PLAN_QUANTITIES_10' class='editInput PLAN_QUANTITIES'
  249. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  250. </c:if>
  251. <c:if test="${empty monPlanList.PLAN_QUANTITIES_10}">
  252. <input value='--' name='PLAN_QUANTITIES_10' class='editInput PLAN_QUANTITIES'
  253. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  254. </c:if>
  255. </td>
  256. <td class='center'>
  257. <c:if test="${not empty monPlanList.PLAN_COST_10}">
  258. <input value='${monPlanList.PLAN_COST_10}' name='PLAN_COST_10' class='editInput PLAN_COST'
  259. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  260. </c:if>
  261. <c:if test="${empty monPlanList.PLAN_COST_10}">
  262. <input value='0' name='PLAN_COST_10' class='editInput PLAN_COST'
  263. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  264. </c:if>
  265. </td>
  266. <td class='center' colspan='2'>
  267. <span class='COST_RATIO'></span>
  268. </td>
  269. </tr>
  270. <tr class='ydfj_tr'>
  271. <td class='center'>11</td>
  272. <td class='center'>
  273. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_11}">
  274. <input value='${monPlanList.PLAN_QUANTITIES_11}' name='PLAN_QUANTITIES_11' class='editInput PLAN_QUANTITIES'
  275. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  276. </c:if>
  277. <c:if test="${empty monPlanList.PLAN_QUANTITIES_11}">
  278. <input value='--' name='PLAN_QUANTITIES_11' class='editInput PLAN_QUANTITIES'
  279. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  280. </c:if>
  281. </td>
  282. <td class='center'>
  283. <c:if test="${not empty monPlanList.PLAN_COST_11}">
  284. <input value='${monPlanList.PLAN_COST_11}' name='PLAN_COST_11' class='editInput PLAN_COST'
  285. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  286. </c:if>
  287. <c:if test="${empty monPlanList.PLAN_COST_11}">
  288. <input value='0' name='PLAN_COST_11' class='editInput PLAN_COST'
  289. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  290. </c:if>
  291. </td>
  292. <td class='center' colspan='2'>
  293. <span class='COST_RATIO'></span>
  294. </td>
  295. </tr>
  296. <tr class='ydfj_tr'>
  297. <td class='center'>12</td>
  298. <td class='center'>
  299. <c:if test="${not empty monPlanList.PLAN_QUANTITIES_12}">
  300. <input value='${monPlanList.PLAN_QUANTITIES_12}' name='PLAN_QUANTITIES_12' class='editInput PLAN_QUANTITIES'
  301. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  302. </c:if>
  303. <c:if test="${empty monPlanList.PLAN_QUANTITIES_12}">
  304. <input value='--' name='PLAN_QUANTITIES_12' class='editInput PLAN_QUANTITIES'
  305. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  306. </c:if>
  307. </td>
  308. <td class='center'>
  309. <c:if test="${not empty monPlanList.PLAN_COST_12}">
  310. <input value='${monPlanList.PLAN_COST_12}' name='PLAN_COST_12' class='editInput PLAN_COST'
  311. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  312. </c:if>
  313. <c:if test="${empty monPlanList.PLAN_COST_12}">
  314. <input value='0' name='PLAN_COST_12' class='editInput PLAN_COST'
  315. onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
  316. </c:if>
  317. </td>
  318. <td class='center' colspan='2'>
  319. <span class='COST_RATIO'></span>
  320. </td>
  321. </tr>
  322. <tr class='ydfj_sum_tr'>
  323. <td class='center' colspan='2'>合计</td>
  324. <td class='center'>
  325. <input class='PLAN_COST' type='text' readonly='readonly'/>
  326. </td>
  327. <td class='center' colspan='2'>
  328. <span class='COST_RATIO'></span>
  329. </td>
  330. </tr>
  331. </form>