From 8f09ac5eeb27bcb2a703b5c5fede452d858d7704 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期三, 25 三月 2026 15:16:24 +0800
Subject: [PATCH] feat(product): 添加产品有效期、备案凭证号和UID码字段

---
 src/views/productionManagement/productionOrder/index.vue |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..c7f97a8 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -125,16 +125,6 @@
       width: '120px',
     },
     {
-      label: "閿�鍞悎鍚屽彿",
-      prop: "salesContractNo",
-      width: '150px',
-    },
-    {
-      label: "瀹㈡埛鍚嶇О",
-      prop: "customerName",
-      width: '200px',
-    },
-    {
       label: "浜у搧鍚嶇О",
       prop: "productCategory",
       width: '120px',
@@ -145,13 +135,19 @@
       width: '120px',
     },
     {
+      label: "UID鐮�",
+      prop: "uidNo",
+      width: '120px',
+    },
+    {
       label: "宸ヨ壓璺嚎缂栧彿",
       prop: "processRouteCode",
       width: '200px',
     },
     {
-      label: "闇�姹傛暟閲�",
+      label: "棰勮鐢熶骇鏁伴噺",
       prop: "quantity",
+      width: '140px',
     },
     {
       label: "瀹屾垚鏁伴噺",
@@ -183,6 +179,16 @@
       width: 120,
     },
     {
+      label: "棰勮鏃ョ▼锛堝ぉ锛�",
+      prop: "expectedSchedule",
+      width: 120,
+    },
+    {
+      label: "鍒堕�犵彮缁�",
+      prop: "manufacturingTeam",
+      width: 120,
+    },
+    {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",

--
Gitblit v1.9.3