From a70bd1fd9fd10c3a8ae6cd83026be84b845ee0c9 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 01 八月 2024 15:22:42 +0800
Subject: [PATCH] 优化熏蒸备案数据同步

---
 src/main/java/com/fzzy/api/view/Api1211.view.xml |  116 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 77 insertions(+), 39 deletions(-)

diff --git a/src/main/java/com/fzzy/api/view/Api1211.view.xml b/src/main/java/com/fzzy/api/view/Api1211.view.xml
index e421c12..59fa706 100644
--- a/src/main/java/com/fzzy/api/view/Api1211.view.xml
+++ b/src/main/java/com/fzzy/api/view/Api1211.view.xml
@@ -26,8 +26,25 @@
         <Property></Property>
         <Property name="label">搴撳尯浠g爜</Property>
       </PropertyDef>
+      <PropertyDef name="tykqbm">
+        <Property></Property>
+        <Property name="label">鍥藉缁熶竴搴撳尯缂栫爜</Property>
+      </PropertyDef>
+      <PropertyDef name="hwdm">
+        <Property></Property>
+        <Property name="label">璐т綅浠g爜</Property>
+      </PropertyDef>
+      <PropertyDef name="lsxzdm">
+        <Property></Property>
+        <Property name="label">绮鎬ц川浠g爜</Property>
+        <Property name="mapping">
+          <Property name="mapValues">${dorado.getDataProvider(&quot;apiTriggerService#trigger&quot;).getResult(&quot;LSXZ&quot;)}</Property>
+          <Property name="keyProperty">code</Property>
+          <Property name="valueProperty">name</Property>
+        </Property>
+      </PropertyDef>
       <PropertyDef name="id">
-        <Property name="dataType">Integer</Property>
+        <Property name="dataType">String</Property>
       </PropertyDef>
       <PropertyDef name="lspzdm">
         <Property></Property>
@@ -47,19 +64,19 @@
         <Property name="label">鏈堜唤</Property>
       </PropertyDef>
       <PropertyDef name="qcsl">
-        <Property name="dataType">double</Property>
+        <Property name="dataType">Double</Property>
         <Property name="label">鏈熷垵鏁伴噺(鍏枻)</Property>
       </PropertyDef>
       <PropertyDef name="bqsrsl">
-        <Property name="dataType">double</Property>
+        <Property name="dataType">Double</Property>
         <Property name="label">鏈湡鏀跺叆鏁伴噺(鍏枻)</Property>
       </PropertyDef>
       <PropertyDef name="bqzcsl">
-        <Property name="dataType">double</Property>
+        <Property name="dataType">Double</Property>
         <Property name="label">鏈湡鏀嚭鏁伴噺(鍏枻)</Property>
       </PropertyDef>
       <PropertyDef name="qmye">
-        <Property name="dataType">double</Property>
+        <Property name="dataType">Double</Property>
         <Property name="label">鏈熸湯鏁伴噺(鍏枻)</Property>
       </PropertyDef>
       <PropertyDef name="yjbz">
@@ -121,7 +138,7 @@
       </ToolBarLabel>
       <ToolBarButton>
         <ClientEvent name="onClick">var query = view.get(&quot;#dsQuery&quot;).getData();&#xD;
-view.get(&quot;#dsMain&quot;).set(&quot;parameter&quot;,query).flushAsync();</ClientEvent>
+          view.get(&quot;#dsMain&quot;).set(&quot;parameter&quot;,query).flushAsync();</ClientEvent>
         <Property name="caption">鏌ヨ</Property>
         <Property name="iconClass">fa fa-search</Property>
         <Property name="width">100</Property>
@@ -129,7 +146,7 @@
       </ToolBarButton>
       <ToolBarButton id="btnAdd">
         <ClientEvent name="onClick">view.get(&quot;#dsMain&quot;).insert();&#xD;
-view.get(&quot;#dialogMain&quot;).show();</ClientEvent>
+          view.get(&quot;#dialogMain&quot;).show();</ClientEvent>
         <Property name="caption">鏂板</Property>
         <Property name="iconClass">fa fa-plus</Property>
         <Property name="width">100</Property>
@@ -138,9 +155,9 @@
       </ToolBarButton>
       <ToolBarButton id="btnUpdate">
         <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
-if(cur){&#xD;
-	view.get(&quot;#dialogMain&quot;).show();&#xD;
-}</ClientEvent>
+          if(cur){&#xD;
+          view.get(&quot;#dialogMain&quot;).show();&#xD;
+          }</ClientEvent>
         <Property name="caption">淇敼</Property>
         <Property name="iconClass">fa fa-pencil</Property>
         <Property name="width">100</Property>
@@ -149,14 +166,14 @@
       </ToolBarButton>
       <ToolBarButton>
         <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
-view.get(&quot;#ajaxDelUpdate&quot;).set(&quot;parameter&quot;,cur).execute(function(result){&#xD;
-	if(result){&#xD;
-		$alert(result);&#xD;
-	} else{&#xD;
-		cur.set(&quot;czbz&quot;,&quot;d&quot;)&#xD;
-	}&#xD;
-});&#xD;
-</ClientEvent>
+          view.get(&quot;#ajaxDelUpdate&quot;).set(&quot;parameter&quot;,cur).execute(function(result){&#xD;
+          if(result){&#xD;
+          $alert(result);&#xD;
+          } else{&#xD;
+          cur.set(&quot;czbz&quot;,&quot;d&quot;)&#xD;
+          }&#xD;
+          });&#xD;
+        </ClientEvent>
         <Property name="caption">鏍囪鍒犻櫎</Property>
         <Property name="iconClass">fa fa-minus</Property>
         <Property name="exClassName">toolbar-button-warn</Property>
@@ -164,14 +181,14 @@
       </ToolBarButton>
       <ToolBarButton id="btnDel">
         <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
-view.get(&quot;#ajaxDel&quot;).set(&quot;parameter&quot;,cur).execute(function(result){&#xD;
-	if(result){&#xD;
-		$alert(result);&#xD;
-	} else{&#xD;
-		cur.remove();&#xD;
-	}&#xD;
-});&#xD;
-</ClientEvent>
+          view.get(&quot;#ajaxDel&quot;).set(&quot;parameter&quot;,cur).execute(function(result){&#xD;
+          if(result){&#xD;
+          $alert(result);&#xD;
+          } else{&#xD;
+          cur.remove();&#xD;
+          }&#xD;
+          });&#xD;
+        </ClientEvent>
         <Property name="caption">鐩存帴鍒犻櫎</Property>
         <Property name="iconClass">fa fa-minus</Property>
         <Property name="exClassName">toolbar-button-warn</Property>
@@ -180,15 +197,15 @@
       </ToolBarButton>
       <ToolBarButton>
         <ClientEvent name="onClick">var select = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);&#xD;
-if(select &amp;&amp; select.length > 0){&#xD;
-	view.get(&quot;#ajaxPush&quot;).set(&quot;parameter&quot;,select).execute(function(result){&#xD;
-		view.get(&quot;#dsMain&quot;).flushAsync();&#xD;
+          if(select &amp;&amp; select.length > 0){&#xD;
+          view.get(&quot;#ajaxPush&quot;).set(&quot;parameter&quot;,select).execute(function(result){&#xD;
+          view.get(&quot;#dsMain&quot;).flushAsync();&#xD;
           $notify(result);&#xD;
-	});&#xD;
-}else{&#xD;
-	$alert(&quot;璇峰嬀閫変笂鎶ユ暟鎹紒&quot;);&#xD;
-}&#xD;
-</ClientEvent>
+          });&#xD;
+          }else{&#xD;
+          $alert(&quot;璇峰嬀閫変笂鎶ユ暟鎹紒&quot;);&#xD;
+          }&#xD;
+        </ClientEvent>
         <Property name="caption">鎵嬪姩涓婁紶</Property>
         <Property name="iconClass">fa fa-hand-o-up</Property>
         <Property name="exClassName">toolbar-button-push</Property>
@@ -292,17 +309,17 @@
       <Buttons>
         <Button>
           <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
-view.get(&quot;#updateSave&quot;).execute(function(){&#xD;
-	self.get(&quot;parent&quot;).hide();&#xD;
-});</ClientEvent>
+            view.get(&quot;#updateSave&quot;).execute(function(){&#xD;
+            self.get(&quot;parent&quot;).hide();&#xD;
+            });</ClientEvent>
           <Property name="caption">淇濆瓨淇敼</Property>
           <Property name="iconClass">fa fa-check</Property>
           <Property name="exClassName">toolbar-button</Property>
         </Button>
         <Button>
           <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
-self.get(&quot;parent&quot;).hide();&#xD;
-if(cur) cur.cancel();</ClientEvent>
+            self.get(&quot;parent&quot;).hide();&#xD;
+            if(cur) cur.cancel();</ClientEvent>
           <Property name="caption">鍙栨秷淇敼</Property>
           <Property name="iconClass">fa fa-times</Property>
           <Property name="exClassName">toolbar-button-warn</Property>
@@ -322,6 +339,11 @@
             <Editor/>
           </AutoFormElement>
           <AutoFormElement>
+            <Property name="name">tykqbm</Property>
+            <Property name="property">tykqbm</Property>
+            <Editor/>
+          </AutoFormElement>
+          <AutoFormElement>
             <Property name="name">lspzdm</Property>
             <Property name="property">lspzdm</Property>
             <Editor/>
@@ -332,6 +354,22 @@
             <Editor/>
           </AutoFormElement>
           <AutoFormElement>
+            <Property name="name">hwdm</Property>
+            <Property name="property">hwdm</Property>
+            <Editor/>
+          </AutoFormElement>
+          <AutoFormElement>
+            <Property name="name">lsxzdm</Property>
+            <Property name="property">lsxzdm</Property>
+            <Editor/>
+          </AutoFormElement>
+          <Label>
+            <Property name="text">璇存槑锛氫笂娴蜂娇鐢�(璐т綅浠g爜銆佺伯椋熸�ц川浠g爜)</Property>
+            <Property name="style">
+              <Property name="color">blue</Property>
+            </Property>
+          </Label>
+          <AutoFormElement>
             <Property name="name">yf</Property>
             <Property name="property">yf</Property>
             <Editor/>

--
Gitblit v1.9.3