From 8bb6641ef68a158aabd0dc20b54fb6a4516b16fc Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期三, 01 十一月 2023 18:40:22 +0800 Subject: [PATCH] 提交武汉接口 --- src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1112.view.xml | 83 +++++++++++++++++++++++++++++------------ 1 files changed, 58 insertions(+), 25 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1112.view.xml b/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1112.view.xml index 46ade0c..fff8f68 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1112.view.xml +++ b/src/main/java/com/fzzy/otherview/whhpjl/WhjlApi1112.view.xml @@ -185,12 +185,41 @@ <Property name="label">搴撳尯浠g爜</Property> </PropertyDef> </DataType> + <DataType name="dtParam"> + <Property name="creationType">com.fzzy.api.data.ApiParam</Property> + <PropertyDef name="kqdm"> + <Property></Property> + <Property name="label">鎵�灞炲簱鍖�</Property> + </PropertyDef> + <PropertyDef name="start"> + <Property name="dataType">Date</Property> + <Property name="label">寮�濮嬫椂闂�</Property> + </PropertyDef> + <PropertyDef name="end"> + <Property name="dataType">Date</Property> + <Property name="label">鎴鏃堕棿</Property> + </PropertyDef> + <PropertyDef name="czbz"> + <Property></Property> + <Property name="label">鎿嶄綔鏍囧織</Property> + <Property name="mapping"> + <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("CZBZ")}</Property> + <Property name="keyProperty">code</Property> + <Property name="valueProperty">name</Property> + </Property> + </PropertyDef> + </DataType> </Model> <View layout="regionPadding:10"> <Property name="packages">font-awesome,css-common</Property> <DataSet id="dsMain"> <Property name="dataType">[dtMain]</Property> <Property name="dataProvider">whjlApi1112PR#listData</Property> + <Property name="pageSize">20</Property> + </DataSet> + <DataSet id="dsQuery"> + <ClientEvent name="onReady">self.insert();</ClientEvent> + <Property name="dataType">dtParam</Property> </DataSet> <Container layout="regionPadding:10" layoutConstraint="top"> <Property name="exClassName">bg-color</Property> @@ -277,44 +306,48 @@ <RowSelectorColumn> <Property name="caption">涓婁紶</Property> </RowSelectorColumn> - <DataColumn name="sbmc"> - <Property name="property">sbmc</Property> - <Property name="align">center</Property> + <DataColumn name="sbbh"> + <Property name="property">sbbh</Property> + </DataColumn> + <DataColumn name="jlqybh"> + <Property name="property">jlqybh</Property> + </DataColumn> + <DataColumn name="jlqymc"> + <Property name="property">jlqymc</Property> + </DataColumn> + <DataColumn name="jgzdbh"> + <Property name="property">jgzdbh</Property> + </DataColumn> + <DataColumn name="jgzdmc"> + <Property name="property">jgzdmc</Property> </DataColumn> <DataColumn name="cfbh"> <Property name="property">cfbh</Property> - <Property name="align">center</Property> - </DataColumn> - <DataColumn name="sscfmc"> - <Property name="property">sscfmc</Property> - <Property name="align">center</Property> </DataColumn> <DataColumn name="sbzt"> <Property name="property">sbzt</Property> - <Property name="align">center</Property> + </DataColumn> + <DataColumn name="ggxh"> + <Property name="property">ggxh</Property> + </DataColumn> + <DataColumn name="zzdw"> + <Property name="property">zzdw</Property> </DataColumn> <DataColumn name="cgsj"> <Property name="property">cgsj</Property> - <Property name="align">center</Property> </DataColumn> - <DataColumn name="gl"> - <Property name="property">gl</Property> - <Property name="align">center</Property> - </DataColumn> - <DataColumn name="wxcc"> - <Property name="property">wxcc</Property> - <Property name="align">center</Property> - </DataColumn> - <DataColumn name="zygn"> - <Property name="property">zygn</Property> - <Property name="align">center</Property> - </DataColumn> - <DataColumn name="sfyx"> - <Property name="property">sfyx</Property> - <Property name="align">center</Property> + <DataColumn name="czbz"> + <Property name="property">czbz</Property> </DataColumn> </DataGrid> </Container> + <Container layoutConstraint="bottom"> + <Property name="exClassName">bg-color</Property> + <DataPilot layoutConstraint="right"> + <Property name="dataSet">dsMain</Property> + <Property name="itemCodes">pageSize,pages</Property> + </DataPilot> + </Container> <Dialog id="dialogMain"> <Property name="width">85%</Property> <Property name="closeable">false</Property> -- Gitblit v1.9.3