From 1720c984c7018114d8beda0d08589f22727c255a Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期一, 29 七月 2024 10:03:39 +0800
Subject: [PATCH] 修改计算方式
---
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 863f425..01a431d 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
@@ -1035,7 +1035,7 @@
break
}
default :{
- areaSum = parseFloat((row.computeArea * row.quantity).toFixed(decValue))
+ areaSum = parseFloat((area* row.quantity).toFixed(decValue))
break
}
}
--
Gitblit v1.8.0