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