From dde5bc0ac38319b02e41c9d28c9fc1dcdbba1359 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 30 六月 2023 09:32:46 +0800 Subject: [PATCH] 补单提交后刷新 --- igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml b/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml index bab255d..bb82dda 100644 --- a/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml +++ b/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml @@ -135,7 +135,7 @@ <PropertyDef name="price"> <Property name="dataType">Double</Property> <Property name="label">鍗曚环</Property> - <Property name="displayFormat">#,###0.000 鍏�/鍏枻</Property> + <Property name="displayFormat">#,###0.000 鍏�/鍚�</Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="money"> @@ -472,8 +472,8 @@ <Property name="iconClass">fa fa-refresh</Property> </Button> <Button> - <ClientEvent name="onClick">view.get("#dsParam").setData({type:'1'});
 -view.get("#dsMain").set("parameter",{type:'1'}).flushAsync();</ClientEvent> + <ClientEvent name="onClick">view.get("#dsParam").setData({});
 +view.get("#dsMain").set("parameter",{}).flushAsync();</ClientEvent> <Property name="exClassName">btn-warn</Property> <Property name="iconClass">fa fa-refresh</Property> <Property name="caption">閲嶇疆</Property> -- Gitblit v1.9.3