From 3d4d8e97543d6e5b4b2a84855e3cd08df1e6aaf4 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 20 九月 2023 16:12:04 +0800 Subject: [PATCH] 提交仓内抓拍和后台配置 --- igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml index d005b9c..83ea38b 100644 --- a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml +++ b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml @@ -269,7 +269,8 @@ <Property name="iconClass">fa fa-search</Property> </Button> <Button layoutConstraint="left"> - <ClientEvent name="onClick">view.get("#dsParam").flushAsync();</ClientEvent> + <ClientEvent name="onClick">view.get("#dsParam").flushAsync();
 +view.get("#dsParam").insert({});</ClientEvent> <Property name="caption">閲嶇疆</Property> <Property name="iconClass">fa fa-refresh</Property> <Property name="exClassName">btn-default</Property> @@ -527,7 +528,8 @@ <Property name="iconClass">fa fa-search</Property> </Button> <Button layoutConstraint="left"> - <ClientEvent name="onClick">view.get("#dsParamCheck").flushAsync();</ClientEvent> + <ClientEvent name="onClick">view.get("#dsParamCheck").flushAsync();
 +view.get("#dsParamCheck").insert({});</ClientEvent> <Property name="caption">閲嶇疆</Property> <Property name="iconClass">fa fa-refresh</Property> <Property name="exClassName">btn-default</Property> @@ -669,9 +671,10 @@ <Property name="trigger">listDropYN</Property> <Editor/> </AutoFormElement> - <AutoFormElement> + <AutoFormElement layoutConstraint="colSpan:2"> <Property name="name">remark</Property> <Property name="property">remark</Property> + <Property name="editorType">TextArea</Property> <Editor/> </AutoFormElement> </AutoForm> -- Gitblit v1.9.3