20250710 修改费用增补回填
This commit is contained in:
parent
a17575585c
commit
c10314d301
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue