From c7875d74c355f2e72289947f94b62bf789d40480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E9=92=B1?= Date: Fri, 7 Mar 2025 16:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E4=BA=A7=E5=93=81=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=8F=AF=E9=80=89=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 4 ++ .../ProductCategoryPropertiesForm.vue | 62 ++++++++++++++----- .../productcategoryproperties/index.vue | 49 ++++++++------- 3 files changed, 77 insertions(+), 38 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 5194de3f1..8048645f1 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -220,6 +220,10 @@ export enum DICT_TYPE { ERP_FILE_ORDER_TYPE = 'erp_file_order_type', // 文件单据类型 ERP_ORDER_PRE_STATUS = 'erp_order_pre_status', // 订单预报价单状态 ERP_PRODUCT_PROPERTIES_CATEGORY = 'erp_product_properties_category', // 产品属性的分类 + ERP_PRODUCT_PROPERTIES = 'erp_product_properties', // 产品配件属性 + ERP_PRODUCT_COMMON_PROPERTIES = 'erp_product_common_properties', // 产品普通属性 + ERP_PRODUCT_INPUT_PROPERTIES = 'erp_product_input_properties', // 产品输入属性 + // ========== AI - 人工智能模块 ========== diff --git a/src/views/erp/product/category/productcategoryproperties/ProductCategoryPropertiesForm.vue b/src/views/erp/product/category/productcategoryproperties/ProductCategoryPropertiesForm.vue index cf906b632..2fae91cb0 100644 --- a/src/views/erp/product/category/productcategoryproperties/ProductCategoryPropertiesForm.vue +++ b/src/views/erp/product/category/productcategoryproperties/ProductCategoryPropertiesForm.vue @@ -18,6 +18,16 @@ /> + + + + + - - - - + +
+ + +
+
+ + +
+
+ +
+
+
+ - - - - - +