dev_2.0.2
parent
4273ae4d2d
commit
a7256acb39
|
@ -264,20 +264,7 @@
|
|||
<input readonly value=""/>
|
||||
</#if>
|
||||
</td>
|
||||
<th class="table-title" colspan="1"><span style="font-size: 15px">解决方案协同:</span>
|
||||
</th>
|
||||
<td class="table-title" colspan="2">
|
||||
<#if project.resolvePlanSynergy??>
|
||||
<#if (project.resolvePlanSynergy)==true>
|
||||
<input readonly value="是"/>
|
||||
<#elseif (project.resolvePlanSynergy)==false>
|
||||
<input readonly value="否"/>
|
||||
<#else>
|
||||
<input readonly value=""/>
|
||||
</#if>
|
||||
</#if>
|
||||
|
||||
</td>
|
||||
<td colspan="3"></td>
|
||||
|
||||
</tr>
|
||||
<tr class="am-text-nowrap">
|
||||
|
@ -629,7 +616,20 @@
|
|||
<input readonly value=""/>
|
||||
</#if>
|
||||
</td>
|
||||
<td class="table-title" colspan="3">
|
||||
<th class="table-title" colspan="1"><span style="font-size: 15px">解决方案协同:</span>
|
||||
</th>
|
||||
<td class="table-title" colspan="2">
|
||||
<#if projectBudget.resolvePlanSynergy??>
|
||||
<#if (projectBudget.resolvePlanSynergy)==true>
|
||||
<input readonly value="是"/>
|
||||
<#elseif (projectBudget.resolvePlanSynergy)==false>
|
||||
<input readonly value="否"/>
|
||||
<#else>
|
||||
<input readonly value=""/>
|
||||
</#if>
|
||||
</#if>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr class="am-text-nowrap">
|
||||
|
|
Loading…
Reference in New Issue