概算毛利提交问题
parent
c45897bb68
commit
15c8e4bc2b
|
@ -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" >
|
||||
|
|
|
@ -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" >
|
||||
|
|
Loading…
Reference in New Issue