From b06635a24c5059bcc796bc9dfe31b82b03c9f5dc Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 27 十一月 2023 22:41:21 +0800 Subject: [PATCH] 提交宁夏省平台接口信息 --- src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1109.view.xml | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 41 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1109.view.xml b/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1109.view.xml index af0cfcc..e503cba 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1109.view.xml +++ b/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1109.view.xml @@ -38,11 +38,12 @@ <Property name="label">妗f绫诲瀷</Property> </PropertyDef> <PropertyDef name="damc"> - <Property></Property> + <Property></Property> <Property name="label">妗f鍚嶇О</Property> </PropertyDef> <PropertyDef name="dawj"> - <Property></Property> + <Property name="dataType">byte</Property> + <Property></Property> <Property name="label">妗f鏂囦欢</Property> </PropertyDef> <PropertyDef name="sfyx"> @@ -64,6 +65,11 @@ <PropertyDef name="czbz"> <Property></Property> <Property name="label">鎿嶄綔鏍囧織</Property> + <Property name="mapping"> + <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("CZBZ")}</Property> + <Property name="keyProperty">code</Property> + <Property name="valueProperty">name</Property> + </Property> </PropertyDef> <PropertyDef name="kqdm"> <Property></Property> @@ -224,6 +230,9 @@ <DataColumn name="sfyx"> <Property name="property">sfyx</Property> </DataColumn> + <DataColumn name="sfyx"> + <Property name="property">czbz</Property> + </DataColumn> </DataGrid> </Container> <Container layoutConstraint="bottom"> @@ -302,6 +311,7 @@ <AutoFormElement> <Property name="name">dalx</Property> <Property name="property">dalx</Property> + <Property name="trigger">listDropDALX</Property> <Editor/> </AutoFormElement> <AutoFormElement> @@ -315,8 +325,34 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">sfyx</Property> + <Property name="property">sfyx</Property> + <Property name="trigger">listDropYN</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">bz</Property> + <Property name="property">bz</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">bizId</Property> + <Property name="property">bizId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">updateTime</Property> + <Property name="property">updateTime</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">kqdm</Property> + <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> </AutoForm> @@ -366,5 +402,8 @@ <ListDropDown id="listDropYN"> <Property name="items">鏄�,鍚�</Property> </ListDropDown> + <ListDropDown id="listDropDALX"> + <Property name="items">璁鸿瘉,寤鸿,浣跨敤,缁翠慨淇濆吇,杞,鏀圭敤,鍗犵敤</Property> + </ListDropDown> </View> </ViewConfig> -- Gitblit v1.9.3