去掉紫光

master
OathK1per 2021-12-29 11:17:20 +08:00
parent bfd663a05e
commit b0afd19f82
3 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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>