From 1022826db3084755348fa4169fe0d703ad3bb443 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 30 三月 2026 15:20:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_长治_健齿齿科器材' into dev_长治_健齿齿科器材

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

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 49624b6..3b4adc7 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -430,6 +430,7 @@
         processRouteCode: data.processRouteCode || "",
         productName: data.productName || "",
         model: data.model || "",
+        uidNo: data.uidNo || "",
         bomNo: data.bomNo || "",
         description: data.description || "",
         orderId,
@@ -450,6 +451,7 @@
       bomNo: row.bomNo || "",
       productName: row.productCategory || "",
       productModelName: row.specificationModel || "",
+      uidNo: row.uidNo || "",
       orderId: row.id,
       type: "order",
     },

--
Gitblit v1.9.3