From aae6bca988ce7330ad3a18b9d8ada8eadbf3a7b0 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 25 三月 2026 16:01:14 +0800
Subject: [PATCH] fix: 生产订单加上单位字段

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

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index e434049..531f0af 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -128,6 +128,12 @@
       width: '120px',
     },
     {
+      label: "鍗曚綅",
+      prop: "unit",
+      width: '100px',
+      showOverflowTooltip: true,
+    },
+    {
       label: "宸ヨ壓璺嚎缂栧彿",
       prop: "processRouteCode",
       width: '200px',
@@ -208,7 +214,6 @@
 
   const data = reactive({
     searchForm: {
-      customerName: "",
       salesContractNo: "",
       projectName: "",
       productCategory: "",

--
Gitblit v1.9.3