From 50da1f165cc96d49d72694606920b77c74e1747c Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期四, 04 一月 2024 10:57:26 +0800 Subject: [PATCH] 调整KFKA数据推送测试2 --- src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml | 151 +++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 131 insertions(+), 20 deletions(-) diff --git a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml index ac6066d..4f26326 100644 --- a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml +++ b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml @@ -6,38 +6,70 @@ <DataType name="dtMain"> <Property name="creationType">com.fzzy.gateway.entity.GatewayConf</Property> <PropertyDef name="kqmc"> - <Property/> + <Property></Property> <Property name="label">搴撳尯鍚嶇О</Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="kqdm"> - <Property/> + <Property></Property> <Property name="label">搴撳尯浠g爜</Property> <Property name="required">true</Property> </PropertyDef> + <PropertyDef name="gatewayId"> + <Property></Property> + <Property name="label">缃戝叧ID</Property> + </PropertyDef> + <PropertyDef name="gatewayUsername"> + <Property></Property> + <Property name="label">缃戝叧鐢ㄦ埛鍚�</Property> + </PropertyDef> + <PropertyDef name="gatewayPassword"> + <Property></Property> + <Property name="label">缃戝叧瀵嗙爜</Property> + </PropertyDef> + <PropertyDef name="gatewayIp"> + <Property></Property> + <Property name="label">缃戝叧IP</Property> + </PropertyDef> + <PropertyDef name="gatewayMac"> + <Property></Property> + <Property name="label">缃戝叧Mac</Property> + </PropertyDef> + <PropertyDef name="gatewayCPU"> + <Property></Property> + <Property name="label">缃戝叧CPU</Property> + </PropertyDef> + <PropertyDef name="gatewayMem"> + <Property></Property> + <Property name="label">缃戝叧鍐呭瓨</Property> + </PropertyDef> + <PropertyDef name="gatewayHardDisk"> + <Property></Property> + <Property name="label">缃戝叧纭洏</Property> + </PropertyDef> <PropertyDef name="userName"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙板笎鍙�</Property> </PropertyDef> <PropertyDef name="password"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙板瘑鐮�</Property> </PropertyDef> <PropertyDef name="publicKey"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙板叕閽�</Property> </PropertyDef> <PropertyDef name="apiUrl"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property> </PropertyDef> <PropertyDef name="exeTag"> - <Property/> + <Property></Property> <Property name="label">鏄惁鍚敤</Property> </PropertyDef> <PropertyDef name="pushProtocol"> <Property></Property> - <Property name="label">涓婅鍗忚</Property> + <Property name="label">鐪佸钩鍙板崗璁�</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#triggerPushProtocol").getResult()}</Property> <Property name="keyProperty">code</Property> @@ -46,7 +78,7 @@ <Property name="required">true</Property> </PropertyDef> <PropertyDef name="deptId"> - <Property/> + <Property></Property> <Property name="label">绮簱绯荤粺涓簱鍖虹紪鐮�</Property> </PropertyDef> </DataType> @@ -71,14 +103,6 @@ <Property name="iconClass">fa fa-plus</Property> <Property name="width">90</Property> <Property name="exClassName">toolbar-button</Property> - </ToolBarButton> - <ToolBarButton> - <ClientEvent name="onClick">view.get("#dsMain").flushAsync();
 -</ClientEvent> - <Property name="caption">鍒锋柊</Property> - <Property name="iconClass">fa fa-search</Property> - <Property name="width">100</Property> - <Property name="exClassName">toolbar-button-push</Property> </ToolBarButton> <ToolBarButton> <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 @@ -108,6 +132,13 @@ <Property name="width">90</Property> <Property name="exClassName">toolbar-button-warn</Property> </ToolBarButton> + <Separator/> + <ToolBarButton> + <Property name="caption">缃戝叧鍒濆鍖�</Property> + <Property name="iconClass">fa fa-search</Property> + <Property name="exClassName">toolbar-button-push</Property> + <Property name="action">ajaxInit</Property> + </ToolBarButton> </ToolBar> <DataGrid id="dgMain"> <Property name="dataSet">dsMain</Property> @@ -126,6 +157,13 @@ <Property name="name">grade</Property> <Property name="width">200</Property> </DataColumn> + <DataColumn name="gatewayId"> + <Property name="property">gatewayId</Property> + <Property name="width">300</Property> + </DataColumn> + <DataColumn name="gatewayUsername"> + <Property name="property">gatewayUsername</Property> + </DataColumn> <DataColumn name="userName"> <Property name="property">userName</Property> </DataColumn> @@ -134,9 +172,6 @@ </DataColumn> <DataColumn name="exeTag"> <Property name="property">exeTag</Property> - </DataColumn> - <DataColumn name="deptId"> - <Property name="property">deptId</Property> </DataColumn> </DataGrid> <Dialog id="dialogMain"> @@ -180,6 +215,47 @@ <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayId</Property> + <Property name="property">gatewayId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayUsername</Property> + <Property name="property">gatewayUsername</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayPassword</Property> + <Property name="property">gatewayPassword</Property> + <Property name="editorType">PasswordEditor</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayIp</Property> + <Property name="property">gatewayIp</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayMac</Property> + <Property name="property">gatewayMac</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayCPU</Property> + <Property name="property">gatewayCPU</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayMem</Property> + <Property name="property">gatewayMem</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayHardDisk</Property> + <Property name="property">gatewayHardDisk</Property> <Editor/> </AutoFormElement> <AutoFormElement> @@ -239,5 +315,40 @@ <Property name="service">gatewayConfService#pushData</Property> <Property name="confirmMessage">纭畾瑕佷笂鎶ヤ箞锛�</Property> </AjaxAction> + <Dialog id="dialogGrain"> + <Property name="width">400</Property> + <Property name="height">300</Property> + <Property name="caption">閫夋嫨鏉′欢</Property> + <Buttons> + <Button> + <ClientEvent name="onClick">var data = view.get("#dsQuery.data");
 +view.get("#ajaxTestGrain").set("parameter",data.toJSON()).execute(function(result){
 + self.get("parent").hide();
 + $alert(result);
 +});</ClientEvent> + <Property name="caption">纭畾鎵ц</Property> + </Button> + <Button> + <ClientEvent name="onClick">view.get("#dialogGrain").hide();</ClientEvent> + <Property name="caption">鍙栨秷鎵ц</Property> + </Button> + </Buttons> + <Children> + <AutoForm> + <Property name="dataSet">dsQuery</Property> + <Property name="cols">*</Property> + <AutoFormElement> + <Property name="name">dayTime</Property> + <Property name="property">dayTime</Property> + <Editor/> + </AutoFormElement> + </AutoForm> + </Children> + <Tools/> + </Dialog> + <AjaxAction id="ajaxInit"> + <Property name="service">apiInitService#init</Property> + <Property name="executingMessage">鍦ㄥ姫鍔涙墽琛屼腑鈥︹��</Property> + </AjaxAction> </View> </ViewConfig> -- Gitblit v1.9.3