From 43a14ad6fbb68a9c0ce787acce28ce446aac13b0 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 13 七月 2023 14:14:51 +0800 Subject: [PATCH] 添加扦样信息 --- igds-inout/src/main/java/com/ld/igds/inout/view/InoutList.view.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 44 insertions(+), 4 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutList.view.xml b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutList.view.xml index fa9fff5..74a5668 100644 --- a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutList.view.xml +++ b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutList.view.xml @@ -978,6 +978,22 @@ <Property name="label">璐ㄦ鏃堕棿</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">sampleUser</Property> + <Property name="property">sampleUser</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">sampleTime</Property> + <Property name="property">sampleTime</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">sampleType</Property> + <Property name="property">sampleType</Property> + <Property name="editorType">RadioGroup</Property> + <Editor/> + </AutoFormElement> </AutoForm> <DataGrid id="dataGridCheckItem" layoutConstraint="padding:10"> <Property name="dataSet">dsMain</Property> @@ -1001,14 +1017,38 @@ <Property name="property">unit</Property> <Property name="width">80</Property> <Property name="readOnly">true</Property> - </DataColumn> - <DataColumn name="standardValue"> - <Property name="property">standardValue</Property> - <Property name="readOnly">true</Property> <Property name="align">center</Property> + </DataColumn> + <DataColumn name="operaSymbolValue"> + <Property name="property">operaSymbolValue</Property> + <Property name="align">center</Property> + <Property name="caption">鏍囧噯鍊�</Property> + <Property name="readOnly">true</Property> + </DataColumn> + <DataColumn name="deNum"> + <Property name="property">deNum</Property> + <Property name="align">center</Property> + </DataColumn> + <DataColumn name="addNum"> + <Property name="property">addNum</Property> + <Property name="align">center</Property> + </DataColumn> + <DataColumn name="dePrice"> + <Property name="property">dePrice</Property> + <Property name="align">center</Property> + </DataColumn> + <DataColumn name="addPrice"> + <Property name="property">addPrice</Property> + <Property name="align">center</Property> + </DataColumn> + <DataColumn name="result"> + <Property name="property">result</Property> + <Property name="align">center</Property> + <Property name="readOnly">true</Property> </DataColumn> <DataColumn name="remarks"> <Property name="property">remarks</Property> + <Property name="align">center</Property> </DataColumn> </DataGrid> </Container> -- Gitblit v1.9.3