概算毛利提交问题

dev_2.0.3
rdpnr_hemingxia 2025-03-21 14:31:48 +08:00
parent c45897bb68
commit 15c8e4bc2b
2 changed files with 4 additions and 4 deletions

View File

@ -112,9 +112,9 @@
</td>
<th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利:</span></th>
<td class="table-title" colspan="1" >
<input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利"
<input type="text" class="number am-input" style="border-style:none;background: #ccc" data-validate-async data-validation-message="请输入项目毛利"
name="grossProfit" id="grossProfit" placeholder="单位(元)" maxlength="16"
value="" disabled />
value="" readonly />
</td>
<th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利率:</span></th>
<td class="table-title" colspan="1" >

View File

@ -115,9 +115,9 @@
</td>
<th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利:</span></th>
<td class="table-title" colspan="1" >
<input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利"
<input type="text" class="number am-input" style="border-style:none;;background: #ccc" data-validate-async data-validation-message="请输入项目毛利"
name="grossProfit" id="grossProfit" placeholder="单位(元)" maxlength="16"
value="${Utils.format(project.grossProfit)}" disabled />
value="${Utils.format(project.grossProfit)}" readonly />
</td>
<th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利率:</span></th>
<td class="table-title" colspan="1" >