20250710 修改费用增补回填

This commit is contained in:
毕文静 2025-07-10 14:10:20 +08:00
parent a17575585c
commit c10314d301
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ namespace FineUIPro.Web.SES
{ {
totalSupp += item.SupplementedBudget; totalSupp += item.SupplementedBudget;
} }
this.txtTotalBudget.Text = (Funs.GetNewIntOrZero(txtInitialBudget.Text.Trim()) + totalSupp + Funs.GetNewDecimalOrZero(this.txtSupplementedBudget.Text.Trim())).ToString(); this.txtTotalBudget.Text = (Funs.GetNewDecimalOrZero(txtInitialBudget.Text.Trim()) + totalSupp + Funs.GetNewDecimalOrZero(this.txtSupplementedBudget.Text.Trim())).ToString();
} }
} }
} }