From dbec8a881baf27254a13f1f9c7b0167b9f064ab5 Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 15 三月 2024 15:36:09 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue index 5869d79..5b27678 100644 --- a/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue +++ b/north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue @@ -540,7 +540,7 @@ list.forEach((item)=>{ countMoney += parseFloat(item.grossAmount) }) - return countMoney + return parseFloat((countMoney).toFixed(2)) } //瀵煎叆鍔熻兘 const importEvent = async () => { -- Gitblit v1.8.0