From 039f227d1f2998c0e0e5cd5d73d343ad57b88145 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 31 五月 2023 10:42:14 +0800
Subject: [PATCH] 添加主数据分类及其属性为集团集成用
---
Source/UBCS-WEB/src/const/code/mdmrule.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index 2a27f96..3fb66a1 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -57,6 +57,13 @@
search: true,
searchLabelWidth: 45,
searchSpan: 5,
+ type: 'select',
+ //鐢变簬杩欎釜鎺ュ彛杩樺湪璋冭瘯鎵�浠ヨ绛夎皟濂戒簡鎵嶈兘璋冪敤
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
+ props: {
+ label: "itemName",
+ value: "itemValue"
+ },
display: false,
},
]
--
Gitblit v1.10.0