From 1cea258e566720438c0a2457420d8ba61f79681f Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 06 八月 2024 17:05:01 +0800
Subject: [PATCH] 增加潮阳代储配置信息
---
src/main/java/com/fzzy/api/view/ApiConfs.view.xml | 47 ++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 42 insertions(+), 5 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 e07d98e..bc98d40 100644
--- a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
+++ b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
@@ -27,6 +27,10 @@
<Property></Property>
<Property name="label">鐪佸钩鍙板姞瀵嗗叕閽�</Property>
</PropertyDef>
+ <PropertyDef name="appCode">
+ <Property></Property>
+ <Property name="label">鎺堟潈鐮�</Property>
+ </PropertyDef>
<PropertyDef name="apiUrl">
<Property></Property>
<Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property>
@@ -190,6 +194,19 @@
<PropertyDef name="apiUrlTag">
<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="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>
@@ -363,7 +380,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">720</Property>
<Buttons>
<Button>
<ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
@@ -415,18 +432,25 @@
<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>
<Property name="name">deptId</Property>
<Property name="property">deptId</Property>
<Property name="labelWidth">120</Property>
<Editor/>
</AutoFormElement>
- <AutoFormElement layoutConstraint="colSpan:2">
+ <AutoFormElement>
+ <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">publicKey</Property>
<Property name="property">publicKey</Property>
<Property name="labelWidth">125</Property>
@@ -438,6 +462,7 @@
<Property name="labelWidth">125</Property>
<Editor/>
</AutoFormElement>
+
<AutoFormElement layoutConstraint="colSpan:2">
<Property name="name">apiUrl</Property>
<Property name="property">apiUrl</Property>
@@ -462,6 +487,18 @@
<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>
</AutoForm>
</Children>
</FieldSet>
--
Gitblit v1.9.3