From f68f5bf6ae56c18561eb8ccba9fb9693f128551c Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 11 二月 2026 09:36:07 +0800
Subject: [PATCH] 客户问题优化调整9

---
 fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutList.view.xml |   38 ++++++++++++++------------------------
 1 files changed, 14 insertions(+), 24 deletions(-)

diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutList.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutList.view.xml
index 17d2574..7e517c5 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutList.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutList.view.xml
@@ -123,7 +123,7 @@
       </PropertyDef>
       <PropertyDef name="settleWeight">
         <Property name="dataType">Double</Property>
-        <Property name="label">缁撶畻鍑�閲�</Property>
+        <Property name="label">缁撶畻閲嶉噺</Property>
         <Property name="required">true</Property>
         <Property name="displayFormat">0.0 KG</Property>
       </PropertyDef>
@@ -156,6 +156,10 @@
       <PropertyDef name="remarks">
         <Property></Property>
         <Property name="label">澶囨敞淇℃伅</Property>
+      </PropertyDef>
+      <PropertyDef name="updateLog">
+        <Property></Property>
+          <Property name="label">淇敼璁板綍</Property>
       </PropertyDef>
       <PropertyDef name="deptId">
         <Property></Property>
@@ -366,11 +370,6 @@
 	view.get(&quot;#btnDel&quot;).set(&quot;visible&quot;,false);&#xD;
 }&#xD;
 &#xD;
-if(&quot;OUT&quot; == TYPE){&#xD;
-	view.get(&quot;#recordWeight&quot;).set(&quot;caption&quot;,&quot;鍑哄簱閲嶉噺&quot;);&#xD;
-}else{&#xD;
-	view.get(&quot;#recordWeight&quot;).set(&quot;caption&quot;,&quot;鍏ュ簱閲嶉噺&quot;);&#xD;
-}&#xD;
 &#xD;
 //榛樿鏌ヨ鏌ヨ鎻愭潯浠�&#xD;
 view.get(&quot;#dsQuery&quot;).insert({&#xD;
@@ -584,7 +583,7 @@
         </ToolBarButton>
         <ToolBarButton id="btnDel">
           <ClientEvent name="onClick">showAbnormal();</ClientEvent>
-          <Property name="caption">寮傚父鎿嶄綔</Property>
+          <Property name="caption">浣滃簾鎿嶄綔</Property>
           <Property name="exClassName">btn4</Property>
           <Property name="iconClass">fa fa-minus</Property>
           <Property name="width">100</Property>
@@ -700,15 +699,6 @@
           <Property name="property">settleWeight</Property>
           <Property name="align">center</Property>
           <Property name="width">100</Property>
-        </DataColumn>
-        <DataColumn id="recordWeight">
-          <ClientEvent name="onRenderCell">arg.dom.style.fontWeight = &quot;bold&quot;;&#xD;
-arg.processDefault = true;</ClientEvent>
-          <Property name="property">recordWeight</Property>
-          <Property name="align">center</Property>
-          <Property name="width">100</Property>
-          <Property name="visible">true</Property>
-          <Property name="name">recordWeight</Property>
         </DataColumn>
         <DataColumn name="progress">
           <ClientEvent name="onRenderCell">arg.dom.style.fontWeight = &quot;bold&quot;;&#xD;
@@ -933,12 +923,6 @@
                 <Property name="readOnly">true</Property>
                 <Editor/>
               </AutoFormElement>
-              <AutoFormElement>
-                <Property name="name">recordWeight</Property>
-                <Property name="property">recordWeight</Property>
-                <Property name="readOnly">true</Property>
-                <Editor/>
-              </AutoFormElement>
             </AutoForm>
           </Children>
         </FieldSet>
@@ -972,6 +956,12 @@
                 <Property name="property">remarks</Property>
                 <Editor/>
               </AutoFormElement>
+              <AutoFormElement layoutConstraint="colSpan:3">
+                <Property name="name">updateLog</Property>
+                <Property name="property">updateLog</Property>
+                <Property name="readOnly">true</Property>
+                <Editor/>
+              </AutoFormElement>
             </AutoForm>
           </Children>
         </FieldSet>
@@ -1000,14 +990,14 @@
       <Buttons>
         <Button>
           <ClientEvent name="onClick">todoError();</ClientEvent>
-          <Property name="caption">寮傚父缁堟</Property>
+          <Property name="caption">纭浣滃簾</Property>
           <Property name="iconClass">fa fa-check</Property>
           <Property name="exClassName">btn1</Property>
           <Property name="width">120</Property>
         </Button>
         <Button>
           <ClientEvent name="onClick">self.get(&quot;parent&quot;).close();</ClientEvent>
-          <Property name="caption">鍙栨秷鎿嶄綔</Property>
+          <Property name="caption">鍙栨秷</Property>
           <Property name="exClassName">btn3</Property>
           <Property name="iconClass">fa fa-times-circle</Property>
           <Property name="width">120</Property>

--
Gitblit v1.9.3