From fe0c44a11f9be98fd82a2b40d2d3147351cf1f71 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Mon, 9 Aug 2021 17:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8D=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml index ce4040d11..f5fc41418 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml @@ -151,10 +151,10 @@ AAIPrice = tempdatra[i].AAIPrice; } if (AAIStock && AAIStock != 'undefined') { - num += AAIStock; + num += parseFloat(AAIStock); } if (AAIPrice && AAIPrice != 'undefined') { - price += AAIPrice; + price += parseFloat(AAIPrice); } if (AAIStock && AAIStock != 'undefined' && AAIPrice && AAIPrice != 'undefined') {