|
|
@@ -321,7 +321,7 @@ body {
|
|
|
<table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
|
|
|
<tr>
|
|
|
<th colspan="4">
|
|
|
- 合同基本信息123
|
|
|
+ 合同基本信息
|
|
|
</th>
|
|
|
</tr>
|
|
|
<c:if test="${not empty contractInfo.processId}">
|
|
|
@@ -396,8 +396,8 @@ body {
|
|
|
<c:if test="${empty contractInfo.processId}">
|
|
|
<td class="l-table-edit-text">合同金额:</td>
|
|
|
<td class="l-table-edit-td">
|
|
|
- <input id="contract_money" name="contract_money" type='text' value="${contractInfo.contract_money_string }" readonly="readonly"/>
|
|
|
- <span>${contractInfo.contract_money_string }</span>
|
|
|
+ <div style="float:left;margin-top:5px;"><span >${contractInfo.contract_money_string }</span></div>
|
|
|
+ <div id="displayMoneyDiv" class="displayMoneyDiv" style="float:left;margin-top:5px;margin-left:5px;"></div>
|
|
|
</td>
|
|
|
</c:if>
|
|
|
<td class="l-table-edit-text">合同类型:</td>
|