From 39ca00a09cbcb9a0029784bac95cfb4376150146 Mon Sep 17 00:00:00 2001 From: zhongwenkai <3478244299@qq.com> Date: Fri, 29 May 2026 10:30:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8E=82?= =?UTF-8?q?=E5=BB=BA=E6=A8=A1=E4=B8=AD=E4=BA=A7=E5=93=81BOM=E7=9A=84?= =?UTF-8?q?=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/bom/BomForm.vue | 209 +++++++++++++-------- src/views/mes/bom/index.vue | 331 +++++++++++++++++----------------- 2 files changed, 303 insertions(+), 237 deletions(-) diff --git a/src/views/mes/bom/BomForm.vue b/src/views/mes/bom/BomForm.vue index c0e84fc4..98696afa 100644 --- a/src/views/mes/bom/BomForm.vue +++ b/src/views/mes/bom/BomForm.vue @@ -1,53 +1,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ dict.label }} - - - - - - - - - - - + + + {{ dialogTitle }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ dict.label }} + + + + + + + + + + + + + + + + diff --git a/src/views/mes/bom/index.vue b/src/views/mes/bom/index.vue index e09a0102..cfbdad2e 100644 --- a/src/views/mes/bom/index.vue +++ b/src/views/mes/bom/index.vue @@ -1,155 +1,158 @@ - - - - - - - - - - - - - - - - - - - - - - - - - {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : t('FactoryModeling.FactoryStructure.expandText') }} - - - - - {{ t('FactoryModeling.ProductBOM.searchButtonText') }} - {{ t('FactoryModeling.ProductBOM.resetButtonText') }} - - {{ t('FactoryModeling.ProductBOM.addButtonText') }} - - + + + + - {{ t('FactoryModeling.ProductBOM.exportButtonText') }} - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ t('FactoryModeling.ProductBOM.tableEditAction') }} - - - {{ t('FactoryModeling.ProductBOM.tableDeleteAction') }} - - - - - - - + + + + + + + + + + + + + {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : t('FactoryModeling.FactoryStructure.expandText') }} + + + + + {{ t('FactoryModeling.ProductBOM.searchButtonText') }} + {{ t('FactoryModeling.ProductBOM.resetButtonText') }} + + {{ t('FactoryModeling.ProductBOM.addButtonText') }} + + + {{ t('FactoryModeling.ProductBOM.exportButtonText') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('FactoryModeling.ProductBOM.tableEditAction') }} + + + {{ t('FactoryModeling.ProductBOM.tableDeleteAction') }} + + + + + + + + - - + +