123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <form name="Form4" id="Form4">
- <tr class='ydfj_tr'>
- <th class='center' rowspan='14'>进度控制计划(月度分解计划)</th>
- <th class='center'>月份</th>
- <th class='center'>拟完成工程量<span class='notnullflag'>*</span></th>
- <th class='center'>拟完成费用(万元)<span class='notnullflag'>*</span></th>
- <th class='center' colspan='2'>比例<br>(%)</th>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>1</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_1}">
- <input value='${monPlanList.PLAN_QUANTITIES_1}' name='PLAN_QUANTITIES_1' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_1}">
- <input value='--' name='PLAN_QUANTITIES_1' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_1}">
- <input value='${monPlanList.PLAN_COST_1}' name='PLAN_COST_1' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_1}">
- <input value='0' name='PLAN_COST_1' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>2</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_2}">
- <input value='${monPlanList.PLAN_QUANTITIES_2}' name='PLAN_QUANTITIES_2' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_2}">
- <input value='--' name='PLAN_QUANTITIES_2' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_2}">
- <input value='${monPlanList.PLAN_COST_2}' name='PLAN_COST_2' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_2}">
- <input value='0' name='PLAN_COST_2' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>3</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_3}">
- <input value='${monPlanList.PLAN_QUANTITIES_3}' name='PLAN_QUANTITIES_3' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_3}">
- <input value='--' name='PLAN_QUANTITIES_3' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_3}">
- <input value='${monPlanList.PLAN_COST_3}' name='PLAN_COST_3' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_3}">
- <input value='0' name='PLAN_COST_3' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>4</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_4}">
- <input value='${monPlanList.PLAN_QUANTITIES_4}' name='PLAN_QUANTITIES_4' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_4}">
- <input value='--' name='PLAN_QUANTITIES_4' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_4}">
- <input value='${monPlanList.PLAN_COST_4}' name='PLAN_COST_4' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_4}">
- <input value='0' name='PLAN_COST_4' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>5</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_5}">
- <input value='${monPlanList.PLAN_QUANTITIES_5}' name='PLAN_QUANTITIES_5' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_5}">
- <input value='--' name='PLAN_QUANTITIES_5' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_5}">
- <input value='${monPlanList.PLAN_COST_5}' name='PLAN_COST_5' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_5}">
- <input value='0' name='PLAN_COST_5' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>6</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_6}">
- <input value='${monPlanList.PLAN_QUANTITIES_6}' name='PLAN_QUANTITIES_6' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_6}">
- <input value='--' name='PLAN_QUANTITIES_6' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_6}">
- <input value='${monPlanList.PLAN_COST_6}' name='PLAN_COST_6' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_6}">
- <input value='0' name='PLAN_COST_6' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>7</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_7}">
- <input value='${monPlanList.PLAN_QUANTITIES_7}' name='PLAN_QUANTITIES_7' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_7}">
- <input value='--' name='PLAN_QUANTITIES_7' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_7}">
- <input value='${monPlanList.PLAN_COST_7}' name='PLAN_COST_7' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_7}">
- <input value='0' name='PLAN_COST_7' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>8</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_8}">
- <input value='${monPlanList.PLAN_QUANTITIES_8}' name='PLAN_QUANTITIES_8' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_8}">
- <input value='--' name='PLAN_QUANTITIES_8' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_8}">
- <input value='${monPlanList.PLAN_COST_8}' name='PLAN_COST_8' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_8}">
- <input value='0' name='PLAN_COST_8' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>9</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_9}">
- <input value='${monPlanList.PLAN_QUANTITIES_9}' name='PLAN_QUANTITIES_9' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_9}">
- <input value='--' name='PLAN_QUANTITIES_9' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_9}">
- <input value='${monPlanList.PLAN_COST_9}' name='PLAN_COST_9' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_9}">
- <input value='0' name='PLAN_COST_9' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>10</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_10}">
- <input value='${monPlanList.PLAN_QUANTITIES_10}' name='PLAN_QUANTITIES_10' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_10}">
- <input value='--' name='PLAN_QUANTITIES_10' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_10}">
- <input value='${monPlanList.PLAN_COST_10}' name='PLAN_COST_10' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_10}">
- <input value='0' name='PLAN_COST_10' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>11</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_11}">
- <input value='${monPlanList.PLAN_QUANTITIES_11}' name='PLAN_QUANTITIES_11' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_11}">
- <input value='--' name='PLAN_QUANTITIES_11' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_11}">
- <input value='${monPlanList.PLAN_COST_11}' name='PLAN_COST_11' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_11}">
- <input value='0' name='PLAN_COST_11' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_tr'>
- <td class='center'>12</td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_QUANTITIES_12}">
- <input value='${monPlanList.PLAN_QUANTITIES_12}' name='PLAN_QUANTITIES_12' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_QUANTITIES_12}">
- <input value='--' name='PLAN_QUANTITIES_12' class='editInput PLAN_QUANTITIES'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center'>
- <c:if test="${not empty monPlanList.PLAN_COST_12}">
- <input value='${monPlanList.PLAN_COST_12}' name='PLAN_COST_12' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- <c:if test="${empty monPlanList.PLAN_COST_12}">
- <input value='0' name='PLAN_COST_12' class='editInput PLAN_COST'
- onblur='setDefaut(this);editYDFJValue(this);' onfocus='removeDefaut(this);' type='text' readonly='readonly'/>
- </c:if>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- <tr class='ydfj_sum_tr'>
- <td class='center' colspan='2'>合计</td>
- <td class='center'>
- <input class='PLAN_COST' type='text' readonly='readonly'/>
- </td>
- <td class='center' colspan='2'>
- <span class='COST_RATIO'></span>
- </td>
- </tr>
- </form>
|