From b1f86e9981277f3e37b5b2f713459146add06440 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 22 三月 2024 16:46:06 +0800
Subject: [PATCH] UI上下文展示引擎

---
 Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue           |  125 ++
 Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue |   13 
 Source/ProjectWeb/src/views/base/uiDefineVO.js                         |   97 +-
 Source/ProjectWeb/src/views/base/UIContentViewer.vue                   |    6 
 Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue   |  802 +++++++++---------
 Source/ProjectWeb/src/views/base/uiDefineVOInDialog.js                 | 1469 ++++++++++++++++++++++++++++++++++
 6 files changed, 2,055 insertions(+), 457 deletions(-)

diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
index 4074c3d..14bcc52 100644
--- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
+++ b/Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="UI-dynamic" :id="'UI-dynamic-'+areasName+componentVO.oid">
     <div v-if="isError" style="color: #F56C6C">杩欎釜鑷畾涔夐〉闈㈢殑鍦板潃鏍煎紡涓嶆纭�傛帹鑽愪娇鐢║I:type#content?param=xxx杩欑褰㈠紡</div>
-    <component v-else :is="asyncComponent"
+    <component v-else :is="currentComponent"
                :customOptions="customOptions"
                :inDialog="inDialog"
                :key="areasName+'customCom-'+componentVO.oid"
@@ -13,6 +13,7 @@
 </template>
 
 <script>
+
 export default {
   name: "dynamic-custom",
   props:{
@@ -44,18 +45,19 @@
     },
   },
   components:{
-
+    'my-dynamic-component': ()=>import('@/views/base/UIContentViewerInDialog')
   },
   data() {
     return {
       customClass:this.componentVO.customClass, //UI:type#content?param=xxx鎴栬�� 缁勪欢name:type#content?param=xxx
       isError:false, //璺緞瑙f瀽澶辫触
-      componentPath:'@/views/base/UIContentViewer' //鑷畾涔変娇鐢ㄧ殑缁勪欢璺緞
+      currentComponent: 'my-dynamic-component',
+      componentPath:'@/views/base/UIContentViewerInDialog' //鑷畾涔変娇鐢ㄧ殑缁勪欢璺緞
     }
   },
   computed:{
     customOptions() {
-      let componentPath='@/views/base/UIContentViewer';
+      let componentPath='@/views/base/UIContentViewerInDialog';
       if(this.customClass.indexOf(":") <0){
         this.isError=true;
         return ;
@@ -106,7 +108,8 @@
     }
   },
   created() {
-
+    debugger;
+    this.components["my-dynamic-component"] = import(this.componentPath);
   }
 }
 </script>
diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue
index e36cab4..69c11a9 100644
--- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue
+++ b/Source/ProjectWeb/src/components/dynamic-components/dynamic-tree.vue
@@ -112,7 +112,64 @@
             "ts": "2021-12-13 20:41:14.747"
           },
           "checked": false,
-          "children": [],
+          "children": [
+            {
+              "attributes": {
+                "lastmodifier": "1",
+                "revisionseq": "1",
+                "versionvalue": "",
+                "querycondition": "",
+                "description": "",
+                "oid": "8D2E9F26-06C9-454D-8F5E-D95FD9DEA867",
+                "versionseq": "1",
+                "checkinby": "",
+                "revisionrule": "",
+                "lctid": "ObjectLC",
+                "lcstatus_text": "缂栬緫涓�",
+                "id": "",
+                "owner": "1",
+                "checkoutby": "",
+                "workcontextoid": "",
+                "creator": "1",
+                "createtime": "2021-12-13 22:16:58.87",
+                "isfirstv": "1",
+                "folderoid": "CFA35842-29E6-45D0-99B2-C7F19561E2F1",
+                "lastmodifier_name": "娴嬭瘯",
+                "revisionoid": "D1A22FC3-039E-49D6-B391-465BE17B3D46",
+                "btmname": "folder",
+                "checkouttime": "",
+                "revisionvalue": "-",
+                "sequence": "1",
+                "versionrule": "0",
+                "name": "甯哥敤鏈",
+                "islastr": "1",
+                "lastmodifytime": "2022-01-06 14:29:56.841",
+                "copyfromversion": "",
+                "creator_name": "娴嬭瘯",
+                "nameoid": "335A13B8-59F8-461D-A549-82543EF2B867",
+                "lcstatus": "Editing",
+                "secretgrade": "2",
+                "islastv": "1",
+                "checkintime": "",
+                "folderbusinesstype": "甯哥敤鏈",
+                "isfirstr": "1",
+                "ts": "2022-01-06 14:29:56.841"
+              },
+              "checked": false,
+              "children": [],
+              "expanded": false,
+              "href": null,
+              "icon": null,
+              "iconCls": null,
+              "index": "2",
+              "leaf": true,
+              "oid": "8D2E9F26-06C9-454D-8F5E-D95FD9DEA867",
+              "parentBtmName": null,
+              "parentId": "",
+              "parentName": null,
+              "showCheckbox": false,
+              "text": "甯哥敤鏈[甯哥敤鏈]"
+            }],
           "expanded": false,
           "href": null,
           "icon": null,
@@ -189,63 +246,6 @@
             "revisionseq": "1",
             "versionvalue": "",
             "querycondition": "",
-            "description": "",
-            "oid": "8D2E9F26-06C9-454D-8F5E-D95FD9DEA867",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-13 22:16:58.87",
-            "isfirstv": "1",
-            "folderoid": "CFA35842-29E6-45D0-99B2-C7F19561E2F1",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "D1A22FC3-039E-49D6-B391-465BE17B3D46",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "甯哥敤鏈",
-            "islastr": "1",
-            "lastmodifytime": "2022-01-06 14:29:56.841",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "335A13B8-59F8-461D-A549-82543EF2B867",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "甯哥敤鏈",
-            "isfirstr": "1",
-            "ts": "2022-01-06 14:29:56.841"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "2",
-          "leaf": true,
-          "oid": "8D2E9F26-06C9-454D-8F5E-D95FD9DEA867",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "甯哥敤鏈[甯哥敤鏈]"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
             "description": "1111222",
             "oid": "C8072146-781B-41F1-81AF-48C493492D9B",
             "versionseq": "1",
@@ -283,7 +283,349 @@
             "ts": "2021-12-13 22:19:43.066"
           },
           "checked": false,
-          "children": [],
+          "children": [
+            {
+              "attributes": {
+                "lastmodifier": "1",
+                "revisionseq": "1",
+                "versionvalue": "",
+                "querycondition": "",
+                "description": "222",
+                "oid": "59F14C83-1345-4A7D-8225-0B09DE61400B",
+                "versionseq": "1",
+                "checkinby": "",
+                "revisionrule": "",
+                "lctid": "ObjectLC",
+                "lcstatus_text": "缂栬緫涓�",
+                "id": "",
+                "owner": "1",
+                "checkoutby": "",
+                "workcontextoid": "",
+                "creator": "1",
+                "createtime": "2021-12-13 22:42:24.901",
+                "isfirstv": "1",
+                "folderoid": "0C6A3624-4A90-45E1-BEB2-75384E542613",
+                "lastmodifier_name": "娴嬭瘯",
+                "revisionoid": "AF87EA19-5651-4920-8D73-4015962C082C",
+                "btmname": "folder",
+                "checkouttime": "",
+                "revisionvalue": "-",
+                "sequence": "1",
+                "versionrule": "0",
+                "name": "鎶�鏈�荤粨",
+                "islastr": "1",
+                "lastmodifytime": "2021-12-13 22:42:24.901",
+                "copyfromversion": "",
+                "creator_name": "娴嬭瘯",
+                "nameoid": "95AFAAD8-B9B5-44A2-BAE2-12FAB2643193",
+                "lcstatus": "Editing",
+                "secretgrade": "2",
+                "islastv": "1",
+                "checkintime": "",
+                "folderbusinesstype": "鎶�鏈�荤粨",
+                "isfirstr": "1",
+                "ts": "2021-12-13 22:42:24.901"
+              },
+              "checked": false,
+              "children": [
+                {
+                  "attributes": {
+                    "lastmodifier": "1",
+                    "revisionseq": "1",
+                    "versionvalue": "",
+                    "querycondition": "",
+                    "description": "",
+                    "oid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
+                    "versionseq": "1",
+                    "checkinby": "",
+                    "revisionrule": "",
+                    "lctid": "ObjectLC",
+                    "lcstatus_text": "缂栬緫涓�",
+                    "id": "",
+                    "owner": "1",
+                    "checkoutby": "",
+                    "workcontextoid": "",
+                    "creator": "1",
+                    "createtime": "2021-12-09 13:53:26.939",
+                    "isfirstv": "1",
+                    "folderoid": "",
+                    "lastmodifier_name": "娴嬭瘯",
+                    "revisionoid": "69E38F00-01AE-4E2C-97DC-7C412C521959",
+                    "btmname": "folder",
+                    "checkouttime": "",
+                    "revisionvalue": "-",
+                    "sequence": "1",
+                    "versionrule": "0",
+                    "name": "璧勬簮搴�",
+                    "islastr": "1",
+                    "lastmodifytime": "2021-12-09 13:53:26.939",
+                    "copyfromversion": "",
+                    "creator_name": "娴嬭瘯",
+                    "nameoid": "60AD4F1B-D2E6-4C68-BC16-0F4052737D92",
+                    "lcstatus": "Editing",
+                    "secretgrade": "2",
+                    "islastv": "1",
+                    "checkintime": "",
+                    "folderbusinesstype": "resourcelib",
+                    "isfirstr": "1",
+                    "ts": "2021-12-09 13:53:26.939"
+                  },
+                  "checked": false,
+                  "children": [],
+                  "expanded": false,
+                  "href": null,
+                  "icon": null,
+                  "iconCls": null,
+                  "index": "7",
+                  "leaf": true,
+                  "oid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
+                  "parentBtmName": null,
+                  "parentId": "",
+                  "parentName": null,
+                  "showCheckbox": false,
+                  "text": "璧勬簮搴揫resourcelib]"
+                },
+                {
+                  "attributes": {
+                    "lastmodifier": "1",
+                    "revisionseq": "1",
+                    "versionvalue": "",
+                    "querycondition": "",
+                    "description": "",
+                    "oid": "42B3DADB-5B19-478F-AE8F-C808151A9247",
+                    "versionseq": "1",
+                    "checkinby": "",
+                    "revisionrule": "",
+                    "lctid": "ObjectLC",
+                    "lcstatus_text": "缂栬緫涓�",
+                    "id": "",
+                    "owner": "1",
+                    "checkoutby": "",
+                    "workcontextoid": "",
+                    "creator": "1",
+                    "createtime": "2021-12-09 13:53:50.744",
+                    "isfirstv": "1",
+                    "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
+                    "lastmodifier_name": "娴嬭瘯",
+                    "revisionoid": "CA316DAC-65D0-4D37-ACCE-CD61ABB9C267",
+                    "btmname": "folder",
+                    "checkouttime": "",
+                    "revisionvalue": "-",
+                    "sequence": "1",
+                    "versionrule": "0",
+                    "name": "宸ヤ綔鍗曞厓",
+                    "islastr": "1",
+                    "lastmodifytime": "2021-12-09 13:53:50.744",
+                    "copyfromversion": "",
+                    "creator_name": "娴嬭瘯",
+                    "nameoid": "8FFF9F4E-9567-4830-9C4B-D3E882DBFCE1",
+                    "lcstatus": "Editing",
+                    "secretgrade": "2",
+                    "islastv": "1",
+                    "checkintime": "",
+                    "folderbusinesstype": "workunit",
+                    "isfirstr": "1",
+                    "ts": "2021-12-09 13:53:50.744"
+                  },
+                  "checked": false,
+                  "children": [],
+                  "expanded": false,
+                  "href": null,
+                  "icon": null,
+                  "iconCls": null,
+                  "index": "8",
+                  "leaf": true,
+                  "oid": "42B3DADB-5B19-478F-AE8F-C808151A9247",
+                  "parentBtmName": null,
+                  "parentId": "",
+                  "parentName": null,
+                  "showCheckbox": false,
+                  "text": "宸ヤ綔鍗曞厓[workunit]"
+                },
+                {
+                  "attributes": {
+                    "lastmodifier": "1",
+                    "revisionseq": "1",
+                    "versionvalue": "",
+                    "querycondition": "",
+                    "description": "",
+                    "oid": "411E568F-AE64-4C64-9BC2-8E6E566DE06B",
+                    "versionseq": "1",
+                    "checkinby": "",
+                    "revisionrule": "",
+                    "lctid": "ObjectLC",
+                    "lcstatus_text": "缂栬緫涓�",
+                    "id": "",
+                    "owner": "1",
+                    "checkoutby": "",
+                    "workcontextoid": "",
+                    "creator": "1",
+                    "createtime": "2021-12-30 14:06:43.618",
+                    "isfirstv": "1",
+                    "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
+                    "lastmodifier_name": "娴嬭瘯",
+                    "revisionoid": "459996CD-C952-47C8-A2CC-8E8A42179364",
+                    "btmname": "folder",
+                    "checkouttime": "",
+                    "revisionvalue": "-",
+                    "sequence": "1",
+                    "versionrule": "0",
+                    "name": "璁惧",
+                    "islastr": "1",
+                    "lastmodifytime": "2021-12-30 14:06:43.618",
+                    "copyfromversion": "",
+                    "creator_name": "娴嬭瘯",
+                    "nameoid": "E7FA6D19-62BE-4ED4-9D37-4312F34C1B48",
+                    "lcstatus": "Editing",
+                    "secretgrade": "2",
+                    "islastv": "1",
+                    "checkintime": "",
+                    "folderbusinesstype": "machine",
+                    "isfirstr": "1",
+                    "ts": "2021-12-30 14:06:43.618"
+                  },
+                  "checked": false,
+                  "children": [],
+                  "expanded": false,
+                  "href": null,
+                  "icon": null,
+                  "iconCls": null,
+                  "index": "9",
+                  "leaf": true,
+                  "oid": "411E568F-AE64-4C64-9BC2-8E6E566DE06B",
+                  "parentBtmName": null,
+                  "parentId": "",
+                  "parentName": null,
+                  "showCheckbox": false,
+                  "text": "璁惧[machine]"
+                },
+                {
+                  "attributes": {
+                    "lastmodifier": "1",
+                    "revisionseq": "1",
+                    "versionvalue": "",
+                    "querycondition": "",
+                    "description": "",
+                    "oid": "3B582AE0-9A60-4E52-9806-F8729ED5A4F0",
+                    "versionseq": "1",
+                    "checkinby": "",
+                    "revisionrule": "",
+                    "lctid": "ObjectLC",
+                    "lcstatus_text": "缂栬緫涓�",
+                    "id": "",
+                    "owner": "1",
+                    "checkoutby": "",
+                    "workcontextoid": "",
+                    "creator": "1",
+                    "createtime": "2021-12-30 14:07:20.736",
+                    "isfirstv": "1",
+                    "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
+                    "lastmodifier_name": "娴嬭瘯",
+                    "revisionoid": "877DBFF6-A63A-435A-99FC-DF54540387BA",
+                    "btmname": "folder",
+                    "checkouttime": "",
+                    "revisionvalue": "-",
+                    "sequence": "1",
+                    "versionrule": "0",
+                    "name": "宸ヨ",
+                    "islastr": "1",
+                    "lastmodifytime": "2021-12-30 14:07:20.736",
+                    "copyfromversion": "",
+                    "creator_name": "娴嬭瘯",
+                    "nameoid": "0E53FBDB-01DB-4B18-9A2D-30C30AC2E6BF",
+                    "lcstatus": "Editing",
+                    "secretgrade": "2",
+                    "islastv": "1",
+                    "checkintime": "",
+                    "folderbusinesstype": "equipment",
+                    "isfirstr": "1",
+                    "ts": "2021-12-30 14:07:20.736"
+                  },
+                  "checked": false,
+                  "children": [],
+                  "expanded": false,
+                  "href": null,
+                  "icon": null,
+                  "iconCls": null,
+                  "index": "10",
+                  "leaf": true,
+                  "oid": "3B582AE0-9A60-4E52-9806-F8729ED5A4F0",
+                  "parentBtmName": null,
+                  "parentId": "",
+                  "parentName": null,
+                  "showCheckbox": false,
+                  "text": "宸ヨ[equipment]"
+                },],
+              "expanded": false,
+              "href": null,
+              "icon": null,
+              "iconCls": null,
+              "index": "4",
+              "leaf": true,
+              "oid": "59F14C83-1345-4A7D-8225-0B09DE61400B",
+              "parentBtmName": null,
+              "parentId": "",
+              "parentName": null,
+              "showCheckbox": false,
+              "text": "鎶�鏈�荤粨[鎶�鏈�荤粨]"
+            },
+            {
+              "attributes": {
+                "lastmodifier": "1",
+                "revisionseq": "1",
+                "versionvalue": "",
+                "querycondition": "",
+                "description": "",
+                "oid": "1ADD9030-2F3E-4363-84B9-31F08C5C12AB",
+                "versionseq": "1",
+                "checkinby": "",
+                "revisionrule": "",
+                "lctid": "ObjectLC",
+                "lcstatus_text": "缂栬緫涓�",
+                "id": "",
+                "owner": "1",
+                "checkoutby": "",
+                "workcontextoid": "5611E481-157B-4799-914F-5938A5BC1FA9",
+                "creator": "1",
+                "createtime": "2021-12-13 22:48:45.055",
+                "isfirstv": "1",
+                "folderoid": "712FF8AC-48CC-45DB-A79C-7F783B4AD8B1",
+                "lastmodifier_name": "娴嬭瘯",
+                "revisionoid": "F5862E44-372B-4C46-96F6-AEFFE1B63B6D",
+                "btmname": "folder",
+                "checkouttime": "",
+                "revisionvalue": "-",
+                "sequence": "1",
+                "versionrule": "0",
+                "name": "鎶�鏈枃浠�",
+                "islastr": "1",
+                "lastmodifytime": "2021-12-13 22:48:45.055",
+                "copyfromversion": "",
+                "creator_name": "娴嬭瘯",
+                "nameoid": "34A45F92-2DC3-481C-82F2-B2F916CEDE2C",
+                "lcstatus": "Editing",
+                "secretgrade": "2",
+                "islastv": "1",
+                "checkintime": "",
+                "folderbusinesstype": "鎶�鏈枃浠�",
+                "isfirstr": "1",
+                "ts": "2021-12-13 22:48:45.055"
+              },
+              "checked": false,
+              "children": [],
+              "expanded": false,
+              "href": null,
+              "icon": null,
+              "iconCls": null,
+              "index": "6",
+              "leaf": true,
+              "oid": "1ADD9030-2F3E-4363-84B9-31F08C5C12AB",
+              "parentBtmName": null,
+              "parentId": "",
+              "parentName": null,
+              "showCheckbox": false,
+              "text": "鎶�鏈枃浠禰鎶�鏈枃浠禲"
+            },],
           "expanded": false,
           "href": null,
           "icon": null,
@@ -296,63 +638,6 @@
           "parentName": null,
           "showCheckbox": false,
           "text": "宸ヨ壓璇存槑涔宸ヨ壓璇存槑涔"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "222",
-            "oid": "59F14C83-1345-4A7D-8225-0B09DE61400B",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-13 22:42:24.901",
-            "isfirstv": "1",
-            "folderoid": "0C6A3624-4A90-45E1-BEB2-75384E542613",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "AF87EA19-5651-4920-8D73-4015962C082C",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "鎶�鏈�荤粨",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-13 22:42:24.901",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "95AFAAD8-B9B5-44A2-BAE2-12FAB2643193",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "鎶�鏈�荤粨",
-            "isfirstr": "1",
-            "ts": "2021-12-13 22:42:24.901"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "4",
-          "leaf": true,
-          "oid": "59F14C83-1345-4A7D-8225-0B09DE61400B",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "鎶�鏈�荤粨[鎶�鏈�荤粨]"
         },
         {
           "attributes": {
@@ -410,291 +695,6 @@
           "parentName": null,
           "showCheckbox": false,
           "text": "HJSJ1155[鎶�鏈枃浠禲"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "",
-            "oid": "1ADD9030-2F3E-4363-84B9-31F08C5C12AB",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "5611E481-157B-4799-914F-5938A5BC1FA9",
-            "creator": "1",
-            "createtime": "2021-12-13 22:48:45.055",
-            "isfirstv": "1",
-            "folderoid": "712FF8AC-48CC-45DB-A79C-7F783B4AD8B1",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "F5862E44-372B-4C46-96F6-AEFFE1B63B6D",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "鎶�鏈枃浠�",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-13 22:48:45.055",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "34A45F92-2DC3-481C-82F2-B2F916CEDE2C",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "鎶�鏈枃浠�",
-            "isfirstr": "1",
-            "ts": "2021-12-13 22:48:45.055"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "6",
-          "leaf": true,
-          "oid": "1ADD9030-2F3E-4363-84B9-31F08C5C12AB",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "鎶�鏈枃浠禰鎶�鏈枃浠禲"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "",
-            "oid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-09 13:53:26.939",
-            "isfirstv": "1",
-            "folderoid": "",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "69E38F00-01AE-4E2C-97DC-7C412C521959",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "璧勬簮搴�",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-09 13:53:26.939",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "60AD4F1B-D2E6-4C68-BC16-0F4052737D92",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "resourcelib",
-            "isfirstr": "1",
-            "ts": "2021-12-09 13:53:26.939"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "7",
-          "leaf": true,
-          "oid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "璧勬簮搴揫resourcelib]"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "",
-            "oid": "42B3DADB-5B19-478F-AE8F-C808151A9247",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-09 13:53:50.744",
-            "isfirstv": "1",
-            "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "CA316DAC-65D0-4D37-ACCE-CD61ABB9C267",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "宸ヤ綔鍗曞厓",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-09 13:53:50.744",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "8FFF9F4E-9567-4830-9C4B-D3E882DBFCE1",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "workunit",
-            "isfirstr": "1",
-            "ts": "2021-12-09 13:53:50.744"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "8",
-          "leaf": true,
-          "oid": "42B3DADB-5B19-478F-AE8F-C808151A9247",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "宸ヤ綔鍗曞厓[workunit]"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "",
-            "oid": "411E568F-AE64-4C64-9BC2-8E6E566DE06B",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-30 14:06:43.618",
-            "isfirstv": "1",
-            "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "459996CD-C952-47C8-A2CC-8E8A42179364",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "璁惧",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-30 14:06:43.618",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "E7FA6D19-62BE-4ED4-9D37-4312F34C1B48",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "machine",
-            "isfirstr": "1",
-            "ts": "2021-12-30 14:06:43.618"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "9",
-          "leaf": true,
-          "oid": "411E568F-AE64-4C64-9BC2-8E6E566DE06B",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "璁惧[machine]"
-        },
-        {
-          "attributes": {
-            "lastmodifier": "1",
-            "revisionseq": "1",
-            "versionvalue": "",
-            "querycondition": "",
-            "description": "",
-            "oid": "3B582AE0-9A60-4E52-9806-F8729ED5A4F0",
-            "versionseq": "1",
-            "checkinby": "",
-            "revisionrule": "",
-            "lctid": "ObjectLC",
-            "lcstatus_text": "缂栬緫涓�",
-            "id": "",
-            "owner": "1",
-            "checkoutby": "",
-            "workcontextoid": "",
-            "creator": "1",
-            "createtime": "2021-12-30 14:07:20.736",
-            "isfirstv": "1",
-            "folderoid": "87A6D912-FDCA-496B-AA4E-FBDE9858853B",
-            "lastmodifier_name": "娴嬭瘯",
-            "revisionoid": "877DBFF6-A63A-435A-99FC-DF54540387BA",
-            "btmname": "folder",
-            "checkouttime": "",
-            "revisionvalue": "-",
-            "sequence": "1",
-            "versionrule": "0",
-            "name": "宸ヨ",
-            "islastr": "1",
-            "lastmodifytime": "2021-12-30 14:07:20.736",
-            "copyfromversion": "",
-            "creator_name": "娴嬭瘯",
-            "nameoid": "0E53FBDB-01DB-4B18-9A2D-30C30AC2E6BF",
-            "lcstatus": "Editing",
-            "secretgrade": "2",
-            "islastv": "1",
-            "checkintime": "",
-            "folderbusinesstype": "equipment",
-            "isfirstr": "1",
-            "ts": "2021-12-30 14:07:20.736"
-          },
-          "checked": false,
-          "children": [],
-          "expanded": false,
-          "href": null,
-          "icon": null,
-          "iconCls": null,
-          "index": "10",
-          "leaf": true,
-          "oid": "3B582AE0-9A60-4E52-9806-F8729ED5A4F0",
-          "parentBtmName": null,
-          "parentId": "",
-          "parentName": null,
-          "showCheckbox": false,
-          "text": "宸ヨ[equipment]"
         },
         {
           "attributes": {
diff --git a/Source/ProjectWeb/src/views/base/UIContentViewer.vue b/Source/ProjectWeb/src/views/base/UIContentViewer.vue
index f110aa5..a6ab10d 100644
--- a/Source/ProjectWeb/src/views/base/UIContentViewer.vue
+++ b/Source/ProjectWeb/src/views/base/UIContentViewer.vue
@@ -1,6 +1,6 @@
 <template>
   <!--UI涓婁笅鏂囩殑灞曠ず鍣�-->
-  <div style="height:calc(100% - 4px) ">
+  <div style="height:calc(100% - 4px);min-width:1200px">
     <el-header v-if="uiDefineVO.northAreas && uiDefineVO.northAreas.length>0">
       <UIContentArea :key="'northArea-'+uiDefineVO.oid" areas-name="northArea"
                      :areasData="uiDefineVO.northAreas"
@@ -11,7 +11,7 @@
       </UIContentArea>
     </el-header>
     <el-container :style="'height: '+(uiDefineVO.northAreas && uiDefineVO.northAreas.length>0?'calc(100% - 70px)':'100%')">
-      <el-aside v-if="uiDefineVO.westAreas && uiDefineVO.westAreas.length>0" :width="uiDefineVO.westAreas[0].componentVOs[0].uiComponentType=='table'?'400px':'320px'" height="100%">
+      <el-aside v-if="uiDefineVO.westAreas && uiDefineVO.westAreas.length>0" :width="uiDefineVO.westAreas[0].componentVOs[0].uiComponentType=='table' || uiDefineVO.westAreas[0].componentVOs[0].uiComponentType=='TreeTable'?'420px':'320px'" height="100%">
         <UIContentArea :key="'westArea-'+uiDefineVO.oid" areas-name="westArea"
                        cradStyle=""
                        :areasData="uiDefineVO.westAreas"
@@ -32,7 +32,7 @@
                          :paramVOS="paramVOS">
           </UIContentArea>
         </el-main>
-        <el-footer v-if="uiDefineVO.southAreas && uiDefineVO.southAreas.length>0" height="300px" style="max-height: 300px">
+        <el-footer v-if="uiDefineVO.southAreas && uiDefineVO.southAreas.length>0" height="35%" style="max-height: 300px">
           <UIContentArea :key="'southArea-'+uiDefineVO.oid" areas-name="southArea"
                          cradStyle=""
                          :areasData="uiDefineVO.southAreas"
diff --git a/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue b/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue
new file mode 100644
index 0000000..0d7ada0
--- /dev/null
+++ b/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue
@@ -0,0 +1,125 @@
+<template>
+  <!--UI涓婁笅鏂囩殑灞曠ず鍣�-->
+  <div style="height:calc(100% - 4px);min-width:800px">
+    <el-header v-if="uiDefineVO.northAreas && uiDefineVO.northAreas.length>0">
+      <UIContentArea :key="'northArea-'+uiDefineVO.oid" areas-name="northArea"
+                     :areasData="uiDefineVO.northAreas"
+                     :inDialog="inDialog"
+                     :sourceData="sourceData"
+                     :dataStore="dataStore"
+                     :paramVOS="paramVOS">
+      </UIContentArea>
+    </el-header>
+    <el-container :style="'height: '+(uiDefineVO.northAreas && uiDefineVO.northAreas.length>0?'calc(100% - 70px)':'100%')">
+      <el-aside v-if="uiDefineVO.westAreas && uiDefineVO.westAreas.length>0" :width="uiDefineVO.westAreas[0].componentVOs[0].uiComponentType=='table' || uiDefineVO.westAreas[0].componentVOs[0].uiComponentType=='TreeTable'?'420px':'320px'" height="100%">
+        <UIContentArea :key="'westArea-'+uiDefineVO.oid" areas-name="westArea"
+                       cradStyle=""
+                       :areasData="uiDefineVO.westAreas"
+                       :inDialog="inDialog"
+                       :sourceData="sourceData"
+                       :dataStore="dataStore"
+                       :paramVOS="paramVOS">
+        </UIContentArea>
+      </el-aside>
+      <el-container style="height: 100%">
+        <el-main v-if="uiDefineVO.centerAreas && uiDefineVO.centerAreas.length>0" :style="'height: '+centerHeight">
+          <UIContentArea :key="'centerArea-'+uiDefineVO.oid" areas-name="centerArea"
+                         cradStyle=""
+                         :areasData="uiDefineVO.centerAreas"
+                         :inDialog="inDialog"
+                         :sourceData="checkedData.westAreas[0]"
+                         :dataStore="checkedData.centerAreas[0]"
+                         :paramVOS="paramVOS">
+          </UIContentArea>
+        </el-main>
+        <el-footer v-if="uiDefineVO.southAreas && uiDefineVO.southAreas.length>0" height="300px" style="max-height: 300px">
+          <UIContentArea :key="'southArea-'+uiDefineVO.oid" areas-name="southArea"
+                         cradStyle=""
+                         :areasData="uiDefineVO.southAreas"
+                         :inDialog="inDialog"
+                         :sourceData="checkedData.centerAreas[0]"
+                         :dataStore="checkedData.southAreas[0]"
+                         :paramVOS="paramVOS">
+          </UIContentArea>
+        </el-footer>
+      </el-container>
+    </el-container>
+  </div>
+</template>
+
+<script>
+import UIContentArea from "@/views/base/UIContentArea"
+import {uiDefineVOData} from "@/views/base/uiDefineVOInDialog"
+
+export default {
+  name: "UIContentViewerInDialog",
+  components:{UIContentArea},
+  props:{
+    inDialog: {
+      type: Boolean,
+      default: false
+    },
+    sourceData:{
+      //鑿滃崟婧愭暟鎹垨鑰呭脊绐楁椂鎸夐挳鎵�灞炲尯鍩熺殑涓婁竴鍖哄煙閫変腑鏁版嵁
+      type:Object,
+      default: {}
+    },
+    dataStore:{
+      //寮圭獥鏃舵寜閽墍灞炲尯鍩熼�変腑鏁版嵁
+      type:Array,
+      default: []
+    },
+    paramVOS:{
+      type:Object,
+      default: {}
+    }
+  },
+  data() {
+    return {
+      btmType:'',//涓氬姟绫诲瀷锛堟垨閾炬帴绫诲瀷锛�
+      content:'',//UI涓婁笅鏂囩殑鍚嶇О
+      checkedData:{
+        //鍚勫尯鍩熼�変腑鏁版嵁
+        westAreas:[],
+        centerAreas:[],
+        southAreas:[]
+      },
+      uiDefineVO: uiDefineVOData,
+      centerHeight:'100%'
+    }
+  },
+  watch: {
+
+  },
+  computed: {
+
+  },
+  created() {
+    if (this.uiDefineVO.southAreas && this.uiDefineVO.southAreas.length > 0) {
+      this.centerHeight = 'calc(100% - 310px)';
+    } else {
+      this.centerHeight = '100%';
+    }
+  },
+  methods: {
+    initUI(){
+
+    },
+    initContent(){
+
+    },
+  }
+}
+</script>
+
+<style scoped>
+.el-container{
+  padding: 0 !important;
+}
+.el-header,.el-aside,.el-main,.el-footer{
+  padding: 0;
+}
+.el-header{
+  margin-bottom: 10px;
+}
+</style>
diff --git a/Source/ProjectWeb/src/views/base/uiDefineVO.js b/Source/ProjectWeb/src/views/base/uiDefineVO.js
index db62a63..204d860 100644
--- a/Source/ProjectWeb/src/views/base/uiDefineVO.js
+++ b/Source/ProjectWeb/src/views/base/uiDefineVO.js
@@ -1085,6 +1085,55 @@
       "checkOutBy": null,
       "checkOutTime": null,
       "componentVOs": [
+
+        {
+          "btmname": null,
+          "buttons": [],
+          "checkInBy": null,
+          "checkInTime": null,
+          "checkOutBy": null,
+          "checkOutTime": null,
+          "copyFromVersion": null,
+          "createTime": null,
+          "creator": null,
+          "customClass": "I:processreview#DepartmentProcessReview_web?param=xxx",
+          "data": null,
+          "description": "",
+          "extendAttr": "",
+          "firstR": null,
+          "firstV": null,
+          "formDefineVO": null,
+          "id": null,
+          "lastModifier": null,
+          "lastModifyTime": null,
+          "lastR": null,
+          "lastV": null,
+          "lcStatus": null,
+          "lcStatusText": null,
+          "lctid": null,
+          "name": "鑷畾涔夋樉绀�",
+          "nameOid": null,
+          "oid": "A05C554A-5589-F964-2004-15CB05CBEE6D",
+          "orderNum": 2,
+          "owner": null,
+          "pkLayout": "C08F5364-F23D-9602-2165-2487E3DD9E0C",
+          "revisionOid": null,
+          "revisionRule": null,
+          "revisionSeq": 0,
+          "revisionValue": null,
+          "secretGrade": null,
+          "secretGradeText": null,
+          "tableDefineVO": null,
+          "treeDefineVO": null,
+          "treeTableDefineVO": null,
+          "ts": null,
+          "uiComponentType": "customer",
+          "uiComponentTypeText": "鑷畾涔夋ā鏉�",
+          "uiParseClass": "",
+          "versionRule": null,
+          "versionSeq": 0,
+          "versionValue": null
+        },
         {
           "btmname": null,
           "buttons": [
@@ -1634,54 +1683,6 @@
           "ts": null,
           "uiComponentType": "table",
           "uiComponentTypeText": "琛ㄦ牸",
-          "uiParseClass": "",
-          "versionRule": null,
-          "versionSeq": 0,
-          "versionValue": null
-        },
-        {
-          "btmname": null,
-          "buttons": [],
-          "checkInBy": null,
-          "checkInTime": null,
-          "checkOutBy": null,
-          "checkOutTime": null,
-          "copyFromVersion": null,
-          "createTime": null,
-          "creator": null,
-          "customClass": "UI:processreview#DepartmentProcessReview_web?param=xxx",
-          "data": null,
-          "description": "",
-          "extendAttr": "",
-          "firstR": null,
-          "firstV": null,
-          "formDefineVO": null,
-          "id": null,
-          "lastModifier": null,
-          "lastModifyTime": null,
-          "lastR": null,
-          "lastV": null,
-          "lcStatus": null,
-          "lcStatusText": null,
-          "lctid": null,
-          "name": "鑷畾涔夋樉绀�",
-          "nameOid": null,
-          "oid": "A05C554A-5589-F964-2004-15CB05CBEE6D",
-          "orderNum": 2,
-          "owner": null,
-          "pkLayout": "C08F5364-F23D-9602-2165-2487E3DD9E0C",
-          "revisionOid": null,
-          "revisionRule": null,
-          "revisionSeq": 0,
-          "revisionValue": null,
-          "secretGrade": null,
-          "secretGradeText": null,
-          "tableDefineVO": null,
-          "treeDefineVO": null,
-          "treeTableDefineVO": null,
-          "ts": null,
-          "uiComponentType": "customer",
-          "uiComponentTypeText": "鑷畾涔夋ā鏉�",
           "uiParseClass": "",
           "versionRule": null,
           "versionSeq": 0,
diff --git a/Source/ProjectWeb/src/views/base/uiDefineVOInDialog.js b/Source/ProjectWeb/src/views/base/uiDefineVOInDialog.js
new file mode 100644
index 0000000..4b91c2d
--- /dev/null
+++ b/Source/ProjectWeb/src/views/base/uiDefineVOInDialog.js
@@ -0,0 +1,1469 @@
+export const uiDefineVOData= {
+  "btmTypeId": "processreview",
+  "btmname": null,
+  "centerAreas": [
+    {
+      "btmname": null,
+      "checkInBy": null,
+      "checkInTime": null,
+      "checkOutBy": null,
+      "checkOutTime": null,
+      "componentVOs": [
+        {
+          "btmname": null,
+          "buttons": [
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "RefreshAction",
+                "createTime": "2014-10-16 13:07:56.000",
+                "creator": "developer",
+                "csClass": "",
+                "description": "鍒锋柊椤甸潰",
+                "id": "refresh",
+                "lastModifier": "developer",
+                "lastModifyTime": "2014-10-16 13:07:56.000",
+                "licensors": null,
+                "name": "鍒锋柊锛堥噸缃級",
+                "oid": "526E913C-231F-E4CF-D90D-AB968F8C8D45"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2022-07-18 17:30:52.000",
+              "creator": "developer",
+              "csUrl": "",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "refresh",
+              "lastModifier": "developer",
+              "lastModifyTime": "2022-07-18 17:30:52.000",
+              "name": "鍒锋柊",
+              "oid": "E20C314B-E741-FBE0-534A-D68E9C0D8E2C",
+              "orderNum": 6,
+              "paramVOS": {
+                'webUiButtonLocation': 'top',
+                'webUiButtonType': 'primary',
+                'webUiButtonMethods': 'refresh'
+              },
+              "pkComponent": "2D6D571B-BB6E-677D-9764-191BC5D5D3F1",
+              "pkParentOid": "",
+              "url": "RefreshAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "BaseEditAction#doAction",
+                "createTime": "2013-11-09 10:32:41.000",
+                "creator": "eddieliu",
+                "csClass": "plm.uif.actions.client.EditAction",
+                "description": "淇敼涓氬姟瀵硅薄",
+                "id": "edit",
+                "lastModifier": "developer",
+                "lastModifyTime": "2013-11-09 10:32:41.000",
+                "licensors": null,
+                "name": "淇敼",
+                "oid": "F8534EFE-130B-0CB3-D477-2AC7B19B7DC4"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2022-07-18 17:30:52.000",
+              "creator": "developer",
+              "csUrl": "plm.uif.actions.client.EditAction",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "edit",
+              "lastModifier": "developer",
+              "lastModifyTime": "2022-07-18 17:30:52.000",
+              "name": "淇敼",
+              "oid": "43F34DC1-C229-359B-AED3-38CA9E7D1534",
+              "orderNum": 1,
+              "paramVOS": {
+                "owner": "true",
+                "context": "CreateAuditQuestionDocume",
+                "type": "document",
+                'webUiButtonLocation': 'top',
+                'webUiButtonMethods': 'edit',
+              },
+              "pkComponent": "E00C3C31-D27F-E3AC-6C2B-1882EE8B6FEE",
+              "pkParentOid": "",
+              "url": "BaseEditAction#doAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "BaseEditAction#doAction",
+                "createTime": "2013-11-09 10:32:41.000",
+                "creator": "eddieliu",
+                "csClass": "plm.uif.actions.client.EditAction",
+                "description": "淇敼涓氬姟瀵硅薄",
+                "id": "edit",
+                "lastModifier": "developer",
+                "lastModifyTime": "2013-11-09 10:32:41.000",
+                "licensors": null,
+                "name": "淇敼",
+                "oid": "F8534EFE-130B-0CB3-D477-2AC7B19B7DC4"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2022-07-18 17:30:52.000",
+              "creator": "developer",
+              "csUrl": "plm.uif.actions.client.EditAction",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "edit",
+              "lastModifier": "developer",
+              "lastModifyTime": "2022-07-18 17:30:52.000",
+              "name": "淇敼",
+              "oid": "43F34DC1-C229-359B-AED3-38CA9E7D1534",
+              "orderNum": 1,
+              "paramVOS": {
+                "owner": "true",
+                "context": "CreateAuditQuestionDocume",
+                "type": "document",
+                'webUiButtonLocation': 'menu',
+                'webUiButtonMethods': 'edit',
+              },
+              "pkComponent": "E00C3C31-D27F-E3AC-6C2B-1882EE8B6FEE",
+              "pkParentOid": "",
+              "url": "BaseEditAction#doAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "",
+                "createTime": "2021-12-03 15:28:19.000",
+                "creator": "developer",
+                "csClass": "net=VCI.Plugin.631.Actions.dll",
+                "description": "鍒犻櫎宸ヨ壓闂",
+                "id": "deleteprocessquestion",
+                "lastModifier": "developer",
+                "lastModifyTime": "2021-12-03 15:28:19.000",
+                "licensors": null,
+                "name": "鍒犻櫎宸ヨ壓闂",
+                "oid": "FD73DF30-7269-8A85-1B62-B92435000280"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2022-07-18 17:30:52.000",
+              "creator": "developer",
+              "csUrl": "net=VCI.Plugin.631.Actions.dll",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "deleteprocessquestion",
+              "lastModifier": "developer",
+              "lastModifyTime": "2022-07-18 17:30:52.000",
+              "name": "鍒犻櫎",
+              "oid": "BE973D4A-CB99-10FC-3E31-F3010259F823",
+              "orderNum": 2,
+              "paramVOS": {
+                "owner": "true",
+                'webUiButtonLocation': 'menu',
+                'webUiButtonType': 'text',
+                'webUiButtonMethods': 'delete'
+              },
+              "pkComponent": "E00C3C31-D27F-E3AC-6C2B-1882EE8B6FEE",
+              "pkParentOid": "",
+              "url": ""
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "",
+                "createTime": "2021-12-03 15:28:19.000",
+                "creator": "developer",
+                "csClass": "net=VCI.Plugin.631.Actions.dll",
+                "description": "鍒犻櫎宸ヨ壓闂",
+                "id": "deleteprocessquestion",
+                "lastModifier": "developer",
+                "lastModifyTime": "2021-12-03 15:28:19.000",
+                "licensors": null,
+                "name": "鍒犻櫎宸ヨ壓闂",
+                "oid": "FD73DF30-7269-8A85-1B62-B92435000280"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2022-07-18 17:30:52.000",
+              "creator": "developer",
+              "csUrl": "net=VCI.Plugin.631.Actions.dll",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "deleteprocessquestion",
+              "lastModifier": "developer",
+              "lastModifyTime": "2022-07-18 17:30:52.000",
+              "name": "鍒犻櫎",
+              "oid": "BE973D4A-CB99-10FC-3E31-F3010259F823",
+              "orderNum": 2,
+              "paramVOS": {
+                "owner": "true",
+                'webUiButtonLocation': 'top',
+                'webUiButtonMethods': 'delete'
+              },
+              "pkComponent": "E00C3C31-D27F-E3AC-6C2B-1882EE8B6FEE",
+              "pkParentOid": "",
+              "url": ""
+            },
+          ],
+          "checkInBy": null,
+          "checkInTime": null,
+          "checkOutBy": null,
+          "checkOutTime": null,
+          "copyFromVersion": null,
+          "createTime": null,
+          "creator": null,
+          "customClass": null,
+          "data": null,
+          "description": "璇勫浠诲姟鍒楄〃",
+          "extendAttr": "",
+          "firstR": null,
+          "firstV": null,
+          "formDefineVO": null,
+          "id": null,
+          "lastModifier": null,
+          "lastModifyTime": null,
+          "lastR": null,
+          "lastV": null,
+          "lcStatus": null,
+          "lcStatusText": null,
+          "lctid": null,
+          "name": "璇勫浠诲姟鍒楄〃",
+          "nameOid": null,
+          "oid": "2D6D571B-BB6E-677D-9764-191BC5D5D3F1",
+          "orderNum": 1,
+          "owner": null,
+          "pkLayout": "2692E26B-8584-4561-8A03-D5921A82E490",
+          "revisionOid": null,
+          "revisionRule": null,
+          "revisionSeq": 0,
+          "revisionValue": null,
+          "secretGrade": null,
+          "secretGradeText": null,
+          "tableDefineVO": {
+            "btmType": "audittask",
+            "cols": [
+              [
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": null,
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "type",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "缁撴灉",
+                  "unresize": false,
+                  "width": 80
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": null,
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "assigner",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "鎸囨淳浜�",
+                  "unresize": false,
+                  "width": 80
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": null,
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "principal",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "璐熻矗浜�",
+                  "unresize": false,
+                  "width": 80
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": "yyyy-MM-dd",
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "planedstartdate",
+                  "fieldType": "date",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "寮�浼氭椂闂�",
+                  "unresize": false,
+                  "width": 150
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": null,
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "place",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "寮�浼氬湴鐐�",
+                  "unresize": false,
+                  "width": 150
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": null,
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "creator_name,(,creator,)",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": "creator",
+                  "style": null,
+                  "templet": null,
+                  "title": "鍒涘缓浜�",
+                  "unresize": false,
+                  "width": 80
+                },
+                {
+                  "align": "left",
+                  "colspan": 1,
+                  "comboxKey": null,
+                  "data": [],
+                  "dateFormate": "yyyy-MM-dd HH:mm:ss",
+                  "edit": "",
+                  "editConfig": null,
+                  "event": null,
+                  "field": "createtime",
+                  "fieldType": "text",
+                  "fixed": null,
+                  "hidden": false,
+                  "minWidth": null,
+                  "optionButtons": null,
+                  "optionField": false,
+                  "optionJsMap": null,
+                  "queryField": null,
+                  "referConfig": null,
+                  "rowspan": 1,
+                  "showField": null,
+                  "sort": false,
+                  "sortField": null,
+                  "style": null,
+                  "templet": null,
+                  "title": "鍒涘缓鏃堕棿",
+                  "unresize": false,
+                  "width": 150
+                }
+              ]
+            ],
+            "displayFolder": false,
+            "displayQueryArea": true,
+            "folderParentField": "",
+            "hasEditor": true,
+            "id": "auditTaskTable",
+            "limits": null,
+            "linkTypeFlag": false,
+            "oid": "0A8030A1-2E3F-5D7D-A599-961A3829E6C5",
+            "pageVO": null,
+            "queryColumns": [
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "type",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "type",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "缁撴灉",
+                "unresize": false,
+                "width": null
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "assigner",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "assigner",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "鎸囨淳浜�",
+                "unresize": false,
+                "width": null
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "principal",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "principal",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "璐熻矗浜�",
+                "unresize": false,
+                "width": null
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": "yyyy-MM-dd",
+                "edit": "date",
+                "editConfig": null,
+                "event": null,
+                "field": "planedstartdate",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "planedstartdate",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "寮�浼氭椂闂�",
+                "unresize": false,
+                "width": null
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "place",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "place",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "寮�浼氬湴鐐�",
+                "unresize": false,
+                "width": null
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "creator",
+                "fieldType": null,
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": "creator",
+                "referConfig": null,
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "鍒涘缓浜�",
+                "unresize": false,
+                "width": null
+              }
+            ],
+            "queryTemplateName": "ProcessReviewFlow",
+            "seniorQueryColumns": [
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "type",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "缁撴灉",
+                "unresize": false,
+                "width": 80
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "assigner",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "鎸囨淳浜�",
+                "unresize": false,
+                "width": 80
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "principal",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "璐熻矗浜�",
+                "unresize": false,
+                "width": 80
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": "yyyy-MM-dd",
+                "edit": "date",
+                "editConfig": null,
+                "event": null,
+                "field": "planedstartdate",
+                "fieldType": "date",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "寮�浼氭椂闂�",
+                "unresize": false,
+                "width": 150
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "place",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "寮�浼氬湴鐐�",
+                "unresize": false,
+                "width": 150
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": null,
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "creator_name,(,creator,)",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": "creator",
+                "style": null,
+                "templet": null,
+                "title": "鍒涘缓浜�",
+                "unresize": false,
+                "width": 80
+              },
+              {
+                "align": "left",
+                "colspan": 1,
+                "comboxKey": null,
+                "data": [],
+                "dateFormate": "yyyy-MM-dd HH:mm:ss",
+                "edit": null,
+                "editConfig": null,
+                "event": null,
+                "field": "createtime",
+                "fieldType": "text",
+                "fixed": null,
+                "hidden": false,
+                "minWidth": null,
+                "optionButtons": null,
+                "optionField": false,
+                "optionJsMap": null,
+                "queryField": null,
+                "referConfig": {
+                  "backPath": null,
+                  "displayTable": null,
+                  "height": null,
+                  "initSort": null,
+                  "loadType": "all",
+                  "mapFields": null,
+                  "method": "GET",
+                  "muti": false,
+                  "onlyLeaf": false,
+                  "paramForFormKey": null,
+                  "parentFieldName": null,
+                  "parentUsedField": null,
+                  "parentValue": null,
+                  "referContent": null,
+                  "referType": null,
+                  "remoteSort": false,
+                  "tableConfig": null,
+                  "textField": "name",
+                  "type": null,
+                  "url": null,
+                  "useFormKey": null,
+                  "valueField": "oid",
+                  "where": null
+                },
+                "rowspan": 1,
+                "showField": null,
+                "sort": false,
+                "sortField": null,
+                "style": null,
+                "templet": null,
+                "title": "鍒涘缓鏃堕棿",
+                "unresize": false,
+                "width": 150
+              }
+            ],
+            "whereSql": ""
+          },
+          "treeDefineVO": null,
+          "treeTableDefineVO": null,
+          "ts": null,
+          "uiComponentType": "table",
+          "uiComponentTypeText": "琛ㄦ牸",
+          "uiParseClass": "",
+          "versionRule": null,
+          "versionSeq": 0,
+          "versionValue": null
+        }
+      ],
+      "copyFromVersion": null,
+      "createTime": "2022-02-08 10:40:50.000",
+      "creator": "developer",
+      "data": null,
+      "description": "",
+      "displayExpression": "",
+      "enableStatus": true,
+      "extendAttr": "",
+      "firstR": null,
+      "firstV": null,
+      "id": "1",
+      "international": null,
+      "lastModifier": "developer",
+      "lastModifyTime": "2022-07-18 17:30:51.000",
+      "lastR": null,
+      "lastV": null,
+      "layoutAreaType": "center",
+      "layoutAreaTypeText": null,
+      "lcStatus": null,
+      "lcStatusText": null,
+      "lctid": null,
+      "name": "璇勫浠诲姟鍒楄〃",
+      "nameOid": null,
+      "oid": "2692E26B-8584-4561-8A03-D5921A82E490",
+      "orderNum": 1,
+      "owner": null,
+      "pkContent": "DBB13AF7-021F-ED27-B285-03E8599548EB",
+      "revisionOid": null,
+      "revisionRule": null,
+      "revisionSeq": 0,
+      "revisionValue": null,
+      "secretGrade": null,
+      "secretGradeText": null,
+      "title": "璇勫浠诲姟鍒楄〃",
+      "ts": null,
+      "uiParseClass": "",
+      "versionRule": null,
+      "versionSeq": 0,
+      "versionValue": null
+    }
+  ],
+  "checkInBy": null,
+  "checkInTime": null,
+  "checkOutBy": null,
+  "checkOutTime": null,
+  "copyFromVersion": null,
+  "createTime": "2022-02-08 10:40:50.000",
+  "creator": "developer",
+  "data": null,
+  "description": "",
+  "eastAreas": null,
+  "firstR": null,
+  "firstV": null,
+  "id": "ProcessReviewList_web",
+  "lastModifier": "developer",
+  "lastModifyTime": "2022-07-18 17:30:51.000",
+  "lastR": null,
+  "lastV": null,
+  "lcStatus": null,
+  "lcStatusText": null,
+  "lctid": null,
+  "linkTypeFlag": false,
+  "linkTypeId": null,
+  "name": "宸ヨ壓璇勫鍒楄〃_web",
+  "nameOid": null,
+  "northAreas": [],
+  "oid": "DBB13AF7-021F-ED27-B285-03E8599548EB",
+  "owner": null,
+  "revisionOid": null,
+  "revisionRule": null,
+  "revisionSeq": 0,
+  "revisionValue": null,
+  "secretGrade": null,
+  "secretGradeText": null,
+  "southAreas": null,
+  "ts": null,
+  "versionRule": null,
+  "versionSeq": 0,
+  "versionValue": null,
+  "westAreas": [
+    {
+      "btmname": null,
+      "checkInBy": null,
+      "checkInTime": null,
+      "checkOutBy": null,
+      "checkOutTime": null,
+      "componentVOs": [
+        {
+          "btmname": null,
+          "buttons": [
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "BaseAddAction#doAction",
+                "createTime": "2013-11-01 15:17:45.000",
+                "creator": "eddieliu",
+                "csClass": "plm.uif.actions.client.AddAction",
+                "description": "鍒涘缓涓氬姟瀵硅薄",
+                "id": "add",
+                "lastModifier": "developer",
+                "lastModifyTime": "2013-11-01 15:17:45.000",
+                "licensors": null,
+                "name": "鍒涘缓",
+                "oid": "65274704-5557-231C-E3EA-0B32B9BD5A0B"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:41:40.000",
+              "creator": "developer",
+              "csUrl": "plm.uif.actions.client.AddAction",
+              "description": "娣诲姞鍒嗙被",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "add",
+              "lastModifier": "developer",
+              "lastModifyTime": "2024-03-18 16:41:40.000",
+              "name": "娣诲姞",
+              "oid": "3FE96F2B-0A07-0340-0382-A3E5527A22DC",
+              "orderNum": 1,
+              "paramVOS": {
+                "form": "editdocumentfolder_dept",
+                "type": "folder",
+                "initValue": "folderbusinesstype=閮ㄩ棬鍒嗙被"
+              },
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": "BaseAddAction#doAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "BaseAddAction#doAction",
+                "createTime": "2013-11-01 15:17:45.000",
+                "creator": "eddieliu",
+                "csClass": "plm.uif.actions.client.AddAction",
+                "description": "鍒涘缓涓氬姟瀵硅薄",
+                "id": "add",
+                "lastModifier": "developer",
+                "lastModifyTime": "2013-11-01 15:17:45.000",
+                "licensors": null,
+                "name": "鍒涘缓",
+                "oid": "65274704-5557-231C-E3EA-0B32B9BD5A0B"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:22:07.000",
+              "creator": "developer",
+              "csUrl": "plm.uif.actions.client.AddAction",
+              "description": "娣诲姞鍒嗙被",
+              "displayMode": "textandimage",
+              "hidden": true,
+              "iconPath": "",
+              "id": "add",
+              "lastModifier": "developer",
+              "lastModifyTime": "2024-03-18 16:22:07.000",
+              "name": "娣诲姞",
+              "oid": "D6F4FD65-B0B8-3622-3928-A564010592DC",
+              "orderNum": 2,
+              "paramVOS": {
+                "seccontext": "editdocumentfolder",
+                "context": "editdocumentfolder",
+                "querytemplate": "documentlibroot",
+                "rootbusinesstype": "documentlib",
+                "type": "folder",
+                "initvalue": "folderoid=${oid};folderbusinesstype=${folderbusinesstype}"
+              },
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": "BaseAddAction#doAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "BaseEditAction#doAction",
+                "createTime": "2013-11-09 10:32:41.000",
+                "creator": "eddieliu",
+                "csClass": "plm.uif.actions.client.EditAction",
+                "description": "淇敼涓氬姟瀵硅薄",
+                "id": "edit",
+                "lastModifier": "developer",
+                "lastModifyTime": "2013-11-09 10:32:41.000",
+                "licensors": null,
+                "name": "淇敼",
+                "oid": "F8534EFE-130B-0CB3-D477-2AC7B19B7DC4"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:05:12.000",
+              "creator": "secAdmin",
+              "csUrl": "plm.uif.actions.client.EditAction",
+              "description": "淇敼閫変腑鐨勫垎绫�",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "edit",
+              "lastModifier": "secAdmin",
+              "lastModifyTime": "2024-03-18 16:05:12.000",
+              "name": "淇敼",
+              "oid": "4E6B22C5-BD68-A7F6-712F-900033A0A32D",
+              "orderNum": 3,
+              "paramVOS": {
+                "context": "editdocumentfolder",
+                "type": "folder",
+                "initvalue": "folderoid=${oid}"
+              },
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": "BaseEditAction#doAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "",
+                "createTime": "2015-01-27 17:14:08.000",
+                "creator": "developer",
+                "csClass": "net=VCI.PPR.Actions.dll",
+                "description": "鍒犻櫎鍒嗙被鑺傜偣",
+                "id": "delfolder",
+                "lastModifier": "developer",
+                "lastModifyTime": "2015-01-27 17:14:08.000",
+                "licensors": null,
+                "name": "鍒犻櫎鍒嗙被鑺傜偣",
+                "oid": "4DCA9256-1E79-A4DC-6E1F-723F55E44B35"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:05:12.000",
+              "creator": "developer",
+              "csUrl": "net=VCI.PPR.Actions.dll",
+              "description": "鍒犻櫎",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "delfolder",
+              "lastModifier": "developer",
+              "lastModifyTime": "2024-03-18 16:05:12.000",
+              "name": "鍒犻櫎",
+              "oid": "60B88211-5E0C-26F8-0E0B-B25A52EADABE",
+              "orderNum": 4,
+              "paramVOS": {
+                "deleteroot": "true"
+              },
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": ""
+            },
+            {
+              "actionVO": {
+                "actionCls": "",
+                "actionUsedType": "business",
+                "bsUrl": "RefreshAction",
+                "createTime": "2014-10-16 13:07:56.000",
+                "creator": "developer",
+                "csClass": "",
+                "description": "鍒锋柊椤甸潰",
+                "id": "refresh",
+                "lastModifier": "developer",
+                "lastModifyTime": "2014-10-16 13:07:56.000",
+                "licensors": null,
+                "name": "鍒锋柊锛堥噸缃級",
+                "oid": "526E913C-231F-E4CF-D90D-AB968F8C8D45"
+              },
+              "areaType": "",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:05:12.000",
+              "creator": "developer",
+              "csUrl": "",
+              "description": "鍒锋柊",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "refresh",
+              "lastModifier": "developer",
+              "lastModifyTime": "2024-03-18 16:05:12.000",
+              "name": "鍒锋柊",
+              "oid": "0AA227B2-79DF-13B3-9DDE-7ADAFA1AC4E7",
+              "orderNum": 5,
+              "paramVOS": {},
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": "RefreshAction"
+            },
+            {
+              "actionVO": {
+                "actionCls": "B1DD4B55-4210-29DD-2656-4B9DA12BDAD8",
+                "actionUsedType": "business",
+                "bsUrl": "",
+                "createTime": "2021-03-23 17:38:34.000",
+                "creator": "developer",
+                "csClass": "net=VCI.PPR.Actions.dll",
+                "description": "",
+                "id": "movetootherfolder",
+                "lastModifier": "developer",
+                "lastModifyTime": "2021-03-23 17:38:34.000",
+                "licensors": null,
+                "name": "绉诲埌鍏朵粬鍒嗙被",
+                "oid": "73C86108-0649-B649-518B-8294FCDD302E"
+              },
+              "areaType": "tab",
+              "authorization": true,
+              "children": null,
+              "createTime": "2024-03-18 16:05:12.000",
+              "creator": "secAdmin",
+              "csUrl": "net=VCI.PPR.Actions.dll",
+              "description": "",
+              "displayMode": "textandimage",
+              "hidden": false,
+              "iconPath": "",
+              "id": "movetootherfolder",
+              "lastModifier": "secAdmin",
+              "lastModifyTime": "2024-03-18 16:05:12.000",
+              "name": "绉诲埌鍏朵粬鍒嗙被",
+              "oid": "682D5C6F-9F2E-123E-6D4E-EB4C82B5A565",
+              "orderNum": 6,
+              "paramVOS": {},
+              "pkComponent": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+              "pkParentOid": "",
+              "url": ""
+            }
+          ],
+          "checkInBy": null,
+          "checkInTime": null,
+          "checkOutBy": null,
+          "checkOutTime": null,
+          "copyFromVersion": null,
+          "createTime": null,
+          "creator": null,
+          "customClass": null,
+          "data": null,
+          "description": "鍒嗙被鏍�",
+          "extendAttr": "",
+          "firstR": null,
+          "firstV": null,
+          "formDefineVO": null,
+          "id": null,
+          "lastModifier": null,
+          "lastModifyTime": null,
+          "lastR": null,
+          "lastV": null,
+          "lcStatus": null,
+          "lcStatusText": null,
+          "lctid": null,
+          "name": "鍒嗙被鏍�",
+          "nameOid": null,
+          "oid": "7170DFF8-C1DE-04A8-46F0-BC4379980BC7",
+          "orderNum": 1,
+          "owner": null,
+          "pkLayout": "7DDAED74-95BC-FDCE-53F4-A5E72815D5E6",
+          "revisionOid": null,
+          "revisionRule": null,
+          "revisionSeq": 0,
+          "revisionValue": null,
+          "secretGrade": null,
+          "secretGradeText": null,
+          "tableDefineVO": null,
+          "treeDefineVO": {
+            "btmType": "folder",
+            "fieldSep": ",",
+            "linkType": "",
+            "loadType": "all",
+            "orientation": false,
+            "queryTemplateName": "querySubFolder",
+            "rootContent": "${name}",
+            "showImage": false,
+            "showLinkAbs": "${name}",
+            "treeNodeExpression": "${name}[${folderbusinesstype}]"
+          },
+          "treeTableDefineVO": null,
+          "ts": null,
+          "uiComponentType": "tree",
+          "uiComponentTypeText": "鏍�",
+          "uiParseClass": "",
+          "versionRule": null,
+          "versionSeq": 0,
+          "versionValue": null
+        }
+      ],
+      "copyFromVersion": null,
+      "createTime": "2022-02-08 10:40:51.000",
+      "creator": "developer",
+      "data": null,
+      "description": "",
+      "displayExpression": "",
+      "enableStatus": true,
+      "extendAttr": "",
+      "firstR": null,
+      "firstV": null,
+      "id": "1",
+      "international": null,
+      "lastModifier": "developer",
+      "lastModifyTime": "2022-07-18 17:30:51.000",
+      "lastR": null,
+      "lastV": null,
+      "layoutAreaType": "west",
+      "layoutAreaTypeText": null,
+      "lcStatus": null,
+      "lcStatusText": null,
+      "lctid": null,
+      "name": "宸ヨ壓璇勫鍒楄〃",
+      "nameOid": null,
+      "oid": "E28B0555-FAF3-4F59-0EE8-64A30A77C9CB",
+      "orderNum": 1,
+      "owner": null,
+      "pkContent": "DBB13AF7-021F-ED27-B285-03E8599548EB",
+      "revisionOid": null,
+      "revisionRule": null,
+      "revisionSeq": 0,
+      "revisionValue": null,
+      "secretGrade": null,
+      "secretGradeText": null,
+      "title": "宸ヨ壓璇勫鍒楄〃",
+      "ts": null,
+      "uiParseClass": "",
+      "versionRule": null,
+      "versionSeq": 0,
+      "versionValue": null
+    }
+  ]
+}

--
Gitblit v1.9.3