基本完成

dev_1.0.0
‘wangjiuyun 2024-10-31 15:56:26 +08:00
parent 45721a3d84
commit beeb889780
2 changed files with 15 additions and 12 deletions

View File

@ -568,23 +568,27 @@
<tr class="am-text-nowrap"> <tr class="am-text-nowrap">
<th class="table-title" colspan="1"><span <th class="table-title" colspan="1"><span
style="font-size: 15px">项目名称:</span></th> style="font-size: 15px">项目名称:</span></th>
<td class="table-title" colspan="5"> <td class="table-title" colspan="2">
<input readonly value="${projectBudget.nameBudget!}"/> <input readonly value="${projectBudget.nameBudget!}"/>
</td> </td>
<td class="table-title" colspan="3">
</tr> </tr>
<#if projectBudget.contractBudget??> <#if projectBudget.contractBudget??>
<tr class="am-text-nowrap"> <tr class="am-text-nowrap">
<th class="table-title" colspan="1"><span <th class="table-title" colspan="1"><span
style="font-size: 15px">合同名称:</span></th> style="font-size: 15px">合同名称:</span></th>
<td class="table-title" colspan="5"> <td class="table-title" colspan="2">
<input readonly value="${projectBudget.contractBudget!}"/> <input readonly value="${projectBudget.contractBudget!}"/>
</td> </td>
<td class="table-title" colspan="3">
</tr> </tr>
</#if> </#if>
<tr class="am-text-nowrap"> <tr class="am-text-nowrap">
<th class="table-title" colspan="1"><span <th class="table-title" colspan="1"><span
style="font-size: 15px">项目类型:</span></th> style="font-size: 15px">项目类型:</span></th>
<td class="table-title" colspan="1"> <td class="table-title" colspan="2">
<#if projectBudget.typeBudget??> <#if projectBudget.typeBudget??>
<#if (projectBudget.typeBudget) =1> <#if (projectBudget.typeBudget) =1>
<input readonly value="工程集成类"/> <input readonly value="工程集成类"/>
@ -597,6 +601,7 @@
<input readonly value=""/> <input readonly value=""/>
</#if> </#if>
</td> </td>
<td class="table-title" colspan="3">
</tr> </tr>
<tr class="am-text-nowrap"> <tr class="am-text-nowrap">
@ -1159,9 +1164,7 @@
</#if> </#if>
</td> </td>
<td> <td>
<#list procurementTypes as procurementType> ${costDetail.category}
<#if costDetail.category == procurementType.id>${procurementType.name}</#if>
</#list>
</td> </td>
<td><input type="text" min="0.00" max="99.99" step="0.01" <td><input type="text" min="0.00" max="99.99" step="0.01"
@ -1806,8 +1809,8 @@
<#-- </tr>--> <#-- </tr>-->
<tr> <tr>
<td>合计</td> <td>合计</td>
<td></td> <#-- <td></td>-->
<td></td> <#-- <td></td>-->
<td><input type="text" class="number" name="costTotalTaxInclude" <td><input type="text" class="number" name="costTotalTaxInclude"
value="${Utils.format(budgetBean.costTotalTaxInclude, '0.00')}" value="${Utils.format(budgetBean.costTotalTaxInclude, '0.00')}"
readonly required title="此列累计"></td> readonly required title="此列累计"></td>

View File

@ -1182,10 +1182,10 @@
</option> </option>
<option value="自定义">自定义</option> <option value="自定义">自定义</option>
</select> </select>
<input <#if costDetail.category!='华智产品'&&costDetail.category!='华三产品'&&costDetail.category!='汇智产品'&&costDetail.category>type="text" <input class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate-cost-name"
<#else>type="hidden"</#if> <#if costDetail.category!='华智产品'&&costDetail.category!='华三产品'&&costDetail.category!='汇智产品'>type="text"</#if>
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate-cost-name" <#if costDetail.category=='华智产品'||costDetail.category=='华三产品'||costDetail.category=='汇智产品'>type="hidden"</#if>
value="${costDetail.category!}"> value="${costDetail.category!}" />
</td> </td>
<td width="100px"><input type="text" maxlength="5" <td width="100px"><input type="text" maxlength="5"
class="number am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate input-changeable-tax-rate-cost" class="number am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate input-changeable-tax-rate-cost"