From 04ecdbfb7be63ca4a3d49d3575847e728e3e9ae7 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 27 三月 2026 17:44:13 +0800
Subject: [PATCH] fix:1.耗材选择产品优化

---
 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