From 15f0877a99bfa779c85cd3385129d20c4dce8541 Mon Sep 17 00:00:00 2001
From: chenshuichuan <1154693969@qq.com>
Date: Sat, 13 Jul 2024 18:37:41 +0800
Subject: [PATCH] fix bom
---
src/views/erp/product/product/index.vue | 32 +++++++++++++++----------
src/views/mes/bom/BomForm.vue | 3 +++
2 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/src/views/erp/product/product/index.vue b/src/views/erp/product/product/index.vue
index ad0e8842..57b87049 100644
--- a/src/views/erp/product/product/index.vue
+++ b/src/views/erp/product/product/index.vue
@@ -62,18 +62,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -86,8 +74,16 @@
:formatter="dateFormatter"
width="180px"
/>
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mes/bom/BomForm.vue b/src/views/mes/bom/BomForm.vue
index 7fafb5e9..62346be9 100644
--- a/src/views/mes/bom/BomForm.vue
+++ b/src/views/mes/bom/BomForm.vue
@@ -133,6 +133,9 @@ const open = async (type: string, id?: number) => {
} finally {
formLoading.value = false
}
+ }
+ if(type==='detail'){
+
}
// 产品单位
unitList.value = await ProductUnitApi.getProductUnitSimpleList()