From c7e9e47f7b75dd0a88c929d7fb0713e5f638fdf1 Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期日, 08 二月 2026 19:08:11 +0800
Subject: [PATCH] 调整工单审核功能,调整出入库工单排序

---
 fzzy-igdss-view/src/main/java/com/fzzy/igds/QuantityData.view.xml |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/igds/QuantityData.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/igds/QuantityData.view.xml
index a69121e..dafe1f6 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/igds/QuantityData.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/igds/QuantityData.view.xml
@@ -88,17 +88,21 @@
       </PropertyDef>
       <PropertyDef name="start">
         <Property name="dataType">Date</Property>
-        <Property name="label">妫�娴嬫椂闂村紑濮�</Property>
+        <Property name="label">寮�濮嬫椂闂�</Property>
       </PropertyDef>
       <PropertyDef name="end">
         <Property name="dataType">Date</Property>
-        <Property name="label">妫�娴嬫椂闂存埅鑷�</Property>
+        <Property name="label">鎴鏃堕棿</Property>
       </PropertyDef>
       <PropertyDef name="createUser">
         <Property name="label">鍒惰〃浜�</Property>
       </PropertyDef>
       <PropertyDef name="timeDesc">
-        <Property name="label">鏃堕棿</Property>
+        <Property name="label">妫�娴嬫椂闂�</Property>
+      </PropertyDef>
+      <PropertyDef name="createTime">
+        <Property name="dataType">DateTime</Property>
+        <Property name="label">鍒惰〃鏃堕棿</Property>
       </PropertyDef>
     </DataType>
   </Model>
@@ -126,7 +130,7 @@
     <Container>
       <Property name="className">c-param</Property>
       <AutoForm>
-        <Property name="cols">*,*,*,*,90,90</Property>
+        <Property name="cols">*,*,280,280,90,90</Property>
         <Property name="dataSet">dataSetC</Property>
         <Property name="labelSeparator">锛�</Property>
         <Property name="labelAlign">right</Property>
@@ -188,12 +192,12 @@
     <Container>
       <Property name="className">c-data</Property>
       <AutoForm id="autoForm1" layoutConstraint="top">
-        <Property name="cols">*,*,*</Property>
+        <Property name="cols">*,*,300</Property>
         <Property name="dataSet">dataSetC</Property>
         <Property name="labelAlign">right</Property>
         <Property name="showHint">false</Property>
         <Property name="labelWidth">120</Property>
-        <AutoFormElement layoutConstraint="colSpan:4">
+        <AutoFormElement layoutConstraint="colSpan:3">
           <Property name="name">title</Property>
           <Property name="property">title</Property>
           <Property name="showLabel">false</Property>
@@ -211,16 +215,14 @@
           <Editor/>
         </AutoFormElement>
         <AutoFormElement>
-          <Property name="name">depotId</Property>
-          <Property name="property">depotId</Property>
+          <Property name="name">createUser</Property>
+          <Property name="property">createUser</Property>
           <Property name="editorType">Label</Property>
-          <Property name="labelWidth">110</Property>
-          <Property name="labelAlign">right</Property>
           <Editor/>
         </AutoFormElement>
         <AutoFormElement>
-          <Property name="name">createUser</Property>
-          <Property name="property">createUser</Property>
+          <Property name="name">createTime</Property>
+          <Property name="property">createTime</Property>
           <Property name="editorType">Label</Property>
           <Editor/>
         </AutoFormElement>

--
Gitblit v1.9.3