From 9c6cea8bae9779a3289161a56b40641f3ef2074d Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 30 三月 2026 14:49:54 +0800
Subject: [PATCH] fix:报工报废数量不再关联生产数量

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

diff --git a/src/views/productionManagement/productionReporting/Input.vue b/src/views/productionManagement/productionReporting/Input.vue
index eed9624..d605333 100644
--- a/src/views/productionManagement/productionReporting/Input.vue
+++ b/src/views/productionManagement/productionReporting/Input.vue
@@ -67,8 +67,8 @@
     prop: 'model',
   },
   {
-    label: 'UID鍚�',
-    prop: 'uid_no',
+    label: 'UID鐮�',
+    prop: 'uidNo',
   },
   {
     label: '鎶曞叆鏁伴噺',

--
Gitblit v1.9.3