From 0a1bc5609a3859ff22102b36b8fb65ba2addc884 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 15 九月 2023 10:20:22 +0800 Subject: [PATCH] 更改熏蒸备案 --- src/main/java/com/fzzy/api/view/Api1101.view.xml | 40 +++++++++++++++++++++++++++++++--------- 1 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1101.view.xml b/src/main/java/com/fzzy/api/view/Api1101.view.xml index c5f26fe..921af6c 100644 --- a/src/main/java/com/fzzy/api/view/Api1101.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1101.view.xml @@ -137,20 +137,40 @@ <Property name="label">鍚屾鏃堕棿</Property> </PropertyDef> <PropertyDef name="balx"> - <Property/> + <Property></Property> <Property name="label">澶囨绫诲瀷</Property> </PropertyDef> <PropertyDef name="ccywlx"> - <Property/> + <Property></Property> <Property name="label">浠撳偍涓氬姟绫诲瀷</Property> </PropertyDef> <PropertyDef name="ccpz"> - <Property/> + <Property></Property> <Property name="label">浠撳偍鍝佺</Property> </PropertyDef> <PropertyDef name="bazt"> - <Property/> + <Property></Property> <Property name="label">澶囨鐘舵��</Property> + </PropertyDef> + <PropertyDef name="dwzt"> + <Property></Property> + <Property name="label">鍗曚綅鐘舵��</Property> + <Property name="mapping"> + <Property name="keyProperty">key</Property> + <Property name="valueProperty">value</Property> + <Property name="mapValues"> + <Collection> + <Entity> + <Property name="key">1</Property> + <Property name="value">姝e父</Property> + </Entity> + <Entity> + <Property name="key">2</Property> + <Property name="value">閫�鍑哄偍澶囩伯鎵垮偍</Property> + </Entity> + </Collection> + </Property> + </Property> </PropertyDef> </DataType> <DataType name="dtGBArea"> @@ -229,8 +249,7 @@ </Property> </ToolBarLabel> <ToolBarButton> - <ClientEvent name="onClick">view.get("#dsMain").flushAsync();
 -</ClientEvent> + <ClientEvent name="onClick">view.get("#dsMain").flushAsync();</ClientEvent> <Property name="caption">鍒锋柊</Property> <Property name="iconClass">fa fa-search</Property> <Property name="width">100</Property> @@ -289,9 +308,7 @@ });
 }else{
 $alert("璇峰嬀閫夐渶瑕佸垹闄ょ殑鏁版嵁锛�");
 -}
 -
 -</ClientEvent> +}</ClientEvent> <Property name="caption">鐩存帴鍒犻櫎</Property> <Property name="iconClass">fa fa-minus</Property> <Property name="exClassName">toolbar-button-warn</Property> @@ -610,6 +627,11 @@ <Property name="property">bazt</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">dwzt</Property> + <Property name="property">dwzt</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> <Tools/> -- Gitblit v1.9.3