From 8e095a4a2e882e31836e98742bf4f408233bd351 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 25 九月 2025 10:06:05 +0800 Subject: [PATCH] 上海对农数据接口调整 --- src/main/java/com/fzzy/api/view/ApiConfs.view.xml | 62 +++++++++++++++++++++++++++---- 1 files changed, 54 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml index e641034..607786d 100644 --- a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml +++ b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml @@ -200,6 +200,19 @@ <Property name="valueProperty">name</Property> </Property> </PropertyDef> + <PropertyDef name="gbCodingUrl"> + <Property></Property> + <Property name="label">缁熶竴缂栫爜鍦板潃</Property> + </PropertyDef> + <PropertyDef name="gbCodingTag"> + <Property></Property> + <Property name="label">缁熶竴缂栫爜涓婁紶</Property> + <Property name="mapping"> + <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("YN")}</Property> + <Property name="keyProperty">code</Property> + <Property name="valueProperty">name</Property> + </Property> + </PropertyDef> <PropertyDef name="pushProtocol"> <Property></Property> <Property name="label">鐪佸钩鍙板崗璁�</Property> @@ -223,6 +236,14 @@ <PropertyDef name="grade"> <Property name="dataType">int</Property> <Property name="label">妯℃嫙寰楀垎</Property> + </PropertyDef> + <PropertyDef name="posX"> + <Property name="dataType">double</Property> + <Property name="label">楦熺灠鍥綳杞村儚绱�</Property> + </PropertyDef> + <PropertyDef name="posY"> + <Property name="dataType">double</Property> + <Property name="label">楦熺灠鍥綴杞村儚绱�</Property> </PropertyDef> </DataType> </Model> @@ -367,7 +388,7 @@ <Property name="caption">鎺ュ彛閰嶇疆淇℃伅</Property> <Property name="iconClass">fa fa-sliders</Property> <Property name="closeable">false</Property> - <Property name="height">680</Property> + <Property name="height">760</Property> <Buttons> <Button> <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 @@ -419,9 +440,8 @@ <Editor/> </AutoFormElement> <AutoFormElement> - <Property name="name">password</Property> - <Property name="property">password</Property> - <Property name="editorType">PasswordEditor</Property> + <Property name="name">appCode</Property> + <Property name="property">appCode</Property> <Editor/> </AutoFormElement> <AutoFormElement> @@ -431,14 +451,16 @@ <Editor/> </AutoFormElement> <AutoFormElement> - <Property name="name">publicKey</Property> - <Property name="property">publicKey</Property> + <Property name="name">password</Property> + <Property name="property">password</Property> + <Property name="editorType">PasswordEditor</Property> <Property name="labelWidth">125</Property> <Editor/> </AutoFormElement> <AutoFormElement> - <Property name="name">appCode</Property> - <Property name="property">appCode</Property> + <Property name="name">publicKey</Property> + <Property name="property">publicKey</Property> + <Property name="labelWidth">125</Property> <Editor/> </AutoFormElement> <AutoFormElement> @@ -471,6 +493,30 @@ <Property name="labelWidth">125</Property> <Editor/> </AutoFormElement> + <AutoFormElement layoutConstraint="colSpan:2"> + <Property name="name">gbCodingUrl</Property> + <Property name="property">gbCodingUrl</Property> + <Property name="labelWidth">125</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gbCodingTag</Property> + <Property name="property">gbCodingTag</Property> + <Property name="labelWidth">125</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">posX</Property> + <Property name="property">posX</Property> + <Property name="labelWidth">125</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">posY</Property> + <Property name="property">posY</Property> + <Property name="labelWidth">125</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> </FieldSet> -- Gitblit v1.9.3