textarea区域不可输入
parent
904fc143b5
commit
eb4f950ff9
|
@ -283,7 +283,7 @@
|
|||
<tr class="am-text-nowrap">
|
||||
<th class="table-title" colspan="1" >价值及风险:</th>
|
||||
<td class="table-title" colspan="5" >
|
||||
<textarea rows="5" cols="20" style="border-style:none;"
|
||||
<textarea rows="5" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
|
||||
>${project.valueRisk!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -349,20 +349,20 @@
|
|||
<tr class="am-text-nowrap">
|
||||
<th class="table-title" colspan="1" >主合同收款条款:</th>
|
||||
<td class="table-title" colspan="5" >
|
||||
<textarea rows="3" cols="20" style="border-style:none;"
|
||||
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
|
||||
>${project.mainContractCollectionTerms!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="am-text-nowrap">
|
||||
<th class="table-title" colspan="1" >主合同具体解决方案:</th>
|
||||
<td class="table-title" colspan="5" >
|
||||
<textarea rows="3" cols="20" style="border-style:none;"
|
||||
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
|
||||
>${project.mainContractResolvePlan!}</textarea>
|
||||
</td> </tr>
|
||||
<tr class="am-text-nowrap">
|
||||
<th class="table-title" colspan="1" >计收计划:</th>
|
||||
<td class="table-title" colspan="5" >
|
||||
<textarea rows="3" cols="20" style="border-style:none;"
|
||||
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
|
||||
>${project.calculationCollection!}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue