From 4e687db2a039313b69cd1369afcae9233a13ca41 Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期五, 11 九月 2026 19:53:45 +0800
Subject: [PATCH] feat(productionManagement): 增加每小时平均产量列与工单报工数量优化

---
 src/views/productionManagement/workOrderManagement/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/workOrderManagement/index.vue b/src/views/productionManagement/workOrderManagement/index.vue
index b2ac432..f64b1d2 100644
--- a/src/views/productionManagement/workOrderManagement/index.vue
+++ b/src/views/productionManagement/workOrderManagement/index.vue
@@ -134,6 +134,7 @@
                     type="number"
                     min="0"
                     step="0.0001"
+                    disabled
                     style="width: 300px"
                     placeholder="璇疯緭鍏ョ敓浜у悎鏍兼暟閲�"
                     @input="handleQuantityInput" />
@@ -663,8 +664,7 @@
       row.planQuantity,
       row.completeQuantity
     );
-    reportForm.quantity =
-      row.quantity !== undefined && row.quantity !== null ? row.quantity : null;
+    reportForm.quantity = reportForm.planQuantity;
     reportForm.productProcessRouteItemId = row.productProcessRouteItemId;
     reportForm.workOrderId = row.id;
     reportForm.reportWork = row.reportWork;

--
Gitblit v1.9.3