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