diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js index ae1d7b262..0370be07b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js @@ -185,6 +185,10 @@ var bootstrap = function ($, learun) { keyValue = data[id].Id; } $('[data-table="' + id + '"]').lrSetFormData(data[id]); + if (data[id].SumAmount) { + pricecount = data[id].SumAmount; + $("#SumAmount").val(pricecount.toFixed(2)); + } } } });