From 3a5e49666af1da441633b0a9bae4c3c2b18974b3 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 14 四月 2026 16:05:41 +0800
Subject: [PATCH] 质押合同添加业务经理绑定,H5相关逻辑完善

---
 fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml |   62 ++++++++++++++++++-------------
 1 files changed, 36 insertions(+), 26 deletions(-)

diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml
index 6bda731..4819954 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/work/WorkOrderConf.view.xml
@@ -6,15 +6,20 @@
     <DataType name="dtWorkConf">
       <Property name="creationType">com.fzzy.work.domain.WorkOrderConf</Property>
       <PropertyDef name="id">
-        <Property/>
+        <Property></Property>
       </PropertyDef>
       <PropertyDef name="deptId">
-        <Property/>
+        <Property></Property>
         <Property name="label">鎵�灞炲簱鍖�</Property>
         <Property name="required">true</Property>
+        <Property name="mapping">
+          <Property name="mapValues">${dorado.getDataProvider(&quot;deptPR#getDeptByUserType&quot;).getResult()}</Property>
+          <Property name="keyProperty">id</Property>
+          <Property name="valueProperty">kqmc</Property>
+        </Property>
       </PropertyDef>
       <PropertyDef name="bizType">
-        <Property/>
+        <Property></Property>
         <Property name="label">涓氬姟绫诲瀷</Property>
         <Property name="mapping">
           <Property name="mapValues">${dorado.getDataProvider(&quot;workOrderPR#triggerType&quot;).getResult()}</Property>
@@ -24,7 +29,7 @@
         <Property name="required">true</Property>
       </PropertyDef>
       <PropertyDef name="valTag">
-        <Property/>
+        <Property></Property>
         <Property name="label">鍚敤娴佺▼</Property>
         <Property name="mapping">
           <Property name="mapValues">${dorado.getDataProvider(&quot;dicPR#triggerYN&quot;).getResult()}</Property>
@@ -32,40 +37,41 @@
           <Property name="valueProperty">dictLabel</Property>
         </Property>
         <Property name="required">true</Property>
+        <Property name="defaultValue">N</Property>
       </PropertyDef>
       <PropertyDef name="nodeName1">
-        <Property/>
+        <Property></Property>
         <Property name="label">鑺傜偣鍚嶇О</Property>
       </PropertyDef>
       <PropertyDef name="nodeVal1">
-        <Property/>
+        <Property></Property>
         <Property name="label">鏄惁鏈夋晥</Property>
       </PropertyDef>
       <PropertyDef name="nodeName2">
-        <Property/>
+        <Property></Property>
         <Property name="label">鑺傜偣鍚嶇О</Property>
       </PropertyDef>
       <PropertyDef name="nodeVal2">
-        <Property/>
+        <Property></Property>
         <Property name="label">鏄惁鏈夋晥</Property>
       </PropertyDef>
       <PropertyDef name="nodeName3">
-        <Property/>
+        <Property></Property>
         <Property name="label">鑺傜偣鍚嶇О</Property>
       </PropertyDef>
       <PropertyDef name="nodeVal3">
-        <Property/>
+        <Property></Property>
         <Property name="label">鏄惁鏈夋晥</Property>
       </PropertyDef>
       <PropertyDef name="remark">
-        <Property/>
+        <Property></Property>
         <Property name="label">澶囨敞淇℃伅</Property>
       </PropertyDef>
       <PropertyDef name="companyId">
-        <Property/>
+        <Property></Property>
       </PropertyDef>
       <PropertyDef name="createBy">
-        <Property/>
+        <Property></Property>
         <Property name="label">鍒涘缓浜�</Property>
       </PropertyDef>
       <PropertyDef name="createTime">
@@ -73,7 +79,7 @@
         <Property name="label">鍒涘缓鏃堕棿</Property>
       </PropertyDef>
       <PropertyDef name="updateBy">
-        <Property/>
+        <Property></Property>
         <Property name="label">淇敼浜�</Property>
       </PropertyDef>
       <PropertyDef name="updateTime">
@@ -156,17 +162,17 @@
           <Property name="iconClass">fa fa-pencil-square-o</Property>
         </ToolBarButton>
         <ToolBarButton>
-          <ClientEvent name="onClick">var data = view.get(&quot;#dsMian.data:#&quot;);
+          <ClientEvent name="onClick">var data = view.get(&quot;#dsMain.data:#&quot;);
 if (!data) {
 	$alert(&quot;璇烽�夋嫨鏁版嵁&quot;);
 	return;
 }
 view.get(&quot;#ajaxDelData&quot;).set(&quot;parameter&quot;, data).execute(function(result){
-	if(&quot;200&quot;!=result.respCode){
-		$alert(&quot;寮傚父淇℃伅锛�&quot;+result.respMsg);
+	if(&quot;200&quot;!=result.code){
+		$alert(&quot;寮傚父淇℃伅锛�&quot;+result.message);
 	}else{
 		$notify(&quot;鎵ц鎴愬姛&quot;);
-        query();
+        data.remove();
 	}
 });</ClientEvent>
           <Property name="caption">鍒犻櫎</Property>
@@ -186,15 +192,19 @@
         </DataColumn>
         <DataColumn name="bizType">
           <Property name="property">bizType</Property>
+          <Property name="align">center</Property>
         </DataColumn>
         <DataColumn name="valTag">
           <Property name="property">valTag</Property>
+          <Property name="align">center</Property>
         </DataColumn>
         <DataColumn name="updateBy">
           <Property name="property">updateBy</Property>
+          <Property name="align">center</Property>
         </DataColumn>
         <DataColumn name="updateTime">
           <Property name="property">updateTime</Property>
+          <Property name="align">center</Property>
         </DataColumn>
         <DataColumn name="remark">
           <Property name="property">remark</Property>
@@ -233,7 +243,7 @@
             <Property name="labelSeparator">锛�</Property>
             <Property name="labelAlign">right</Property>
             <Property name="labelWidth">120</Property>
-            <AutoFormElement>
+            <AutoFormElement layoutConstraint="colSpan:2">
               <Property name="name">deptId</Property>
               <Property name="property">deptId</Property>
               <Editor/>
@@ -243,15 +253,15 @@
               <Property name="property">bizType</Property>
               <Editor/>
             </AutoFormElement>
-            <AutoFormElement>
-              <Property name="name">valTag</Property>
-              <Property name="property">valTag</Property>
-              <Editor/>
-            </AutoFormElement>
-            <AutoFormElement layoutConstraint="colSpan:3">
+            <AutoFormElement layoutConstraint="colSpan:2">
               <Property name="name">remark</Property>
               <Property name="property">remark</Property>
               <Property name="editorType">TextArea</Property>
+              <Editor/>
+            </AutoFormElement>
+            <AutoFormElement>
+              <Property name="name">valTag</Property>
+              <Property name="property">valTag</Property>
               <Editor/>
             </AutoFormElement>
           </AutoForm>
@@ -273,7 +283,7 @@
     </UpdateAction>
     <AjaxAction id="ajaxDelData">
       <Property name="confirmMessage">纭畾瑕佸垹闄ゆ暟鎹箞锛�</Property>
-      <Property name="service">workOrderPR#delConf</Property>
+      <Property name="service">workOrderPR#deleteConf</Property>
     </AjaxAction>
   </View>
 </ViewConfig>

--
Gitblit v1.9.3