预算页面修改
parent
ace488e05f
commit
d0ecf99fac
|
@ -748,7 +748,7 @@
|
|||
<tr>
|
||||
<td>成本</td>
|
||||
<td>其他</td>
|
||||
<td><input type="text" id="otherName" maxlength="6" data-validate-async data-validation-message="请输入其他中的小类名称(10字符以内)"
|
||||
<td><input type="text" id="otherName" maxlength="10" data-validate-async data-validation-message="请输入其他中的小类名称(10字符以内)"
|
||||
value="${project.otherName!}" name="otherName" placeholder="请输入其他中的小类名称(10字符以内)"/> </td>
|
||||
<td><input type="text" class="number" maxlength="16" name="costOtherOtherTaxInclude" value="${Utils.format(budgetBean.costOtherOtherTaxInclude,'0')}" title="其他含税总额(填入)"></td>
|
||||
<td><input type="text" class="number" maxlength="16" name="costOtherOtherTaxExclude" value="${Utils.format(budgetBean.costOtherOtherTaxExclude,'0')}" title="其他不含税总额(填入)"></td>
|
||||
|
|
Loading…
Reference in New Issue