From cce46819e52468735d46d5ed4ea54fb7e55b620f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 27 一月 2026 15:30:44 +0800
Subject: [PATCH] 库存管理: 增加解冻/冻结操作

---
 src/views/productionManagement/productStructure/Detail/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index c56b247..3a76e48 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -342,11 +342,11 @@
         isValid = false;
         return;
       }
-      if (!item.unit) {
-        ElMessage.error("璇疯緭鍏ュ崟浣�");
-        isValid = false;
-        return;
-      }
+      // if (!item.unit) {
+      //   ElMessage.error("璇疯緭鍏ュ崟浣�");
+      //   isValid = false;
+      //   return;
+      // }
 
       // 閫掑綊鏍¢獙瀛愰」
       if (item.children && item.children.length > 0) {

--
Gitblit v1.9.3