去掉紫光
parent
bfd663a05e
commit
b0afd19f82
|
@ -125,7 +125,7 @@ public class Project {
|
|||
@Column(name = "huazhi_product_amount")
|
||||
private BigDecimal huazhiProductAmount;
|
||||
/**
|
||||
*紫光其他产品金额
|
||||
*其他产品金额
|
||||
*/
|
||||
@Column(name = "ziguang_other_amount")
|
||||
private BigDecimal ziguangOtherAmount;
|
||||
|
|
|
@ -235,7 +235,7 @@
|
|||
<div class="am-u-sm-2 am-u-md-4 input-msg"></div>
|
||||
</div>
|
||||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right">紫光其他产品金额</div>
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right">其他产品金额</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<span>${Utils.format(project.ziguangOtherAmount)}</span>元
|
||||
</div>
|
||||
|
|
|
@ -180,9 +180,9 @@
|
|||
<div class="am-u-sm-2 am-u-md-4 input-msg"></div>
|
||||
</div>
|
||||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right">紫光其他产品金额</div>
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right">其他产品金额</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<input type="number" class="am-input" data-validation-message="请输入紫光其他产品金额"
|
||||
<input type="number" class="am-input" data-validation-message="请输入其他产品金额"
|
||||
name="ziguangOtherAmount" placeholder="单位(元)" maxlength="20"
|
||||
value="${Utils.format(project.ziguangOtherAmount)}" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue