From b1aef76af4d13e73f6f7fc32d4574d17b021bb03 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 30 七月 2026 22:53:32 +0800
Subject: [PATCH] chore: 徐州东特重工科技有限公司、江苏旭龙智能科技有限公司

---
 src/views/productionManagement/processRoute/processRouteItem/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 3c52410..41e2109 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -340,7 +340,6 @@
                                 style="margin: 0">
                     <el-input-number v-model="row.unitQuantity"
                                      :min="0"
-                                     :precision="2"
                                      :step="1"
                                      controls-position="right"
                                      style="width: 100%"
@@ -358,7 +357,6 @@
                                 style="margin: 0">
                     <el-input-number v-model="row.demandedQuantity"
                                      :min="0"
-                                     :precision="2"
                                      :step="1"
                                      controls-position="right"
                                      style="width: 100%"
@@ -1203,7 +1201,7 @@
     if (!Number.isFinite(numberValue)) {
       return 0;
     }
-    return Number(numberValue.toFixed(2));
+    return Number(numberValue.toFixed(4));
   };
 
   const syncDemandedQuantityTree = (items, parentDemandedQuantity = null) => {

--
Gitblit v1.9.3