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