From 6c2e5bc96aa11553ff8d0e04806675717a8d3c1a Mon Sep 17 00:00:00 2001
From: zhongwenkai <3478244299@qq.com>
Date: Fri, 29 May 2026 10:48:17 +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=E7=BC=96=E7=A0=81=E8=A7=84=E5=88=99?=
=?UTF-8?q?=E7=9A=84=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91=E5=BC=B9?=
=?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/erp/autocode/AutocodeIndex.vue | 292 +++++++++----------
src/views/erp/autocode/AutocodeRuleForm.vue | 295 ++++++++++++--------
2 files changed, 328 insertions(+), 259 deletions(-)
diff --git a/src/views/erp/autocode/AutocodeIndex.vue b/src/views/erp/autocode/AutocodeIndex.vue
index b90f8ed7..88da4a5a 100644
--- a/src/views/erp/autocode/AutocodeIndex.vue
+++ b/src/views/erp/autocode/AutocodeIndex.vue
@@ -1,132 +1,135 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') :
- t('FactoryModeling.FactoryStructure.expandText') }}
-
-
-
-
-
- {{ t('FactoryModeling.AutocodeRule.searchButtonText') }}
-
-
- {{ t('FactoryModeling.AutocodeRule.resetButtonText') }}
-
-
- {{ t('FactoryModeling.AutocodeRule.addButtonText') }}
-
-
- {{ t('FactoryModeling.AutocodeRule.exportButtonText') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ getBarcodeTypeLabel(scope.row.barcodeType) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('FactoryModeling.AutocodeRule.tableEditAction') }}
-
-
- {{ t('FactoryModeling.AutocodeRule.tableDeleteAction') }}
-
-
- {{ t('FactoryModeling.AutocodeRule.tableTestCodeAction') }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') :
+ t('FactoryModeling.FactoryStructure.expandText') }}
+
+
+
+
+
+ {{ t('FactoryModeling.AutocodeRule.searchButtonText') }}
+
+
+ {{ t('FactoryModeling.AutocodeRule.resetButtonText') }}
+
+
+ {{ t('FactoryModeling.AutocodeRule.addButtonText') }}
+
+
+ {{ t('FactoryModeling.AutocodeRule.exportButtonText') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getBarcodeTypeLabel(scope.row.barcodeType) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('FactoryModeling.AutocodeRule.tableEditAction') }}
+
+
+ {{ t('FactoryModeling.AutocodeRule.tableDeleteAction') }}
+
+
+ {{ t('FactoryModeling.AutocodeRule.tableTestCodeAction') }}
+
+
+
+
+
+
+
+
+
+
+
+
+