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 @@ /> + + + + + - - - - + +
+ + +
+
+ + +
+
+ +
+
+
+ - - - - - +