From ee304aa0dc5fb7a27d13dd17bb5d9ff612d36d66 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Fri, 9 Dec 2022 12:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BB=8F?= =?UTF-8?q?=E8=B4=B9=E5=BC=80=E6=94=AF=E6=B5=81=E7=A8=8B=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=EF=BC=9A=E9=87=91=E9=A2=9D=E4=B8=A4=E4=BD=8D?= =?UTF-8?q?=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/AssetManagementSystem/Views/FundsApply/FormView.js | 4 ++++ 1 file changed, 4 insertions(+) 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)); + } } } });