预算中的概算添加字段

master
OathK1per 2022-12-16 10:55:27 +08:00
parent b128c441e6
commit 60400bd8f4
1 changed files with 37 additions and 0 deletions

View File

@ -322,6 +322,43 @@
>${project.calculationCollection!}</textarea>
</td>
</tr>
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" ><span style="font-size: 15px">项目阶段:</span></th>
<td class="table-title" colspan="5" >
<#if project.stage??>
<#if (project.stage) =0>
<input readonly value="S0-概算立项"/>
<#elseif (project.stage) =1>
<input readonly value="S1-项目调研"/>
<#elseif (project.stage) =2>
<input readonly value="S2-方案设计"/>
<#elseif (project.stage) =3>
<input readonly value="S3-预算评估"/>
<#elseif (project.stage) =4>
<input readonly value="S4-招标期"/>
<#elseif (project.stage) =5>
<input readonly value="S5-合同期"/>
<#elseif (project.stage) =6>
<input readonly value="S6-交付期"/>
<#elseif (project.stage) =7>
<input readonly value="S7-结算期"/>
<#elseif (project.stage) =8>
<input readonly value="S8-决算期"/>
<#elseif (project.stage) =9>
<input readonly value="L-项目丢失"/>
</#if>
<#else>
<input readonly value=""/>
</#if>
</td>
</tr>
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" ><span style="font-size: 15px">当前进度描述:</span></th>
<td class="table-title" colspan="5" >
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
>${project.stageRemark!}</textarea>
</td>
</tr>
</table>
</div>
<div class="am-tab-panel am-fade am-in am-active" id="tab2">