From a2f4a925841b8914dc233b92ee681c746bb35bc1 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 26 一月 2026 15:00:22 +0800
Subject: [PATCH] feat: BOM的导入导出按钮添加权限
---
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