同步发布应用代码

This commit is contained in:
zhal 2024-06-14 09:12:12 +08:00
parent f930e6b3da
commit 911e344463
274 changed files with 15659 additions and 1117 deletions

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>641aa7da-f902-4216-b633-7dcb84b67acf</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>关联意见征询流程</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[SELECT PROCESSTITLE FROM WFC_PROCESS WHERE PROCESSDEFID='obj_af62bb56ded84df88ae5cd42472ff7d7' and CONTROLSTATE='end']]></data>
<!--每页显示行数-->
<page>10</page>
<!--是否换行显示-->
<wordWrap>true</wordWrap>
<!--插入前保存表单-->
<saveForm>false</saveForm>
<!--插入前非空校验-->
<checkNotNull>true</checkNotNull>
<!--插入后非空提示-->
<aftersaveAlert>false</aftersaveAlert>
<!--数据字典多选时是否显示已选中项-->
<showChoose>false</showChoose>
<!--字典模型是否受管-->
<managed>false</managed>
<configParam><![CDATA[{}]]></configParam>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>PROCESSTITLE</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ASSOCIATED_CONSULTATION_PRO</targetName>
<nameType>文本</nameType>
<uicomponent>文本</uicomponent>
<!--列表显示的标题-->
<title>关联意见征询流程</title>
<!--列表显示宽度,支持象素单位和百分比宽度-->
<width>500</width>
<!--是否该字段参与模糊检索,目前只允许为字符类型的字段支持模糊检索-->
<filter>true</filter>
<exact>false</exact>
<hidden>false</hidden>
<!--DW查询条件的searchID数据字典时回填策略需要targetName+DWID组合来进行回填-->
</field>
<!--连接数据源-->
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
<query id="10a29e3c-9f7a-4371-be1d-0ea211fb1107" name="按关联意见征询流程搜索" share="true" user="00227648">
<!--属性\nid,唯一表示\n name查询方案名称\n user方案创建者\n share方案是否分享默认分享 \n type为BO字段的字段类型\n-->[{"field":"PROCESSTITLE","op":"=","value":"快速检测设备验证标准及方法 ","type":"text"}]
</query>
</dictionary>
<!--AWS 字典描述UUID-->

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>1dcc567f-ac81-4429-a97c-b5260dc0f45b</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>适用单位名称L4</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select DISTINCT ORGNAME,ORGCODE from BO_ACT_AUTH_INFO where LEVEL_1_PROCESS_NAME= '@form(BO_ACT_COE_PUBLISH,LEVEL_1_PROCESS_NAME)' and LEVEL_2_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_2_PROCESS_NAME)' AND LEVEL_3_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_3_PROCESS_NAME)' AND LEVEL_4_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_4_PROCESS_NAME)']]></data>
<!--每页显示行数-->
<page>10</page>
<!--是否换行显示-->
<wordWrap>false</wordWrap>
<!--插入前保存表单-->
<saveForm>false</saveForm>
<!--插入前非空校验-->
<checkNotNull>true</checkNotNull>
<!--插入后非空提示-->
<aftersaveAlert>false</aftersaveAlert>
<!--数据字典多选时是否显示已选中项-->
<showChoose>false</showChoose>
<!--字典模型是否受管-->
<managed>false</managed>
<configParam><![CDATA[{}]]></configParam>
<insert-after-javascript><![CDATA[parent.queryapproves()]]></insert-after-javascript>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>ORGNAME</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ADAPT_NAME_THE_COMPANY</targetName>
<nameType>文本</nameType>
<uicomponent>文本</uicomponent>
<!--列表显示的标题-->
<title>单位</title>
<!--列表显示宽度,支持象素单位和百分比宽度-->
<width>100</width>
<!--是否该字段参与模糊检索,目前只允许为字符类型的字段支持模糊检索-->
<filter>true</filter>
<exact>false</exact>
<hidden>false</hidden>
<!--DW查询条件的searchID数据字典时回填策略需要targetName+DWID组合来进行回填-->
</field>
<field>
<!--字段名称-->
<name>ORGCODE</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ADAPT_NAME_THE_COMPANY_NO</targetName>
<nameType>文本</nameType>
<uicomponent>文本</uicomponent>
<!--列表显示的标题-->
<title>单位编码</title>
<!--列表显示宽度,支持象素单位和百分比宽度-->
<width>100</width>
<!--是否该字段参与模糊检索,目前只允许为字符类型的字段支持模糊检索-->
<filter>false</filter>
<exact>false</exact>
<hidden>false</hidden>
<!--DW查询条件的searchID数据字典时回填策略需要targetName+DWID组合来进行回填-->
</field>
<!--连接数据源-->
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
</dictionary>
<!--AWS 字典描述UUID-->

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>1656061b-a57a-442c-a478-7d8d8ecca804</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>适用产品L4</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select DISTINCT APPLICABLE_PRODUCT from BO_ACT_AUTH_INFO where LEVEL_1_PROCESS_NAME= '@form(BO_ACT_COE_PUBLISH,LEVEL_1_PROCESS_NAME)' and LEVEL_2_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_2_PROCESS_NAME)' and LEVEL_3_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_3_PROCESS_NAME)' and LEVEL_4_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_4_PROCESS_NAME)' group by APPLICABLE_PRODUCT]]></data>
<!--每页显示行数-->
<page>10</page>
<!--是否换行显示-->
<wordWrap>false</wordWrap>
<!--插入前保存表单-->
<saveForm>false</saveForm>
<!--插入前非空校验-->
<checkNotNull>true</checkNotNull>
<!--插入后非空提示-->
<aftersaveAlert>false</aftersaveAlert>
<!--数据字典多选时是否显示已选中项-->
<showChoose>false</showChoose>
<!--字典模型是否受管-->
<managed>false</managed>
<configParam><![CDATA[{}]]></configParam>
<insert-after-javascript><![CDATA[parent.queryapproves()]]></insert-after-javascript>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>APPLICABLE_PRODUCT</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>APPLICABLE_PRODUCT</targetName>
<nameType>文本</nameType>
<uicomponent>文本</uicomponent>
<!--列表显示的标题-->
<title>产品</title>
<!--列表显示宽度,支持象素单位和百分比宽度-->
<width>100</width>
<!--是否该字段参与模糊检索,目前只允许为字符类型的字段支持模糊检索-->
<filter>false</filter>
<exact>false</exact>
<hidden>false</hidden>
<!--DW查询条件的searchID数据字典时回填策略需要targetName+DWID组合来进行回填-->
</field>
<!--连接数据源-->
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
</dictionary>
<!--AWS 字典描述UUID-->

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>68dbb061-24e9-4d81-a8ba-07d5c130621a</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>适用区域名称L4</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select DISTINCT ADAPT_REGION_NAME from BO_ACT_AUTH_INFO where LEVEL_1_PROCESS_NAME= '@form(BO_ACT_COE_PUBLISH,LEVEL_1_PROCESS_NAME)' and LEVEL_2_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_2_PROCESS_NAME)' and LEVEL_3_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_3_PROCESS_NAME)'and LEVEL_4_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_4_PROCESS_NAME)' group by ADAPT_REGION_NAME]]></data>
<!--每页显示行数-->
<page>10</page>
<!--是否换行显示-->
<wordWrap>false</wordWrap>
<!--插入前保存表单-->
<saveForm>false</saveForm>
<!--插入前非空校验-->
<checkNotNull>true</checkNotNull>
<!--插入后非空提示-->
<aftersaveAlert>false</aftersaveAlert>
<!--数据字典多选时是否显示已选中项-->
<showChoose>false</showChoose>
<!--字典模型是否受管-->
<managed>false</managed>
<configParam><![CDATA[{}]]></configParam>
<insert-after-javascript><![CDATA[parent.queryapproves()]]></insert-after-javascript>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>ADAPT_REGION_NAME</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ADAPT_REGION_NAME</targetName>
<nameType>文本</nameType>
<uicomponent>文本</uicomponent>
<!--列表显示的标题-->
<title>区域</title>
<!--列表显示宽度,支持象素单位和百分比宽度-->
<width>100</width>
<!--是否该字段参与模糊检索,目前只允许为字符类型的字段支持模糊检索-->
<filter>false</filter>
<exact>false</exact>
<hidden>false</hidden>
<!--DW查询条件的searchID数据字典时回填策略需要targetName+DWID组合来进行回填-->
</field>
<!--连接数据源-->
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
</dictionary>
<!--AWS 字典描述UUID-->

View File

@ -8,7 +8,7 @@
<!--字典显示的标题-->
<title>适用单位名称</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select ORGNAME,ORGCODE from BO_ACT_AUTH_INFO where LEVEL_1_PROCESS_NAME= '@form(BO_ACT_COE_PUBLISH,LEVEL_1_PROCESS_NAME)' and LEVEL_2_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_2_PROCESS_NAME)' AND LEVEL_3_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_3_PROCESS_NAME)' AND LEVEL_4_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_4_PROCESS_NAME)']]></data>
<data><![CDATA[select ORGNAME,ORGCODE from BO_ACT_AUTH_INFO where LEVEL_1_PROCESS_NAME= '@form(BO_ACT_COE_PUBLISH,LEVEL_1_PROCESS_NAME)' and LEVEL_2_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_2_PROCESS_NAME)' AND LEVEL_3_PROCESS_NAME = '@form(BO_ACT_COE_PUBLISH,LEVEL_3_PROCESS_NAME)']]></data>
<!--每页显示行数-->
<page>10</page>
<!--是否换行显示-->

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-08-25 13:53:21</updateTime>
<updateTime>2022-11-17 18:20:25</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 08:58:00</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-08-19 14:26:48</updateTime>
<updateTime>2022-10-13 19:55:29</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,12 +22,12 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-25 22:07:42</updateTime>
<updateTime>2022-10-13 19:55:27</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,12 +22,12 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 10:16:11</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 10:10:00</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 09:03:11</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 09:02:53</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 09:00:43</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_05d28aa0cca44c538a1bb4838d0c5bf9</id>
<createUser>admin</createUser>
<createTime>2022-07-12 14:51:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-13 08:59:17</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrtIJHCvL+YBMMKabWldZVAiBuZ+y4iVwAm0cAW+v5FiWwT2mbqjtQzg8mhrQYc/fe</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_05d28aa0cca44c538a1bb4838d0c5bf9</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_d98ae72fee254977908f0f148b183314" label="单位信息" extendcode="" event=""/>
<dataView id="obj_877d6160f7b64449be29d2fe23c6dfc0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_4d595b6fc8254688abe7fa21d0104c4d" isshow="true" extendcode="" event="">
<button id="obj_05b383a0592c41aea668ed08884ae018" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d4837fc3306484c9db981599603da1c" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1b07ad07f0234f52ac772191bd47d8d6" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_970affc8f4f6491ca8c564d5447e01f8" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43ad00c639ac400c87342fe58e3afef1" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_81b1964398ae4e90bf51a46ba2c590ed" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_aa3e4da5203b4728b6099b36e574becd" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_525055227cec4d049c1df46791d41c6e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7b115e3ae90c4a49a75ad6f2d33049c4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_575eb2d2d7bf468387a5aa2e25d9c790" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_ORGINFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_ecb31036cc374c65833dc87d998d3eab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGNAME" label="单位名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_59bb1d743a9247f4b3b697efd1bf9aab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGCODE" label="单位编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4cdfa00eff52419c96fd49c236b53d0d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2a4da0532ee47dbbe88648f43f17d3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_67b79ffee29b4cc98d1559875837831f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_abe4af5c2a1b47adb1f73a463e148767" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_947a86939c1c49ea97972241f9b7347c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a5c1f64a856042a88929fbd38503ed06" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5fe1ca9a0892450a9ca1c4aac14ac45c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a64fc5b7e54349f3a09b10dc0ebc21bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_ORGINFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 17:14:24</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams>%7B%22dataMode%22%3A%7B%22mobile%22%3A%7B%22type%22%3A%22list%22%2C%22templateJSON%22%3A%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Etitle%22%2C%22style%22%3A%7B%22color%22%3A%22%233383da%22%2C%22fontSize%22%3A%2214px%22%2C%22fontWeight%22%3A%22bold%22%7D%2C%22id%22%3A%22obj_2f8bc7ff443440a5b86817896f0a11cc%22%7D%5D%2C%22span%22%3A14%2C%22id%22%3A%22obj_d2d58bad792d4fa1b4eb49e9d237972e%22%7D%2C%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Edate%22%2C%22id%22%3A%22obj_dc25b58db27146ef9c67b3e26e2c1a76%22%7D%5D%2C%22style%22%3A%7B%22textAlign%22%3A%22right%22%7D%2C%22span%22%3A10%2C%22id%22%3A%22obj_d6c42a12e9274169b358b0a757aa55d1%22%7D%5D%2C%22id%22%3A%22obj_863c5839b3aa49f396b7e29a6c301f1e%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Econtent%22%2C%22id%22%3A%22obj_71840068624e4ff099d04839ed23c5a6%22%7D%5D%2C%22id%22%3A%22obj_475b542ecd194cb5aa4d42640fbbb848%22%7D%5D%2C%22id%22%3A%22obj_ba5c7af5f8df4bc2902c546eae83ae92%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Eremarks%22%2C%22style%22%3A%7B%22fontSize%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_9467d37319f34108b4bf894d96f4e3b0%22%7D%5D%2C%22id%22%3A%22obj_c8258295ada24c5999e2550e062732e3%22%7D%5D%2C%22style%22%3A%7B%22marginTop%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_7a077d8f246e4496906494b31afc8479%22%7D%5D%2C%22id%22%3A%22obj_1229c08e93bb48979b8b1174fc6f8168%22%7D%7D%2C%22pc%22%3A%7B%22type%22%3A%22table%22%2C%22templateJSON%22%3A%7B%7D%7D%7D%2C%22dataModeBack%22%3A%7B%22pc%22%3A%7B%7D%2C%22mobile%22%3A%7B%7D%7D%7D</dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="true" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 17:09:24</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams>%7B%22dataMode%22%3A%7B%22mobile%22%3A%7B%22type%22%3A%22list%22%2C%22templateJSON%22%3A%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Etitle%22%2C%22style%22%3A%7B%22color%22%3A%22%233383da%22%2C%22fontSize%22%3A%2214px%22%2C%22fontWeight%22%3A%22bold%22%7D%2C%22id%22%3A%22obj_2f8bc7ff443440a5b86817896f0a11cc%22%7D%5D%2C%22span%22%3A14%2C%22id%22%3A%22obj_d2d58bad792d4fa1b4eb49e9d237972e%22%7D%2C%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Edate%22%2C%22id%22%3A%22obj_dc25b58db27146ef9c67b3e26e2c1a76%22%7D%5D%2C%22style%22%3A%7B%22textAlign%22%3A%22right%22%7D%2C%22span%22%3A10%2C%22id%22%3A%22obj_d6c42a12e9274169b358b0a757aa55d1%22%7D%5D%2C%22id%22%3A%22obj_863c5839b3aa49f396b7e29a6c301f1e%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Econtent%22%2C%22id%22%3A%22obj_71840068624e4ff099d04839ed23c5a6%22%7D%5D%2C%22id%22%3A%22obj_475b542ecd194cb5aa4d42640fbbb848%22%7D%5D%2C%22id%22%3A%22obj_ba5c7af5f8df4bc2902c546eae83ae92%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Eremarks%22%2C%22style%22%3A%7B%22fontSize%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_9467d37319f34108b4bf894d96f4e3b0%22%7D%5D%2C%22id%22%3A%22obj_c8258295ada24c5999e2550e062732e3%22%7D%5D%2C%22style%22%3A%7B%22marginTop%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_7a077d8f246e4496906494b31afc8479%22%7D%5D%2C%22id%22%3A%22obj_1229c08e93bb48979b8b1174fc6f8168%22%7D%7D%2C%22pc%22%3A%7B%22type%22%3A%22table%22%2C%22templateJSON%22%3A%7B%7D%7D%7D%2C%22dataModeBack%22%3A%7B%22pc%22%3A%7B%7D%2C%22mobile%22%3A%7B%7D%7D%7D</dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="true" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:40:09</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams>%7B%22dataMode%22%3A%7B%22mobile%22%3A%7B%22type%22%3A%22list%22%2C%22templateJSON%22%3A%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Etitle%22%2C%22style%22%3A%7B%22color%22%3A%22%233383da%22%2C%22fontSize%22%3A%2214px%22%2C%22fontWeight%22%3A%22bold%22%7D%2C%22id%22%3A%22obj_2f8bc7ff443440a5b86817896f0a11cc%22%7D%5D%2C%22span%22%3A14%2C%22id%22%3A%22obj_d2d58bad792d4fa1b4eb49e9d237972e%22%7D%2C%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Edate%22%2C%22id%22%3A%22obj_dc25b58db27146ef9c67b3e26e2c1a76%22%7D%5D%2C%22style%22%3A%7B%22textAlign%22%3A%22right%22%7D%2C%22span%22%3A10%2C%22id%22%3A%22obj_d6c42a12e9274169b358b0a757aa55d1%22%7D%5D%2C%22id%22%3A%22obj_863c5839b3aa49f396b7e29a6c301f1e%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Econtent%22%2C%22id%22%3A%22obj_71840068624e4ff099d04839ed23c5a6%22%7D%5D%2C%22id%22%3A%22obj_475b542ecd194cb5aa4d42640fbbb848%22%7D%5D%2C%22id%22%3A%22obj_ba5c7af5f8df4bc2902c546eae83ae92%22%7D%2C%7B%22children%22%3A%5B%7B%22children%22%3A%5B%7B%22field%22%3A%22DW-NO-CONTENT%7Eremarks%22%2C%22style%22%3A%7B%22fontSize%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_9467d37319f34108b4bf894d96f4e3b0%22%7D%5D%2C%22id%22%3A%22obj_c8258295ada24c5999e2550e062732e3%22%7D%5D%2C%22style%22%3A%7B%22marginTop%22%3A%2212px%22%7D%2C%22id%22%3A%22obj_7a077d8f246e4496906494b31afc8479%22%7D%5D%2C%22id%22%3A%22obj_1229c08e93bb48979b8b1174fc6f8168%22%7D%7D%2C%22pc%22%3A%7B%22type%22%3A%22table%22%2C%22templateJSON%22%3A%7B%7D%7D%7D%2C%22dataModeBack%22%3A%7B%22pc%22%3A%7B%7D%2C%22mobile%22%3A%7B%7D%7D%7D</dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="true" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:38:50</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:38:49</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:37:22</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_GCJSBZSPXGRY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="667290fa-910c-489d-8830-4d83168b52ce" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="COMPANY" label="单位" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe053bc1-cac8-4bc4-a08d-5726d238a834" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ZB_SYB_MANAER" label="总部部门负责人/事业部总经理" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6789a2ce-47d1-4d8b-a5b3-e0c2d4416e15" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="JOB_NO" label="工号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9a190bcf-1185-4aa1-a3ab-db54f26e3e3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c36edb05-6677-45bd-8da4-7acbe542961e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_GCJSBZSPXGRY" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:36:44</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_10d53c96d59740cc8771f2c7472c9cb5</id>
<createUser>admin</createUser>
<createTime>2022-12-26 16:36:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-26 16:36:44</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGro5sLTcwnLZSyaI/2nnISloRe13WtqhjYf37Bu1l7QpgeWppJdlOxwwCMgZnZOEui</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_10d53c96d59740cc8771f2c7472c9cb5</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_4058b4b9b1924fd39d652fb4604a2d93" label="工程技术标准审批相关人员" extendcode="" event=""/>
<dataView id="obj_e22785401d934ba6a8dc7f26eb7e6413" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_94aeb54fc972437eb54da9eeee109a02" isshow="true" extendcode="" event="">
<button id="obj_5152f50f1b50495b9de3055491ac1392" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_915a63f0bfa3400ea3fa64c63c8fdc46" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1f45a3e74514925bb54f36473dcec67" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_07c4d1cb098c452baf29b47ee1a541e1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a468e33fb9a242da99cd3bca26831fa4" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_471268368a3f4403a19840f8bad61a47" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3b93ad6d058d42b595ad732353dc51e3" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b352d687f19f4d80ae9beaef110952fb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_9f6ab12625384c40b1aa03fbb9abe2f1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f126fc28379142999f2814df7368ad40" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_15d619389f5742199adbf685ad2bc168</id>
<createUser>admin</createUser>
<createTime>2022-09-07 15:51:34</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-09-07 15:52:28</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGru1K/KFvZ8vD8/mFs+fAkReHkdj66XJMvzJHUIGMcMXhC1N31GcxGSqN1iXpDrnVg</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_15d619389f5742199adbf685ad2bc168</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_f81ce1dd18eb48039123a439be4a3ac8" label="待阅" extendcode="" event=""/>
<dataView id="obj_50b135f667064fda90bc5bdf300c10ad" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_92c77ae79bf343a5ba02cd5da31c6c25" isshow="true" extendcode="" event="">
<button id="obj_8535fc53009a405b88c0b15932fc8992" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4e887d081d494335b4f987b7a05bebce" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_15131457c4734252a42112d81e2d8024" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_1590dd6f173246b39ef3a55a118853ff" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47d234423d014ceaa0d9903c2bd9494a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_9b3c59c2228e4989bbd52de6deea5558" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_7951b1e4473d4a58a42f0672b20d9d5f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cdcbd5f493fb483c9605d41f105ca76f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_adbd374c735a46d28c30964cb87b5316" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_22eafbd508eb4971b5415cc5d9bb1786" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from BO_ACT_DATAID ORDER BY CREATEDATE desc" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="93bcecec-c12d-48c9-8df2-9985f5cfa0b5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ab70e96d-db97-46d5-94b3-b4baf395bc53" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="e3ac0228-f1a1-4a85-b2ee-a0ad05cd1efd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8d25e1c3-8436-422a-84ea-46904e57a7ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bf017f04-d598-4834-af0c-8a18d44489c0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="207" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cacd659-184e-424d-ae96-37c2aa817fe8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6097ebcc-804f-4a74-be5d-ec8d772eba39" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eef84771-f5da-445b-ae47-ac7aecefda7c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="df8c6245-47cd-44b7-9390-d9efa670d724" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41a9d08c-56e8-4d03-9075-afbc46d5237c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER" label="USER" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2740caed-6911-45c1-b26a-ae42d5dd0050" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e64d5f2-2fd9-44f1-9944-cb3fa3019c4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="USER_ID" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2933e4dd-1cfa-4384-b883-91c486cdc221" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_15d619389f5742199adbf685ad2bc168</id>
<createUser>admin</createUser>
<createTime>2022-09-07 15:51:34</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-09-07 15:51:34</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGru1K/KFvZ8vD8/mFs+fAkReHkdj66XJMvzJHUIGMcMXhC1N31GcxGSqN1iXpDrnVg</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_15d619389f5742199adbf685ad2bc168</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_f81ce1dd18eb48039123a439be4a3ac8" label="待阅" extendcode="" event=""/>
<dataView id="obj_50b135f667064fda90bc5bdf300c10ad" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_92c77ae79bf343a5ba02cd5da31c6c25" isshow="true" extendcode="" event="">
<button id="obj_8535fc53009a405b88c0b15932fc8992" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4e887d081d494335b4f987b7a05bebce" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_15131457c4734252a42112d81e2d8024" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_1590dd6f173246b39ef3a55a118853ff" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47d234423d014ceaa0d9903c2bd9494a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_9b3c59c2228e4989bbd52de6deea5558" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_7951b1e4473d4a58a42f0672b20d9d5f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cdcbd5f493fb483c9605d41f105ca76f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_adbd374c735a46d28c30964cb87b5316" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_22eafbd508eb4971b5415cc5d9bb1786" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_15d619389f5742199adbf685ad2bc168</id>
<createUser>admin</createUser>
<createTime>2022-09-07 15:51:34</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-09-07 15:51:34</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGru1K/KFvZ8vD8/mFs+fAkReHkdj66XJMvzJHUIGMcMXhC1N31GcxGSqN1iXpDrnVg</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_15d619389f5742199adbf685ad2bc168</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_f81ce1dd18eb48039123a439be4a3ac8" label="待阅" extendcode="" event=""/>
<dataView id="obj_50b135f667064fda90bc5bdf300c10ad" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_92c77ae79bf343a5ba02cd5da31c6c25" isshow="true" extendcode="" event="">
<button id="obj_8535fc53009a405b88c0b15932fc8992" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4e887d081d494335b4f987b7a05bebce" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_15131457c4734252a42112d81e2d8024" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_1590dd6f173246b39ef3a55a118853ff" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47d234423d014ceaa0d9903c2bd9494a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_9b3c59c2228e4989bbd52de6deea5558" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_7951b1e4473d4a58a42f0672b20d9d5f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cdcbd5f493fb483c9605d41f105ca76f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_adbd374c735a46d28c30964cb87b5316" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_22eafbd508eb4971b5415cc5d9bb1786" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 19:33:26</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 11:20:55</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="211" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="161" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 18:31:59</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_51f75dc71d5740008a94e7e645972734" field="ISPUBLISH" extend1="" label="是否发布" comparetype="=" uiname="TEXT" relationship="OR" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 17:58:43</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 17:58:43</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 12:46:10</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 12:39:19</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="PLNAME" extend1="" label="文件名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 12:39:06</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_8df791e9f858428faf4be22e31ec697c" field="FRAMEWORKNAME" extend1="" label="所属架构" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 11:35:06</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="84" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="265" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b0bddfef6d7465f94307099fc231725</id>
<createUser>admin</createUser>
<createTime>2022-10-07 11:18:19</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-07 11:32:40</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrsclSqYXPrs944PcWLC70wJwj1r2BmFccCr5cRG6cBxk/0aSRod0YnSROqkfxyPSV</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b0bddfef6d7465f94307099fc231725</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e01a792a0c5f4e3fa397a0edbffadf67" label="批量发布过滤文件视图" extendcode="" event=""/>
<dataView id="obj_f6001cee1e3541fd8ba3f07d80b7e372" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_258db7cf1b134dc4a30954e907ce598a" isshow="true" extendcode="" event="">
<button id="obj_ecca825531144de38e0513b3abd180cd" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_aaba443cb2ba450db3757ecb5c542c62" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d06ec66d61b7407ebc1c809c46a81d5e" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_f6d1845870ad49539ab6d78b4a30c0cb" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_87de85b9b3eb433a8d784bf697042c3c" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_41106ba3767e4baa82059d74c73d4ece" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_78e4881d182f49e89038004b1ad782ff" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_d5d602083b454f899b078990c47ecce2|b5984f39-682d-4a6c-a380-bf8c8168afa5&quot;,&quot;formName&quot;:&quot;批量发布过滤表&quot;,&quot;formExcelShowName&quot;:&quot;批量发布文件过滤表&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_BATCH_PUBLIS_N&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;FRAMEWORKNAME&quot;,&quot;title&quot;:&quot;所属架构&quot;},{&quot;name&quot;:&quot;PLNAME&quot;,&quot;title&quot;:&quot;文件名称&quot;},{&quot;name&quot;:&quot;ISPUBLISH&quot;,&quot;title&quot;:&quot;是否发布&quot;},{&quot;name&quot;:&quot;PLID&quot;,&quot;title&quot;:&quot;文件id&quot;}],&quot;keyFields&quot;:&quot;PLNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_87b562f4081d46b3acb20d7704900677" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_cb5e2e83c6e8486f8c050f804a8440bf" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_f74da798aa764c3fab249d194bef4f04" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_0f8c85d0b92b4f069519ae81d8c687f6" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_BATCH_PUBLIS_N" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_40620e83b9b04cc08ca378b92ab70c86" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="211" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORKNAME" label="所属架构" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_4d4dc2134dcb4f04878b514a7704a7ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="161" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="文件名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b2fa57f7f1a046f289b725e54af7cad2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="176" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.ComboBox" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_5a7734efc59d47af9a387a28d287002e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_01e97006e1f94dc995113565cac4b70c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f62afff5f0154edaab62130bfc0a9ff3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_bc35feaf32564738b07daac39866ef27" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d09cea605b694d81af4f53e86848ed7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d3f2798537904bcbb51cbe6bc49e9882" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_71143188205f4568b69aefc5a7a9673c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9ba96213d8184450872763a3f28d3c5e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968d586a-6980-4a8d-bf29-f07f8590cd67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_BATCH_PUBLIS_N" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLID" label="文件id" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-12 23:16:09</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-23 17:40:36</updateTime>
<updateTime>2022-08-25 13:53:53</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrFbJvnCgUtztvbWIkFHaC7Y75lLKVFbOLTxx7RlT08vMm5Fd6EelVgiNWb+rrtt1R</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,12 +22,12 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_a0204ee8005444c19eef14c16dee878d" isshow="true" extendcode="" event="">
<button id="obj_43339adb29854fdf834293df98d47f54" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8487f9ba06e14a12af8cb88d5137ca19" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d6ed46252934b2c9d4d40b9861a175a" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_6b554ac59c204e1796e7d7bead32f5bc" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_667849ce0aa04187a60bb1d0980ebff0" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_59938fa38d554987bac9eec021082687" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_43339adb29854fdf834293df98d47f54" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8487f9ba06e14a12af8cb88d5137ca19" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d6ed46252934b2c9d4d40b9861a175a" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_6b554ac59c204e1796e7d7bead32f5bc" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_667849ce0aa04187a60bb1d0980ebff0" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_59938fa38d554987bac9eec021082687" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_b2f649a86bbe40a3b310000f6a866cee" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_1b4f7f82dff5494cbe5a53e966c4fce5" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1b4556b2b7ad495697853e0a3ce45ecb</id>
<createUser>admin</createUser>
<createTime>2022-07-12 23:16:09</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-23 17:40:36</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrFbJvnCgUtztvbWIkFHaC7Y75lLKVFbOLTxx7RlT08vMm5Fd6EelVgiNWb+rrtt1R</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1b4556b2b7ad495697853e0a3ce45ecb</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_0cbff970a21042f98be17f5845bef642" label="产品信息" extendcode="" event=""/>
<dataView id="obj_1058e94f090548fa93c4de4d8a8707bb" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_a0204ee8005444c19eef14c16dee878d" isshow="true" extendcode="" event="">
<button id="obj_43339adb29854fdf834293df98d47f54" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8487f9ba06e14a12af8cb88d5137ca19" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_7d6ed46252934b2c9d4d40b9861a175a" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_6b554ac59c204e1796e7d7bead32f5bc" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_667849ce0aa04187a60bb1d0980ebff0" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_59938fa38d554987bac9eec021082687" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_b2f649a86bbe40a3b310000f6a866cee" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_1b4f7f82dff5494cbe5a53e966c4fce5" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0bb0f5929c0f4c2fabe101ce89a453c3" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_7598de4e7a884fc484da491488f0fc68" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PRODUCT_INFO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_c183ddf1dcf0438199c7d061fb7b9ab3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PRODUCTNAME" label="产品名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_49cadd52ade14f169d1a025a3a07783d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PRODUCTCODE" label="产品编码" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_13a42139e52d4f1ebc965b651e663e2e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_769c93df52374b86a647860b1a5ab0d6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f4670d6da5954bd985e5841df3d3dcba" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_0dcc6b33373641d08130535beea343a1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_68f685611b9949c0996527cf47db117e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9552107ceeb44e3785159a29c5cd6bf7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d4d8b67678cb4d7c86c8736b3bf3e0ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f45d3ad98bc440bf9ae419bd2ad92bf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PRODUCT_INFO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1f5b2b81bae5425e9c9b1141f9366cc8</id>
<createUser>admin</createUser>
<createTime>2024-02-27 17:57:12</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-02-27 18:02:30</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrZKySnu/XSlVuWNQHtkGxkkaFxoBEL06uJe4I0rKcR6DwBl6n4ZmQGHmrWlj4fyWD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1f5b2b81bae5425e9c9b1141f9366cc8</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_657719e933d14633850f57bb6bc22503" label="流程发布权限范围表" extendcode="" event=""/>
<dataView id="obj_d3a33326a34042cc8346c767048c1cff" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_896788f3745442adb9c984024c693c98" isshow="true" extendcode="" event="">
<button id="obj_231739a934dc4233a9d81c37556ff56a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58beac8eff0d4907ae16bc2f3574e7ae" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dc138dccf9a84fe3a97bf60479d8c2d7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2207fc64e214986b3feb3f1e2af551c" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fcb2789661514227b3478e846a5fd5ce" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8fea0344ab7143b790bd4a47b37f8be7" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_c64b63696de7421db049adbd30ce165f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_f6733c4620594a0f90d17758c0250d0e" field="PALNAME" extend1="" label="PALNAME" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_a7bec13c86f34ae6a1218e8987a149af" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_05f59e716170430286eb50d79ab8b875" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_95cce75e6fc04136bc3b7f6b7bab7e4a" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * from BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="f546533f-2b4d-4616-ba58-e2eb0b705ca6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b8a7539c-24fc-41c3-8d72-bbd7d1aa692a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cf30d2ab-8715-4a67-a669-6215753fef67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ed5365bc-a9dc-475a-91ef-afaabea95fcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f46d8418-cf69-43a0-9560-40af06b72359" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5ede21ed-4971-482f-9445-2f590422c2e3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35f40b5f-f79d-43e2-a15b-7eb887269f4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c493c4e0-f629-434c-aa6f-9929716285bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7dd733de-a026-4a59-a284-6aa1105fb41b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="PERMID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0b0b48ff-0c33-47b0-a441-510ddd9daaa5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="WSID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41db8e79-a438-48f4-909c-8f66b179ee49" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PALVERSIONID" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="32a299f8-f244-48c5-bba4-34e0dce567ef" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="PALNAME" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9f58d00c-c52b-447f-8887-2c131af9fbdb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="PERMTYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ab5ca80-bae4-47d7-8090-2a43bd611eaa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="EXT1" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b0ab41d0-8f66-4507-a0cc-4335fde7c425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="EXT2" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="aa9dc0aa-7925-4126-8fcb-85a8c6132442" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="EXT3" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="576c2b37-1b41-40ad-9bd7-95874d48f2d3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="EXT4" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="15994051-bb3a-4b11-83bc-9bd7ffc95c36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="LEVELPERM" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e389e68-0496-4f0a-b575-ff1681e966d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="POSTPERM" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="08cbe331-3db4-483c-9758-4b90f865b8b4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;dept&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="ORGPERM" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="66b654b4-5a65-47ce-8bca-af37236861dc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="PUBLISHPROCESSID" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bb57359b-afb5-4714-8b17-f836172cd5ec" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1f5b2b81bae5425e9c9b1141f9366cc8</id>
<createUser>admin</createUser>
<createTime>2024-02-27 17:57:12</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-02-27 17:57:47</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrZKySnu/XSlVuWNQHtkGxkkaFxoBEL06uJe4I0rKcR6DwBl6n4ZmQGHmrWlj4fyWD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1f5b2b81bae5425e9c9b1141f9366cc8</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_657719e933d14633850f57bb6bc22503" label="流程发布权限范围表" extendcode="" event=""/>
<dataView id="obj_d3a33326a34042cc8346c767048c1cff" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_896788f3745442adb9c984024c693c98" isshow="true" extendcode="" event="">
<button id="obj_231739a934dc4233a9d81c37556ff56a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58beac8eff0d4907ae16bc2f3574e7ae" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dc138dccf9a84fe3a97bf60479d8c2d7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2207fc64e214986b3feb3f1e2af551c" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fcb2789661514227b3478e846a5fd5ce" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8fea0344ab7143b790bd4a47b37f8be7" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_c64b63696de7421db049adbd30ce165f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_f6733c4620594a0f90d17758c0250d0e" field="PALNAME" extend1="" label="PALNAME" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_a7bec13c86f34ae6a1218e8987a149af" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_05f59e716170430286eb50d79ab8b875" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_95cce75e6fc04136bc3b7f6b7bab7e4a" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * from BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="f546533f-2b4d-4616-ba58-e2eb0b705ca6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b8a7539c-24fc-41c3-8d72-bbd7d1aa692a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cf30d2ab-8715-4a67-a669-6215753fef67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ed5365bc-a9dc-475a-91ef-afaabea95fcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f46d8418-cf69-43a0-9560-40af06b72359" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5ede21ed-4971-482f-9445-2f590422c2e3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35f40b5f-f79d-43e2-a15b-7eb887269f4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c493c4e0-f629-434c-aa6f-9929716285bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7dd733de-a026-4a59-a284-6aa1105fb41b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="PERMID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0b0b48ff-0c33-47b0-a441-510ddd9daaa5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="WSID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41db8e79-a438-48f4-909c-8f66b179ee49" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PALVERSIONID" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="32a299f8-f244-48c5-bba4-34e0dce567ef" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="PALNAME" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9f58d00c-c52b-447f-8887-2c131af9fbdb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="PERMTYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ab5ca80-bae4-47d7-8090-2a43bd611eaa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="EXT1" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b0ab41d0-8f66-4507-a0cc-4335fde7c425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="EXT2" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="aa9dc0aa-7925-4126-8fcb-85a8c6132442" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="EXT3" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="576c2b37-1b41-40ad-9bd7-95874d48f2d3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="EXT4" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="15994051-bb3a-4b11-83bc-9bd7ffc95c36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="LEVELPERM" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e389e68-0496-4f0a-b575-ff1681e966d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="POSTPERM" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="08cbe331-3db4-483c-9758-4b90f865b8b4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="ORGPERM" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="66b654b4-5a65-47ce-8bca-af37236861dc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="PUBLISHPROCESSID" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bb57359b-afb5-4714-8b17-f836172cd5ec" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1f5b2b81bae5425e9c9b1141f9366cc8</id>
<createUser>admin</createUser>
<createTime>2024-02-27 17:57:12</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-02-27 17:57:25</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrZKySnu/XSlVuWNQHtkGxkkaFxoBEL06uJe4I0rKcR6DwBl6n4ZmQGHmrWlj4fyWD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1f5b2b81bae5425e9c9b1141f9366cc8</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_657719e933d14633850f57bb6bc22503" label="流程发布权限范围表" extendcode="" event=""/>
<dataView id="obj_d3a33326a34042cc8346c767048c1cff" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_896788f3745442adb9c984024c693c98" isshow="true" extendcode="" event="">
<button id="obj_231739a934dc4233a9d81c37556ff56a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58beac8eff0d4907ae16bc2f3574e7ae" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dc138dccf9a84fe3a97bf60479d8c2d7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2207fc64e214986b3feb3f1e2af551c" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fcb2789661514227b3478e846a5fd5ce" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8fea0344ab7143b790bd4a47b37f8be7" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_c64b63696de7421db049adbd30ce165f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_a7bec13c86f34ae6a1218e8987a149af" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_05f59e716170430286eb50d79ab8b875" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_95cce75e6fc04136bc3b7f6b7bab7e4a" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * from BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="f546533f-2b4d-4616-ba58-e2eb0b705ca6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b8a7539c-24fc-41c3-8d72-bbd7d1aa692a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cf30d2ab-8715-4a67-a669-6215753fef67" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ed5365bc-a9dc-475a-91ef-afaabea95fcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f46d8418-cf69-43a0-9560-40af06b72359" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5ede21ed-4971-482f-9445-2f590422c2e3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35f40b5f-f79d-43e2-a15b-7eb887269f4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c493c4e0-f629-434c-aa6f-9929716285bb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7dd733de-a026-4a59-a284-6aa1105fb41b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="PERMID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0b0b48ff-0c33-47b0-a441-510ddd9daaa5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="WSID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41db8e79-a438-48f4-909c-8f66b179ee49" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PALVERSIONID" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="32a299f8-f244-48c5-bba4-34e0dce567ef" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="PALNAME" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="9f58d00c-c52b-447f-8887-2c131af9fbdb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="PERMTYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ab5ca80-bae4-47d7-8090-2a43bd611eaa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="EXT1" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b0ab41d0-8f66-4507-a0cc-4335fde7c425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="EXT2" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="aa9dc0aa-7925-4126-8fcb-85a8c6132442" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="EXT3" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="576c2b37-1b41-40ad-9bd7-95874d48f2d3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="EXT4" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="15994051-bb3a-4b11-83bc-9bd7ffc95c36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="LEVELPERM" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e389e68-0496-4f0a-b575-ff1681e966d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="POSTPERM" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="08cbe331-3db4-483c-9758-4b90f865b8b4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="ORGPERM" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="66b654b4-5a65-47ce-8bca-af37236861dc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="PUBLISHPROCESSID" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bb57359b-afb5-4714-8b17-f836172cd5ec" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1f5b2b81bae5425e9c9b1141f9366cc8</id>
<createUser>admin</createUser>
<createTime>2024-02-27 17:57:12</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-02-27 17:57:12</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrZKySnu/XSlVuWNQHtkGxkkaFxoBEL06uJe4I0rKcR6DwBl6n4ZmQGHmrWlj4fyWD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1f5b2b81bae5425e9c9b1141f9366cc8</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_657719e933d14633850f57bb6bc22503" label="流程发布权限范围表" extendcode="" event=""/>
<dataView id="obj_d3a33326a34042cc8346c767048c1cff" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_896788f3745442adb9c984024c693c98" isshow="true" extendcode="" event="">
<button id="obj_231739a934dc4233a9d81c37556ff56a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58beac8eff0d4907ae16bc2f3574e7ae" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dc138dccf9a84fe3a97bf60479d8c2d7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2207fc64e214986b3feb3f1e2af551c" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fcb2789661514227b3478e846a5fd5ce" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8fea0344ab7143b790bd4a47b37f8be7" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_c64b63696de7421db049adbd30ce165f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_a7bec13c86f34ae6a1218e8987a149af" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_05f59e716170430286eb50d79ab8b875" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_95cce75e6fc04136bc3b7f6b7bab7e4a" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_1f5b2b81bae5425e9c9b1141f9366cc8</id>
<createUser>admin</createUser>
<createTime>2024-02-27 17:57:12</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-02-27 17:57:12</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrZKySnu/XSlVuWNQHtkGxkkaFxoBEL06uJe4I0rKcR6DwBl6n4ZmQGHmrWlj4fyWD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_1f5b2b81bae5425e9c9b1141f9366cc8</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_657719e933d14633850f57bb6bc22503" label="流程发布权限范围表" extendcode="" event=""/>
<dataView id="obj_d3a33326a34042cc8346c767048c1cff" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_896788f3745442adb9c984024c693c98" isshow="true" extendcode="" event="">
<button id="obj_231739a934dc4233a9d81c37556ff56a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58beac8eff0d4907ae16bc2f3574e7ae" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dc138dccf9a84fe3a97bf60479d8c2d7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2207fc64e214986b3feb3f1e2af551c" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fcb2789661514227b3478e846a5fd5ce" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8fea0344ab7143b790bd4a47b37f8be7" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_c64b63696de7421db049adbd30ce165f" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_a7bec13c86f34ae6a1218e8987a149af" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_05f59e716170430286eb50d79ab8b875" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_95cce75e6fc04136bc3b7f6b7bab7e4a" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:48:54</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:48:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:27</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:52</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:51</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:51</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,199 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</id>
<createUser>admin</createUser>
<createTime>2023-06-29 17:35:38</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-29 17:47:29</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGryOknq+IGvPbaEaQnmujTQPXVPwsOXM4vS5+elG9T/g25tM/gWM+3LMEB5RIf16gL</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_31d0d8bfdb4d48b1b960e8f4ea848ac3</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3b7b09f9d50a42eabda56b4620ca2e88" label="推送视图" extendcode="" event=""/>
<dataView id="obj_90ce1781d1364826b69bf069528a36bb" label="OA待阅推送日志" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_15e43e73a8654bb4b9a3592fa4952e9c" isshow="true" extendcode="" event="">
<button id="obj_234f12bf3302401183bdfa881bb103cc" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_797303a550854976ac151988a013714a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1baedb08a8e24c85978dc20019b9a9dc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae2a577052ed4a2bb228c0d638da5e0a" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fdcaae3396e24243950b86f153bc097b" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fec85f88d42b4318b9577df6c9d9f9bb" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9895e7a24ccf447bb68f3420918baf35" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_f440dae36b0a4986baee08db56e6b161" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_0510c04527e846ee940ba9c54f90aef1" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_688f40f28e91474eba9b727fa17b10fc" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_DATAID" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="7f1a42e5-518d-4038-887c-5a7026f1ad9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="496" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8cbc89c7-83d8-4b65-a7e9-67d9071caba7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="推送日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af877999-2796-42dc-a047-3d2c871c91b9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="发布人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="cbb99df5-4f3d-478a-896e-7776b37b7ed1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USER_ID" label="接收人" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41df6ca2-4a57-4242-8e93-1ca7d77aac40" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="推送结果" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="59dd6470-3cc1-49d0-aaf9-2ce7127f059e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例ID" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b4595d61-a75d-4faf-b001-42302e4eb39a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READSTATE" label="阅读状态" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe8ba944-7fa1-42b9-957d-f1707dcb1035" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="OA_DATAID" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="960ba97a-a981-42c4-b06d-f9a02dea1755" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READCOUNT" label="READCOUNT" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5562ba4d-8e3a-4c88-b06a-6006f1e406e7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDTYPE" label="发送类型" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2511541c-635b-40d9-8ac6-3d29ebdcadf2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READTIMES" label="READTIMES" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="bc020c8e-439e-433f-9bf9-edcd71b71487" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USERDEP" label="USERDEP" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="904459ee-c997-4039-b776-9486e4143850" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="TYPE" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="346fdbc2-d374-4702-8ea9-bfff4f303bd8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="35e1c833-b202-4cf4-9fb2-98f8b39896af" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29bdfed3-777e-4956-8934-32a33e090114" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="15" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7e01effe-0800-4b74-9f04-d9dcb95e615e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="93ca1496-fd47-465e-bda8-e089c3b3ef8f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="78254411-9239-460e-b303-d21bf8a9e426" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1ae287ca-8d5e-43eb-83cc-cbdd0f8f1b2f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_DATAID" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_f3111b4bcfa4481e9b1679c695435331" label="OA待阅实时人数" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_453362dd126c498da15ca69a44d2c080" isshow="true" extendcode="" event="">
<button id="obj_57a3627a15ad4d318114c5c13ef1a366" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_29a5881fce84484eb3b4c3ab2ffaa8a7" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a650743adb3f49b492209d1da81100c1" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_120cfcf67ff94eae836efe96454d2ec1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_4d8c4cad4fcc4674ab8f95105219435e" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_e6eb0afb7f2b4c4783333f9828d324e5" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_3c9f79e7a028455a86f318b538b41023" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_2ba3629d5c3a4a67adb166e49b7b5d35" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6f10a00fc2c44d3aa0f55f24caef8e17" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f43c9c21cd1040c08abe0b2054cb41b4" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_ACT_OA_REAL_TIME" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="3e4ab830-efbc-4fdc-a28d-2fb1376323f0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实时数量" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6571b7b-9cde-4f6f-9453-b6b747733f3e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2413e76b-8233-43ae-9b2f-ef4c9b4316b3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="创建人" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c000285c-8263-40cb-8944-ea0e01b77252" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="更新日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1e0996-5318-4f4b-9ede-afc2a6e7a3d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="690cb81a-4ce6-4180-a7df-29b9c37d1421" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="47c63584-d71e-42ec-8da0-9845c9a84edf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="04470a4b-a8ed-446f-91c9-2d69cabaac9c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe749d6c-1656-4715-8c50-759ff987da78" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7ffa520-47a4-43ae-9706-25d34e0397d1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="0567b84b-8404-4432-95f5-73d22d2da160" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f80dcd35-24de-4bb3-8adc-a5143b2590e2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="USREID" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="059402b2-40c3-4345-94b6-6fe71d437344" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="DEPID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="38cfa70b-f9ad-43b2-a941-c384541d27d9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="PROCESSID" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fc34a937-c287-4141-9333-46205f756175" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_OA_REAL_TIME" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_ba65021511c44b54a7b756606f1501bf" label="待阅推送失败人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_7a8d5df0840d46e0995ddd96e6f7d0e1" isshow="true" extendcode="" event="">
<button id="obj_e53a688b5152461a9a6fd8106a44246a" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_dbc23792b30f4a3db6bae406841d6dd8" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0b49c1e02e5948b89246d52ae3383d2c" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_d22f0fe4540f476b8cd3ce4223b46177" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_491f0e9bca8f4c1fa1fa3b0e8c655253" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_b1d51a40d7e347f08f2af6c1fce0175b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_90a3afbb4b3a46f4a37561e4777a2368" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8179081ecac745488f578ac6431c1346" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_7a2c18a1a84f4e1fba02db980a84c3c5" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_f203de30379d493eb638952f224e198c" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_READ_COUNT" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="09be2375-9102-4d4b-873a-78fe2dedff46" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="461" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="文件标题" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88aba007-f6fc-48d4-b89f-a06df1149c62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="NAME" label="接收人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="41da1b4a-7328-49df-ad76-551f0aa0432e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d54cad3b-1c29-4161-a792-a3b478a0853a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="创建日期" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="11b29b9a-f485-47f4-bcc6-7945f28f9b43" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程ID" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8487b34d-ccad-4d37-8347-25b4f317c854" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="推送方式" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="602a1785-15ad-4321-b1bd-fb0220f07c08" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="RESULT" label="处理结果" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2b2576c2-e2be-416f-b55c-98ac184e0157" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="031c87c4-b835-4cb4-a298-a08136b77b8e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="8" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="88ef1329-b6d0-4c2b-af93-c0c78a324c50" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="9" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d057ab56-1aaa-409d-a5b8-60aa57acb8ad" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="10" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7317a317-9339-4e3c-9e4a-472805f99199" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="11" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b3189f8d-1967-42d0-a848-33e73e560080" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="12" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fe089cad-7b76-4c1c-ac56-e883497e6458" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="13" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f5704772-3521-4222-aac4-ec5f8365d68d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_READ_COUNT" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="14" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_56633485d7bb478696eadd0f37f6755e" label="待阅推送成功人员" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_481f5961815641158d3260fcde483eac" isshow="true" extendcode="" event="">
<button id="obj_becb12a8b38347029c9958d5c69d204e" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_47ded773cef946c498d376bf26a30c1e" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ed4197b2166945c5837e015460756b26" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ccf8105b0cd44190810b0ef6060b5954" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c46a302879844758b0d2cfc4378a3945" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ba5228b10024856adba88695181da95" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_482d52f2ab954f5688e1a8fb3fd2b11d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_7317337b54944d74ba96b0c9b2a9010b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_76fa169c643445a69e3303cab5ca4e9d" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_efc2ebb0c49a483aba0ce39de25d4bf5" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:SELECT * FROM BO_EU_PAL_PULBISH_SUCCESS" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="936828d1-c805-4249-828f-c83a679a01e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="ORGID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d566a51f-2e93-4637-a884-3b226917fbf1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BINDID" label="BINDID" orderindex="1" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9c2805a-c5c2-4986-b41a-d4c6987aad3a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="2" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8a0aa07c-5be0-4b9a-9d1f-353111e09f1a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEUSER" label="CREATEUSER" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f4529609-6a0c-405c-9ec3-18fbd574fd25" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="4" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="536f2cd0-ac64-4416-94f2-eed0dd704754" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEUSER" label="UPDATEUSER" orderindex="5" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="232364fd-9946-49f6-8879-74f707341622" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSDEFID" label="PROCESSDEFID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cb1d4f4-822f-4e14-83c9-1373cb477425" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="2" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISEND" label="ISEND" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a69799-df95-4f7f-b047-3372a8e90bcc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="USREID" label="发布人账号" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="00ca5eef-a250-4c5b-bf04-0f7f05d77a4d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPID" label="部门ID" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a6f7e16b-61b3-420f-ae7d-f52fc40482b1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="BUNAME" label="事业部名称" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3e4ea1cf-65a2-45df-99b4-8049fa78c0fa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="500" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="500" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TITLE" label="发布文件标题" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d002ea49-6708-4141-af0f-649c0c946da1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PROCESSID" label="发布流程实例Id" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dbfe965d-271c-46a1-9a0b-4ab92b9f55ee" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUM" label="应发人员总数" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="18b31d5d-e2b1-4bf4-ab53-98090ed6ca5c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDNUMSJ" label="实际发送人员总数" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b5f8d6ca-3f59-4462-8c51-3ba252cfcba8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="READNUM" label="已读人数" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="63b411de-a181-49ac-bd10-7035671a8bb7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOP" label="是否发送全公司" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f0f54f1f-55b0-4413-9705-44f031fef75d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_ORGNUM" label="发送组织数量" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1911d532-4cc2-478d-9c52-13153993b1ae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_POST_NUM" label="发送岗位数量" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d4ce0f2e-8f0f-4548-a7bb-283edc5b4ae0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="39" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SEND_SCOPE_LEVEL_NUM" label="发送职级数量" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="890b4828-e450-4eed-96a4-6d23616d2297" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TIMECOUNT" label="总共用时" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="40b076b2-8242-4047-ab78-6db4bd26bc72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="STARTTIMES" label="开始时间" orderindex="21" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7bc3ee27-7ddc-4c08-bb31-babc49ccfb64" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ENDTIMES" label="结束时间" orderindex="22" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="29c1a188-a1a6-44e6-b250-af6431ca7025" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_EU_PAL_PULBISH_SUCCESS" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="23" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_364d17f8579f4eaaaf90545ec3f5cce4</id>
<createUser>admin</createUser>
<createTime>2024-03-22 17:26:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-03-22 17:26:45</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGresTmH68RS2RIxkNLEexD45NLmfRvBzumdCHjzCazaY03uHiEVn5uruXscRAr0/Rb</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_364d17f8579f4eaaaf90545ec3f5cce4</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_c1466fecf311493dba72ce399e2695ad" label="流程界面" extendcode="" event=""/>
<dataView id="obj_2a51da9e355641ceb1ce1e1820a9d267" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_47ae4baac3074b0f9232b375ca05ace2" isshow="true" extendcode="" event="">
<button id="obj_aee44d69b0e64b1b971824f7400205c3" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0191d6d630554af9b3b6c366ae70ad7b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_eb3840260426400083a093610b59ca52" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_8b7a95338a9e476c88951ac0f191ecc1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c3cbe732ae104be893bedf142a33bada" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fa49a9b04b514e15b77d7d9c37315c6b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_933226ef57524551b641c7e304431a82" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_3672a2138f454a88b77aae78839222d6" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_4ea297cbec484eacb89c650116e31bba" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_ab3d878562154583ad0d791c5a51f7f9" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_364d17f8579f4eaaaf90545ec3f5cce4</id>
<createUser>admin</createUser>
<createTime>2024-03-22 17:26:44</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-03-22 17:26:44</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGresTmH68RS2RIxkNLEexD45NLmfRvBzumdCHjzCazaY03uHiEVn5uruXscRAr0/Rb</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_364d17f8579f4eaaaf90545ec3f5cce4</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_c1466fecf311493dba72ce399e2695ad" label="流程界面" extendcode="" event=""/>
<dataView id="obj_2a51da9e355641ceb1ce1e1820a9d267" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_47ae4baac3074b0f9232b375ca05ace2" isshow="true" extendcode="" event="">
<button id="obj_aee44d69b0e64b1b971824f7400205c3" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0191d6d630554af9b3b6c366ae70ad7b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_eb3840260426400083a093610b59ca52" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_8b7a95338a9e476c88951ac0f191ecc1" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c3cbe732ae104be893bedf142a33bada" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fa49a9b04b514e15b77d7d9c37315c6b" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_933226ef57524551b641c7e304431a82" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_3672a2138f454a88b77aae78839222d6" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_4ea297cbec484eacb89c650116e31bba" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_ab3d878562154583ad0d791c5a51f7f9" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-12-31 15:18:58</updateTime>
<updateTime>2024-01-03 10:05:56</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
@ -13,7 +13,7 @@
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程评论视图" extendcode="" event=""/>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
@ -22,19 +22,26 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="400" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_52d3e932351d4c4f878b9a9d100b2ca8&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;PLNAME&quot;,&quot;sqlselect&quot;:&quot;select *from APP_ACT_COE_PAL_REPOSITORY &quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;company&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:05:09</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="400" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_52d3e932351d4c4f878b9a9d100b2ca8&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;PLNAME&quot;,&quot;sqlselect&quot;:&quot;select *from APP_ACT_COE_PAL_REPOSITORY &quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;company&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 09:56:51</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:04:59</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="400" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_52d3e932351d4c4f878b9a9d100b2ca8&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;PLNAME&quot;,&quot;sqlselect&quot;:&quot;select *from APP_ACT_COE_PAL_REPOSITORY &quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:02:55</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="400" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:02:25</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:01:55</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:01:05</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:00:58</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 10:00:50</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3964c98ea5484791a1a4fa0ace71988f</id>
<createUser>admin</createUser>
<createTime>2022-12-31 15:18:58</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-03 09:57:17</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrz/6hy5oEJgMdAMJPvvidjiwLikhr7yktPjriyTpfCrd51pTD6pMZv1KBHg6wZNf5</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3964c98ea5484791a1a4fa0ace71988f</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_61d2caafe161434aae5f3cccef8ddcce" label="流程模型评论视图" extendcode="" event=""/>
<dataView id="obj_a23c180857dc41a6b19abaaa5aed7b22" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_e31a5540da59406ba5742d7b09e86279" isshow="true" extendcode="" event="">
<button id="obj_ce4106b498cc4c878df69a27489674b6" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_fe40708fe2354d01a37a5a52cd24ce4d" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_a1825f2f50144c9780bc6082cf0e24cb" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_ae695fa3c4724f828d093174273276f3" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_03c44a92373643849ee9887dce5309a6" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_44ff3f6ffc624e7da824df9463d3bf80" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_5a0ba4071f724d768f63a8d502ae6852" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_8c69df8002ba48ac8820259bddd52c25" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_34a6de99ae1348c2a6599947b3eafeee" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_32a55be10fcc45bd884928a5b4945106" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from APP_ACT_PAL_DATA_REPLY" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="21edfdbf-4a2f-4ebc-9ad6-37a480a4b545" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DATAID" label="DATAID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fd2ed7b6-a554-4981-bfcd-17ee7909be98" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYER" label="回复人" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="719e8904-1838-4872-b086-24593cae3ece" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="11" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYTIME" label="回复时间" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2d60d54d-730c-4fbf-87a2-15f1bcd3cbb1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGID" label="部门" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="37cef74c-5a54-4391-a66b-76d041864ac9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="255" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYERIP" label="回复ip" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="afdf796a-945c-4991-8262-5c00aa7919cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="REPLYCONTENT" label="回复内容" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="244b8be5-8b55-4f4d-b23f-c3dddf233308" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="APP_ACT_PAL_DATA_REPLY" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="6" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 21:32:31</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="276" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="332" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="{&quot;type&quot;:&quot;org&quot;,&quot;orgtype&quot;:&quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:26:54</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="276" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="332" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:26:30</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="276" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="332" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:26:13</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:25:30</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:25:21</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_CONSULTATION_SEND_PRO" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_8d21d9315b1343378d17080635cce7b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="DEPNAME" label="部门名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f8bc54038e5e4e87a46a896b2d69c1b2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SENDPERSON" label="发送人员" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_b938347f893a4a21914daa7d0c66f892" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="2" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3013d463da2f47a8ae33c338b9888fa3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="3" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9c0cd9ecbacf45afb6436bd076f5d675" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="4" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d55a6272c7c74815aba2ab673f76f91a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_2f506237c92f46849b873901b425e0d2" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_31faf11da75b4832a122aaeaecfd72cc" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_e5b52c1d127b4eb5bcb6d20e375a121d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_055693a3c74d4299b4a56690426fd7eb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_CONSULTATION_SEND_PRO" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a1614351a574d249e758bd03a949928</id>
<createUser>admin</createUser>
<createTime>2024-04-17 11:25:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-04-17 11:25:21</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrUSQfujOGQrD0AJUymaJ6vc0G/FEQxz6Fyp6xRRcCIFSLUtmxzDq5b+B1hJYttXSJ</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a1614351a574d249e758bd03a949928</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_bef556c2fd454575adc372da18efd8b1" label="意见征询流程发送人员配置表" extendcode="" event=""/>
<dataView id="obj_fdc997865fc74ec895c41f422a91e47e" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_893556e2677f402ca8e685cc8a61a23a" isshow="true" extendcode="" event="">
<button id="obj_2c2ec86527f647feafa88a1900a6b31b" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_c0d54b01e7614ce5964f42628400d165" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8209693677a7451aa276077ea913e808" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_823decc49d3c497d9146f8b40a113372" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d8167a7848984c3c8dbc13cf15df5d77" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_963460d7d02d4ce79e00ea2fd606bacf" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_a93f1b503e0644d2bc48710f0a925991" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_b8398aa37e2b45799cae25ee492c851b" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_3c8bf7be40664e50a1ddaff2969331b2" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_4b2cbe40f1e94894b17b880c2219b7a2" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-05-25 10:11:33</updateTime>
<updateTime>2024-01-31 14:44:13</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
@ -28,25 +28,27 @@
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;ORGPERM,POSTPERM,LEVELPERM,PERMTYPE&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;},{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME,PERMID&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ROLENO&quot;,&quot;sqlshow&quot;:&quot;ROLENAME&quot;,&quot;sqlselect&quot;:&quot;SELECT ROLENO ,ROLENAME FROM ORGROLE&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
@ -62,7 +64,7 @@
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:05:45</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-30 19:17:27</updateTime>
<updateTime>2024-01-31 10:02:22</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,49 +22,61 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="558" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称(冗余字段)" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="300" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:05:00</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:04:40</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:04:22</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:04:05</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:03:44</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3a539de210d54139b3dcc3a625869479</id>
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2024-01-31 10:03:19</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3a539de210d54139b3dcc3a625869479</processGroupId>
<processGroupName></processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_97f678fd023f4253ac79d447b319626e" label="权限阅览" extendcode="" event=""/>
<dataView id="obj_2b87b05d62964f90859d3c9ef26cdb99" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-08-04 11:21:18</updateTime>
<updateTime>2024-01-31 10:02:59</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,49 +22,61 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="558" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称(冗余字段)" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="300" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-07-28 18:37:26</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-08-04 11:20:54</updateTime>
<updateTime>2024-01-31 10:02:42</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrdn+ApwIq8Dsw1xZKdztE+KzfEufixuR4RBw7YEj0gKicTgZCqys3mgfn46GtOvWs</signature>
<managed>false</managed>
<version>1.0</version>
@ -22,49 +22,61 @@
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_9425d2cc5cbc410e84f040d84aaa5ea1" isshow="true" extendcode="" event="">
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
<button id="obj_01e4791fff654f06bd6d0b610b298bf1" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6fd50af494c24aa5aaf38ea973e237e3" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_06d8f9c037884c34927ade266ba51bbc" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_77946a3ed7ec40b0b0101784d07dfc08" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_825a10e45f7e415c86d612313514209a" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_5ab5ac5b61fc462c976ef7be802b259c" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_ffdae13a359d4cdaaf31bf9b07ba10c8" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_e076b01bd0d04bc39e5af12e2c8c188c|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_2b609452423948d1b19c0eeef6785499" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_57b3b55ea25949d4b5a1776c071d7af8" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_d5feba37878b4e4ebb4c2a05dca99d45" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_31c37fa6efa144b7a8599af2b764a5ef" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="地址簿" uiref="{&quot;placeholder&quot;:&quot;&quot;,&quot;addressType&quot;:&quot;dept&quot;,&quot;isLiveSearch&quot;:true,&quot;addressSetting&quot;:{&quot;delimiter&quot;:&quot;,&quot;,&quot;choiceType&quot;:&quot;single&quot;,&quot;leafType&quot;:&quot;dept&quot;},&quot;range&quot;:&quot;all&quot;,&quot;isFullDeptPath&quot;:false,&quot;deptSourceField&quot;:&quot;DEPTID&quot;,&quot;deptTargetField&quot;:&quot;not&quot;}" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_a05d51b7d3014348a6475010987b0d86" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_7f99aab9e4cf4d439f2fd89d445c6838" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_cf395c694e9f4da89d5603664c2dff10" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_f4123f97b7854b5db37cb97aa4c07463" field="_BINDID" extend1="" label="流程实例ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_db8a057fb484435087e5f572e143a21f" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_6732a8a275134848a1073bc1f3abd090" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="100" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<datagrid id="obj_2294020dd1324c2ebc4a231aaae242f8" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="558" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称(冗余字段)" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="300" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fbb26782-b691-4e75-8a36-1966d079e064" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a8caf2db-1ede-4385-9561-fea1ce92b9f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7d2ef04-acce-4d4f-95a3-765a0ceabf11" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="1d2515dc-7129-4801-b360-dbef17874bab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3cbbdb18-38f4-4f0a-89ad-eb64fbcbdd01" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="ae6b7fb8-5b43-4a7a-8e52-5bffa6b7fae3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8e00b1e1-b2ce-4b78-b15a-8132c90b2a6c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d14b7d77-9869-4404-8785-7009966390f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="83cd870b-9ee6-4276-903d-feada5e78081" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64d94c76-817c-4a98-94ae-5916aa27372c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4db6cef9-11c6-43a1-a8c0-7a4293851236" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="736c8494-b192-44ce-a4ca-1d6d09c09c58" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c9ffad9f-aa96-40e6-bb19-ad4287490ed8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="5525cb18-3c17-47f3-9bc3-3a4bf0fb136e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="f36f0b88-2b01-4f51-a783-5decb9810f6f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="12dcab6d-3bc4-4bad-85d3-4169f1c1e7fb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="968b2e42-a4ad-4614-af50-657df7090382" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="abd5b15b-15d4-46df-bc32-e1772c728a5b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d790a811-9981-461e-a3f4-09b76ffd07e4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8390006f-5a86-4be7-8779-41f5b0572ba0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6c8d5a86-2ef3-4b81-a76c-157ed842bbe9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<userextendbehaviors>
<userextendbehavior id="openmodifyform" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3c2ca5de039e4ddcaaab263ac9d8032e</id>
<createUser>admin</createUser>
<createTime>2023-11-17 17:10:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-11-17 17:12:26</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrF8phHzmJsVelDJou3/pfK7PpTvRamhlGxEahyysYIgEI91cez8RUYCDh+vLTS0mD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3c2ca5de039e4ddcaaab263ac9d8032e</processGroupId>
<processGroupName>文件查阅权限-查询表</processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_59dd7e7df39048b29bc565b7d5711e26" label="文件查阅权限-查询表" extendcode="" event=""/>
<dataView id="obj_d903a39cc1bf48988faef1df66381091" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0df277665e934d549dd0068b52290d84" isshow="true" extendcode="" event="">
<button id="obj_e8f6931f8e6144a2b45e8bce7e3e7a55" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_48050506a26b4f35a024f14a01203b37" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8c7bb53d59224df8a25ad7c80da2fe62" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_11e1c8c9e9b24ca1a28a478c47c96388" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9ce717708a084c46bd52ef8a50d8a7f0" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b803de4b1c144cf39986901dda4aa3ac" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_4ec62b9103bb422f873c47f3fa7bf829" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_05b02712db514e10a625d36b23878750" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_6712fbe550474dae8a33300e33ae72c6" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_6fb4ded713d64a4b984ed7307e0f92be" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_b42fadf0509d4c13999073075ff11f27" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
</searcher>
<navTree id="obj_33ee57728ad044e69cb71792daec14ff" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_5ce1a2d4246b46a5bb9c49b80dcca964" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_d3a06cb8973c40bcb832ff635ae70ec3" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_173b3ef343574d2e9cd13b935c029653" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_35eb39b5dafb4f0188b3c9b2f104452b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.RadioGroups" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a1c21e816f1b43f8b0ad95937f496773" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_de1f85e28bb843d4acaaf110685d02c9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Address" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d869fb7437ed4879b9cb37fb155674e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.TreeDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f629ff302e4c400bbba2e018586dbe7a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.GridDictionary" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_28af3cb2139d4341a40440c092f704ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9af3d328189f418b9236b6e296246e49" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d25fcd7d79bf4882840681780cc5dac6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_7295d84e446e47cfa36bb57d750b5b63" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_dac3bb78bb754fd181c11d623c351465" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3e16f1c1959640faa5a808c6c5b9f19c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d938e11a588c421591f1f620c0248e05" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9fba4d9250fe43119c3bfb728104cb72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a94791b1c76d46328446e8b9c7faa06a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9dd745227e0043158d1987118e871a88" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_92969eece2f44a26a818b8795dac31f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_afd359dea6f0408a969040a800482f07" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d6e2ca37f5de4e798bb17497b6863856" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_6c1aefd21f19442cb06217709cd2ae7e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f5c30f7978474bed8c30b26ef6382b9d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="obj_ffc33e76cd0b4b049f749718b22c5701" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_3c2ca5de039e4ddcaaab263ac9d8032e</id>
<createUser>admin</createUser>
<createTime>2023-11-17 17:10:21</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-11-17 17:10:21</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrF8phHzmJsVelDJou3/pfK7PpTvRamhlGxEahyysYIgEI91cez8RUYCDh+vLTS0mD</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_3c2ca5de039e4ddcaaab263ac9d8032e</processGroupId>
<processGroupName>文件查阅权限-查询表</processGroupName>
<categoryName>权限管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_59dd7e7df39048b29bc565b7d5711e26" label="文件查阅权限-查询表" extendcode="" event=""/>
<dataView id="obj_d903a39cc1bf48988faef1df66381091" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0df277665e934d549dd0068b52290d84" isshow="true" extendcode="" event="">
<button id="obj_e8f6931f8e6144a2b45e8bce7e3e7a55" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_bbbd78399dec4e7b828ab6ac2776bf2a" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_37d85b307f754415b0d86df8b093a2a2" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_48050506a26b4f35a024f14a01203b37" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_8c7bb53d59224df8a25ad7c80da2fe62" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_11e1c8c9e9b24ca1a28a478c47c96388" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0e361447609f43c3b4b2b9fb6703ab11" refbuttonid="importDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="6" config="[{&quot;btnName&quot;:&quot;&quot;,&quot;formDefId&quot;:&quot;obj_63fe3b72add541c9a553dd3147ed5a14|10873521-7cb8-4e00-8351-3a0b5f1fe0ac&quot;,&quot;formName&quot;:&quot;权限阅览&quot;,&quot;formExcelShowName&quot;:&quot;阅览权限导入模板&quot;,&quot;maxRow&quot;:&quot;20000&quot;,&quot;javaEvents&quot;:[{&quot;eventType&quot;:&quot;ideValidateImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.PermissionReadingDataWindowValidateEvent&quot;},{&quot;eventType&quot;:&quot;ideBeforeImportEvent&quot;,&quot;className&quot;:&quot;com.actionsoft.apps.coe.pal.publisher.event.DataWindowImportBeforeEvent&quot;}],&quot;enableAddImport&quot;:true,&quot;enableupdateimport&quot;:true,&quot;requiredImport&quot;:false,&quot;importStrategy&quot;:{&quot;addImport&quot;:{&quot;strategybase&quot;:&quot;maintainable&quot;,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}]}]},&quot;updateImport&quot;:{&quot;updateendprocess&quot;:false,&quot;boModels&quot;:[{&quot;boDefName&quot;:&quot;BO_ACT_PUBLISH_PERM_SCOPE&quot;,&quot;boItems&quot;:[{&quot;name&quot;:&quot;PALNAME&quot;,&quot;title&quot;:&quot;模型名称(冗余字段)&quot;},{&quot;name&quot;:&quot;PERMTYPE&quot;,&quot;title&quot;:&quot;权限类型&quot;},{&quot;name&quot;:&quot;ORGPERM&quot;,&quot;title&quot;:&quot;组织权限部门ID逗号分隔&quot;},{&quot;name&quot;:&quot;POSTPERM&quot;,&quot;title&quot;:&quot;岗位权限岗位ID逗号分隔&quot;},{&quot;name&quot;:&quot;LEVELPERM&quot;,&quot;title&quot;:&quot;职级权限职级ID逗号分隔&quot;},{&quot;name&quot;:&quot;PERMID&quot;,&quot;title&quot;:&quot;权限ID&quot;},{&quot;name&quot;:&quot;WSID&quot;,&quot;title&quot;:&quot;资产库ID&quot;},{&quot;name&quot;:&quot;PALVERSIONID&quot;,&quot;title&quot;:&quot;PAL模型版本ID&quot;},{&quot;name&quot;:&quot;EXT1&quot;,&quot;title&quot;:&quot;备用字段1&quot;},{&quot;name&quot;:&quot;EXT2&quot;,&quot;title&quot;:&quot;备用字段2&quot;},{&quot;name&quot;:&quot;EXT3&quot;,&quot;title&quot;:&quot;备用字段3&quot;},{&quot;name&quot;:&quot;EXT4&quot;,&quot;title&quot;:&quot;备用字段4&quot;}],&quot;keyFields&quot;:&quot;PALNAME&quot;}]}}}]" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_9ce717708a084c46bd52ef8a50d8a7f0" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b803de4b1c144cf39986901dda4aa3ac" field="PALNAME" extend1="" label="模型名称(冗余字段)" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_4ec62b9103bb422f873c47f3fa7bf829" field="PERMID" extend1="" label="权限ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_05b02712db514e10a625d36b23878750" field="ORGPERM" extend1="" label="组织权限部门ID逗号分隔" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_6712fbe550474dae8a33300e33ae72c6" field="PERMTYPE" extend1="" label="权限类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_6fb4ded713d64a4b984ed7307e0f92be" field="POSTPERM" extend1="" label="岗位权限岗位ID逗号分隔" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_b42fadf0509d4c13999073075ff11f27" field="PALVERSIONID" extend1="" label="PAL模型版本ID" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
</searcher>
<navTree id="obj_33ee57728ad044e69cb71792daec14ff" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_5ce1a2d4246b46a5bb9c49b80dcca964" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_d3a06cb8973c40bcb832ff635ae70ec3" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PUBLISH_PERM_SCOPE" countSql="" pagesize="200" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="%7B%22behavior%22%3A%22%22%2C%22behaviorMobile%22%3A%22%22%2C%22h%22%3A%22%22%2C%22hUnit%22%3A%22px%22%2C%22ih%22%3A%22%22%2C%22ihUnit%22%3A%22px%22%2C%22isMask%22%3A0%2C%22sw%22%3A%22%22%2C%22swUnit%22%3A%22px%22%2C%22target%22%3A%22%22%2C%22title%22%3A%22%22%2C%22wUnit%22%3A%22px%22%2C%22w%22%3A%22%22%7D" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_173b3ef343574d2e9cd13b935c029653" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="303" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;rd&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALNAME" label="模型名称" orderindex="0" colbehaviortarget="tab" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="openmodifyform" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_35eb39b5dafb4f0188b3c9b2f104452b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="64" required="1" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;1:全集团|0:部分人员&quot;,&quot;showAdv&quot;:true}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;64&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMTYPE" label="权限类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a1c21e816f1b43f8b0ad95937f496773" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="2" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_de1f85e28bb843d4acaaf110685d02c9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="392" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_8ae53280211f4a059d104286ae6af6f1&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;ID&quot;,&quot;sqlshow&quot;:&quot;DEPARTMENTNAME&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select ID,DEPARTMENTNAME from orgdepartment\nunion\nselect ID,COMPANYNAME AS DEPARTMENTNAME from orgcompany) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ORGPERM" label="组织权限部门ID逗号分隔" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d869fb7437ed4879b9cb37fb155674e0" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="340" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{&quot;type&quot;:&quot;SQL&quot;,&quot;configId&quot;:&quot;obj_d99290e97b5a422a88988436a07897fd&quot;,&quot;dbsource&quot;:&quot;local&quot;,&quot;sqlget&quot;:&quot;POSITION_NBR&quot;,&quot;sqlshow&quot;:&quot;DESCR&quot;,&quot;sqlselect&quot;:&quot;select * from \n(select POSITION_NBR,DESCR from BO_EU_ORG_POSTS\nunion\nselect ID AS POSITION_NBR ,DEPARTMENTNAME AS DESCR from orgdepartment) org&quot;}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POSTPERM" label="岗位权限岗位ID逗号分隔" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f629ff302e4c400bbba2e018586dbe7a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="298" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="2000" required="1" align="left" showrule="{}" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;2000&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="LEVELPERM" label="职级权限职级ID逗号分隔" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_28af3cb2139d4341a40440c092f704ea" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="264" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PERMID" label="权限ID" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9af3d328189f418b9236b6e296246e49" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="289" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="WSID" label="资产库ID" orderindex="7" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d25fcd7d79bf4882840681780cc5dac6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="248" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="{&quot;type&quot;:&quot;tx&quot;,&quot;required&quot;:false,&quot;length&quot;:&quot;36&quot;,&quot;cmconfig&quot;:{&quot;func&quot;:&quot;&quot;}}" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PALVERSIONID" label="PAL模型版本ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_7295d84e446e47cfa36bb57d750b5b63" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_dac3bb78bb754fd181c11d623c351465" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_3e16f1c1959640faa5a808c6c5b9f19c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d938e11a588c421591f1f620c0248e05" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9fba4d9250fe43119c3bfb728104cb72" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_a94791b1c76d46328446e8b9c7faa06a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_9dd745227e0043158d1987118e871a88" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="256" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="15" colbehaviortarget="" ishidden="false" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_92969eece2f44a26a818b8795dac31f3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT1" label="备用字段1" orderindex="16" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_afd359dea6f0408a969040a800482f07" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT2" label="备用字段2" orderindex="17" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d6e2ca37f5de4e798bb17497b6863856" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="256" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT3" label="备用字段3" orderindex="18" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_6c1aefd21f19442cb06217709cd2ae7e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="512" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXT4" label="备用字段4" orderindex="19" colbehaviortarget="" ishidden="true" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f5c30f7978474bed8c30b26ef6382b9d" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="244" colALias="" colTableAlias="" colTable="BO_ACT_PUBLISH_PERM_SCOPE" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PUBLISHPROCESSID" label="发布流程实例ID" orderindex="20" colbehaviortarget="" ishidden="false" export="false" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors>
<userextendbehavior id="obj_ffc33e76cd0b4b049f749718b22c5701" name="">
<templatecall>onclick%3D</templatecall>
<templatescript></templatescript>
</userextendbehavior>
</userextendbehaviors>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 16:28:17</updateTime>
<updateTime>2023-05-23 18:02:53</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
@ -29,7 +29,9 @@
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_a76b3788dc614625acec14dd988426c3" field="PLNAME" extend1="" label="模型名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
</searcher>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_NULL" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_45710c1a51fd49849b84249d51e3c1c2</id>
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 16:28:17</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_45710c1a51fd49849b84249d51e3c1c2</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_96c318c2094a4aa69f258fb3746ab4a0" label="PAL空模型记录" extendcode="" event=""/>
<dataView id="obj_6ee6497d25674ec781645b792a865662" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0c0e68fde8f54f5b9920b6be164ebb3c" isshow="true" extendcode="" event="">
<button id="obj_9e5ba488622e4a479ac02065aa4eec99" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_84239b57a05a4c75895d7c5b63fad235" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ce88dbf43364138b9ef6b78807205c0" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_3429e84c9f7e45639a4ed5f0fa1f9c86" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_NULL" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="55b2c214-0866-40d1-94fd-7217a25a3143" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="305" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="954feca4-46ed-401f-a358-9b5ce4425ffd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="228" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORK" label="架构名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6b8c7f1b-b861-4361-9392-18708f9053ab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="VERSION" label="版本号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="57a25a4c-b0e0-4c50-889d-74b1bcfce22e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="模型类型" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eb16d7b6-1e69-4065-b6ea-7bf8329a8893" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1432f2-018c-4bb5-9ebd-2394a06b4078" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7149eca-e1ac-4cc7-9d24-7ca1c2263dc9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b176acfe-d902-43f9-9464-2290f82eb0ba" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ede4230-ab0d-453c-8647-3dc69c5ebb05" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="db32fe00-b289-4b96-b933-bb4c00edc3bd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7a047d71-f263-4e0f-8438-c20153c50871" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4b16d725-ccc4-4010-9dd6-5d5b7bba9b11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af0de3b4-39df-44fa-888b-9ddd04df9ec8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_45710c1a51fd49849b84249d51e3c1c2</id>
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 16:18:47</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_45710c1a51fd49849b84249d51e3c1c2</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_96c318c2094a4aa69f258fb3746ab4a0" label="PAL空模型记录" extendcode="" event=""/>
<dataView id="obj_6ee6497d25674ec781645b792a865662" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0c0e68fde8f54f5b9920b6be164ebb3c" isshow="true" extendcode="" event="">
<button id="obj_9e5ba488622e4a479ac02065aa4eec99" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_84239b57a05a4c75895d7c5b63fad235" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ce88dbf43364138b9ef6b78807205c0" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_3429e84c9f7e45639a4ed5f0fa1f9c86" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_NULL" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="55b2c214-0866-40d1-94fd-7217a25a3143" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="954feca4-46ed-401f-a358-9b5ce4425ffd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORK" label="架构名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6b8c7f1b-b861-4361-9392-18708f9053ab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="VERSION" label="版本号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="57a25a4c-b0e0-4c50-889d-74b1bcfce22e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="模型类型" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eb16d7b6-1e69-4065-b6ea-7bf8329a8893" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1432f2-018c-4bb5-9ebd-2394a06b4078" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7149eca-e1ac-4cc7-9d24-7ca1c2263dc9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b176acfe-d902-43f9-9464-2290f82eb0ba" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ede4230-ab0d-453c-8647-3dc69c5ebb05" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="db32fe00-b289-4b96-b933-bb4c00edc3bd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7a047d71-f263-4e0f-8438-c20153c50871" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4b16d725-ccc4-4010-9dd6-5d5b7bba9b11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af0de3b4-39df-44fa-888b-9ddd04df9ec8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_45710c1a51fd49849b84249d51e3c1c2</id>
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 16:16:08</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_45710c1a51fd49849b84249d51e3c1c2</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_96c318c2094a4aa69f258fb3746ab4a0" label="PAL空模型记录" extendcode="" event=""/>
<dataView id="obj_6ee6497d25674ec781645b792a865662" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0c0e68fde8f54f5b9920b6be164ebb3c" isshow="true" extendcode="" event="">
<button id="obj_9e5ba488622e4a479ac02065aa4eec99" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_84239b57a05a4c75895d7c5b63fad235" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ce88dbf43364138b9ef6b78807205c0" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_3429e84c9f7e45639a4ed5f0fa1f9c86" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_NULL" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="55b2c214-0866-40d1-94fd-7217a25a3143" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="PLNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="954feca4-46ed-401f-a358-9b5ce4425ffd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="FRAMEWORK" label="架构名称" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6b8c7f1b-b861-4361-9392-18708f9053ab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="VERSION" label="版本号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="57a25a4c-b0e0-4c50-889d-74b1bcfce22e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="TYPE" label="模型类型" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eb16d7b6-1e69-4065-b6ea-7bf8329a8893" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="128" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ISPUBLISH" label="是否发布" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="da1432f2-018c-4bb5-9ebd-2394a06b4078" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="5" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="a7149eca-e1ac-4cc7-9d24-7ca1c2263dc9" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="6" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b176acfe-d902-43f9-9464-2290f82eb0ba" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="7" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6ede4230-ab0d-453c-8647-3dc69c5ebb05" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="0" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="db32fe00-b289-4b96-b933-bb4c00edc3bd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="7a047d71-f263-4e0f-8438-c20153c50871" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4b16d725-ccc4-4010-9dd6-5d5b7bba9b11" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="af0de3b4-39df-44fa-888b-9ddd04df9ec8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_NULL" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_45710c1a51fd49849b84249d51e3c1c2</id>
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 15:49:30</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_45710c1a51fd49849b84249d51e3c1c2</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_96c318c2094a4aa69f258fb3746ab4a0" label="PAL空模型记录" extendcode="" event=""/>
<dataView id="obj_6ee6497d25674ec781645b792a865662" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0c0e68fde8f54f5b9920b6be164ebb3c" isshow="true" extendcode="" event="">
<button id="obj_9e5ba488622e4a479ac02065aa4eec99" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_84239b57a05a4c75895d7c5b63fad235" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ce88dbf43364138b9ef6b78807205c0" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_3429e84c9f7e45639a4ed5f0fa1f9c86" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_45710c1a51fd49849b84249d51e3c1c2</id>
<createUser>admin</createUser>
<createTime>2022-10-08 15:49:30</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-10-08 15:49:30</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrEWRDZITjG8NmmHahnlWw7YMSgftgQ1GipvE+k2tkO0rWtId/WnNSY3RnItTrdCuA</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_45710c1a51fd49849b84249d51e3c1c2</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_96c318c2094a4aa69f258fb3746ab4a0" label="PAL空模型记录" extendcode="" event=""/>
<dataView id="obj_6ee6497d25674ec781645b792a865662" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_0c0e68fde8f54f5b9920b6be164ebb3c" isshow="true" extendcode="" event="">
<button id="obj_9e5ba488622e4a479ac02065aa4eec99" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_84239b57a05a4c75895d7c5b63fad235" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_6ce88dbf43364138b9ef6b78807205c0" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_3429e84c9f7e45639a4ed5f0fa1f9c86" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_09afcbbf7da34772b5bc12d738c8c309" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_f2202878c10549eaba0934e04553311f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_eecfff4c3fdb4313b46a173116a91b95" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_dffb5ed4bc354d7896b7198850a9d0cb" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_c43d6f76b3c0462ca9bf62d3d5aa8e72" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_929f9ecaf2c64acaa47b66c73eab4450" isshow="true" autoSearch="true" customSet="true" select="false" datasource="" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -4,7 +4,7 @@
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-06-13 09:24:07</updateTime>
<updateTime>2023-09-07 16:30:05</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
@ -13,56 +13,56 @@
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_3ebec26134e345a2894e4bf0d0c628f0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程活动清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_77fb2ee69bcb42ee962385fa262712ca" isshow="true" extendcode="" event="">
<button id="obj_23c23bf1a81b44e285184ec1dba84ae9" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d968e5f17eff47abb7be46f97c552dce" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_675c48e77c454e5a81c2c0d22ab1f6e7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_2eaf28ff9fd3465ba3528ce564e929a6" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1db483cca2104f44bd4ed072afb5b70f" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1fde779c5d8a47a79acdf2cceb33eb81" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_f2c309bd4ee54f7b96f20a37a91dcf28" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_fa85844d64504d8896f0d011c146d15d" field="SHAPENAME" extend1="" label="形状名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_210a1fc70962454d85933ecea8b0ffe2" field="MODELTYPE" extend1="" label="模型类型" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_f2290cb32afa49be94820ed1a07590aa" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_c7db8c1c2c9c4584bbfc30e7c94f4469" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_95f722fc2b6a43f0a783ffdcb28ee915" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_869c9ed6ac0549fca6443fb39a9434d5" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
<likecondition id="obj_3a1bb8d96786447d954c42ad053461ba" field="POST_NAME" extend1="" label="岗位" comparetype="!=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="7" event=""/>
</searcher>
<navTree id="obj_2eadfcc146fa4b6092f59bacf8c02e9a" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_1abd9daca1e9456dabb59ab053fc08b6" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_9364638ec14b489d8c288f7de6a7378d" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_PROCESS_MANIFEST" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="" identifier="_ID" extend1="" multiHeader="">
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER,CREATEDATE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_99cb9a13d93644f4a3e3eb60a7b1bd04" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="175" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_26817cc671cc4473bc2a895a53f2e99c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="187" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:false}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f21a15ade71d4591a47cee41ff5c5bff" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f6b3f3e3343743d492a0af6a3270aeed" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_051fbc262a2241308e692a7ef6724b62" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="106" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="3" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="形状编号" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_6691c4abd03c4e438bfb10646997e647" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_8447ea666eb149609857c8d9952240c7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="扩展&lt;输入&gt;" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f1a2f55072124daba9b97171f3095aae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="115" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="扩展&lt;输出&gt;" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_25a38f148eb14913803e22c624299352" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_958fffa1577146558f75cea69ab432e3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_0b7ac9a57ed04edab1a7402d2b509dfa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d528d64984b04787a7d2db40dcc38082" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_891750f839b542ffa47f91a0e26377c4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_73be594806c64f93a8a9e25ad057dfcb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_110849083d8d45f0b524a82f7a2eb75f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_84a232242eb545938f876cfabac18a74" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="15" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfe624df-8e19-4b4d-addd-02c6959c9cdd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="225" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2fc4cfa8-4da5-472d-87d2-66109f2c90ab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d76d9158-1bbb-4924-b10a-4fe55f3e44e8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d31c7076-52e4-4e62-9107-9152e844d4da" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6f6fafe5-318d-4e2f-ae66-a3640bc45f97" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="123" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="107" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="56b0c1cc-31ce-45cf-8b44-1f3440b7a93a" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a548da-c978-4334-93d1-85333cd5ed52" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>

View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-09-07 16:30:03</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程活动清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
<likecondition id="obj_3a1bb8d96786447d954c42ad053461ba" field="POST_NAME" extend1="" label="岗位" comparetype="!=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="7" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER,CREATEDATE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="123" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="107" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="56b0c1cc-31ce-45cf-8b44-1f3440b7a93a" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a548da-c978-4334-93d1-85333cd5ed52" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-07-14 18:05:46</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_3ebec26134e345a2894e4bf0d0c628f0" label="首页" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript>eventContext.setting.searcher%20%3D%20%7B%0A%20%20leftWidth%20%3A%20120%2C%20%20%20%20//%u5DE6%u4FA7%u5BBD%u5EA6%0A%20%20rightWidth%20%3A%20163%20%20%20//%u53F3%u4FA7%u5BBD%u5EA6%0A%7D</afterLoadEventScript>
<toolbar id="obj_77fb2ee69bcb42ee962385fa262712ca" isshow="true" extendcode="" event="">
<button id="obj_23c23bf1a81b44e285184ec1dba84ae9" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d968e5f17eff47abb7be46f97c552dce" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_675c48e77c454e5a81c2c0d22ab1f6e7" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_2eaf28ff9fd3465ba3528ce564e929a6" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1db483cca2104f44bd4ed072afb5b70f" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_1fde779c5d8a47a79acdf2cceb33eb81" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_f2c309bd4ee54f7b96f20a37a91dcf28" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_fa85844d64504d8896f0d011c146d15d" field="SHAPENAME" extend1="" label="形状名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_210a1fc70962454d85933ecea8b0ffe2" field="MODELTYPE" extend1="" label="模型类型" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_f2290cb32afa49be94820ed1a07590aa" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_c7db8c1c2c9c4584bbfc30e7c94f4469" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_95f722fc2b6a43f0a783ffdcb28ee915" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_869c9ed6ac0549fca6443fb39a9434d5" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_8a84c6601e6145aeab3afdfa8f70cdbd" field="MODELNAME" extend1="" label="模型名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_2eadfcc146fa4b6092f59bacf8c02e9a" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_1abd9daca1e9456dabb59ab053fc08b6" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_9364638ec14b489d8c288f7de6a7378d" isshow="true" autoSearch="true" customSet="true" select="false" datasource="bo:BO_ACT_PAL_PROCESS_MANIFEST" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="40px" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="|_title{}title_||||" behaviortarget="" behaviorConfig="" extendsql="SHAPETYPE = '人工任务'OR SHAPETYPE = '线上审批'OR SHAPETYPE = '线下审批'OR SHAPETYPE = '系统任务' " identifier="_ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="obj_99cb9a13d93644f4a3e3eb60a7b1bd04" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="175" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_26817cc671cc4473bc2a895a53f2e99c" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="187" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:false}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f21a15ade71d4591a47cee41ff5c5bff" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f6b3f3e3343743d492a0af6a3270aeed" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="100px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_051fbc262a2241308e692a7ef6724b62" sort="asc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="106" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="形状编号" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_6691c4abd03c4e438bfb10646997e647" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="活动描述" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_8447ea666eb149609857c8d9952240c7" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_f1a2f55072124daba9b97171f3095aae" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="115" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_25a38f148eb14913803e22c624299352" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ID" label="业务表ID" orderindex="8" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_958fffa1577146558f75cea69ab432e3" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ORGID" label="单位ID" orderindex="9" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_0b7ac9a57ed04edab1a7402d2b509dfa" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_BINDID" label="流程实例ID" orderindex="10" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_d528d64984b04787a7d2db40dcc38082" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEDATE" label="创建日期" orderindex="11" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_891750f839b542ffa47f91a0e26377c4" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_CREATEUSER" label="创建人" orderindex="12" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_73be594806c64f93a8a9e25ad057dfcb" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="135px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="19" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEDATE" label="更新日期" orderindex="13" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_110849083d8d45f0b524a82f7a2eb75f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="{&quot;type&quot;: &quot;org&quot;,&quot;orgtype&quot;: &quot;user&quot;}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_UPDATEUSER" label="更新人" orderindex="14" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="obj_84a232242eb545938f876cfabac18a74" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="120px" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="1" required="0" align="right" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="_ISEND" label="流程是否结束" orderindex="15" colbehaviortarget="" ishidden="true" export="false" backHide="true" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="NUMBER" handleType="1" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfe624df-8e19-4b4d-addd-02c6959c9cdd" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="225" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="2fc4cfa8-4da5-472d-87d2-66109f2c90ab" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d76d9158-1bbb-4924-b10a-4fe55f3e44e8" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="d31c7076-52e4-4e62-9107-9152e844d4da" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="19" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="6f6fafe5-318d-4e2f-ae66-a3640bc45f97" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="8" required="1" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="20" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="true" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="AWSUI.Text" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="false" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST where SHAPETYPE = '人工任务'OR SHAPETYPE = '线上审批'OR SHAPETYPE = '线下审批'OR SHAPETYPE = '系统任务' order by length(SHAPENUMBER),SHAPENUMBER" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="false" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-09-06 22:55:05</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
<likecondition id="obj_3a1bb8d96786447d954c42ad053461ba" field="POST_NAME" extend1="" label="岗位" comparetype="!=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="7" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER,CREATEDATE" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="123" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="107" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="56b0c1cc-31ce-45cf-8b44-1f3440b7a93a" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a548da-c978-4334-93d1-85333cd5ed52" sort="desc" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-09-06 22:15:23</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="123" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="56b0c1cc-31ce-45cf-8b44-1f3440b7a93a" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="CREATEDATE" label="CREATEDATE" orderindex="17" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="54a548da-c978-4334-93d1-85333cd5ed52" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="90" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="7" required="0" align="center" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="UPDATEDATE" label="UPDATEDATE" orderindex="18" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="DATE" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-09-05 16:05:13</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="123" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="80" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_4e95a7af7bf1414f9e878d013192675e</id>
<createUser>admin</createUser>
<createTime>2023-05-31 18:03:32</createTime>
<updateUser>admin</updateUser>
<updateTime>2023-08-30 21:29:56</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrfBc9hqIASUfUE0oNnMJX+ec3gaaVRTOXkn+Q9j7jtPqago5GSsGy8ZiXG2WLXK9d</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_4e95a7af7bf1414f9e878d013192675e</processGroupId>
<processGroupName></processGroupName>
<categoryName>发布流程</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_e716fb2f365f414881e65faee40efa13" label="流程模型清单" extendcode="" event=""/>
<dataView id="obj_840d6eeabb974d858ad8889de753d745" label="查询" showType="link" orderIndex="0" dwReportType="-1" isDefault="false" category="普通视图" implClassName="com.actionsoft.bpms.dw.design.dataview.CommonDataView" security="" event="" url="" userExtendJs="" show="true">
<showHighSecurity>false</showHighSecurity>
<dataParams></dataParams>
<layoutECategoryType></layoutECategoryType>
<layoutECategoryTypeLast></layoutECategoryTypeLast>
<afterLoadEventCall></afterLoadEventCall>
<afterLoadEventScript></afterLoadEventScript>
<toolbar id="obj_c619f79072f145f68e1622e41e7abe6c" isshow="true" extendcode="" event="">
<button id="obj_ef562da47471403e841d4ab58634f362" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="0" mobileShow="false" event="" selectShow="false"/>
<button id="obj_0d12057255f34defb09aec5a4a06fc2b" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_76da55e451194ac78c7028e327b9a1ea" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="2" mobileShow="false" event="" selectShow="true"/>
<button id="obj_c2eb6036421b4619b10deb06c2c735c7" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="3" mobileShow="false" event="" selectShow="false"/>
<button id="obj_da17a62ca15d4b24a3cab6bf23c7e774" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_cd323658917842218bb4cbc87810984f" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_6abcbe75deec4d1d9869694f5d1b4371" isshow="true" layoutType="tile" tdGroup="4" tileLayout="x" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false">
<likecondition id="obj_b874285c568344eabd80710734dbb528" field="MODELNAME" extend1="" label="模型名称" comparetype="like" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="0" event=""/>
<likecondition id="obj_7827c80ff0dc47ad8b55485b3eab1e4c" field="MODELTYPE" extend1="" label="模型类型" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="列表" uiref="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" required="false" security="" orderindex="1" event=""/>
<likecondition id="obj_2c71babf67a3440bb65aa687f2a85c60" field="SHAPENAME" extend1="" label="形状名称" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="2" event=""/>
<likecondition id="obj_75a8d6ad833b4a48954e36ea9b579185" field="L1" extend1="" label="L1" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="3" event=""/>
<likecondition id="obj_39e32970707c48a6b89f6a6c4569b0ad" field="L2" extend1="" label="L2" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="4" event=""/>
<likecondition id="obj_a80223eb1d7d4884945696ba0578ebe9" field="L3" extend1="" label="L3" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="5" event=""/>
<likecondition id="obj_daa22feb524b445d97ac238ab813c92f" field="L4" extend1="" label="L4" comparetype="=" uiname="TEXT" relationship="" uidefault="" uicomponent="文本" uiref="" required="false" security="" orderindex="6" event=""/>
</searcher>
<navTree id="obj_4944d590d6fc4f87b28895dfb1c69a1e" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_b2030dce720c401dbdcd03c0ead7dec4" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_363dc21adf7245c8859a094e487d0d51" isshow="true" autoSearch="true" customSet="true" select="true" datasource="sql:select * from BO_ACT_PAL_PROCESS_MANIFEST order by length(SHAPENUMBER),SHAPENUMBER" countSql="" pagesize="15" event="" rowDefHeight="25" showCheckBox="true" ismultiple="true" isshownumbercol="true" numberCellTotal="false" shownumbercolwidth="" freezeCols="0" wrap="false" nowrapTitle="false" refbehaviorid="" behaviortarget="" behaviorConfig="" extendsql="" identifier="ID" extend1="" multiHeader="">
<dataBaseConn></dataBaseConn>
<freezeField></freezeField>
<column id="471f4ada-afca-401f-b6ed-6ccb788b696e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELNAME" label="模型名称" orderindex="0" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="fa644d4b-ff02-40c5-8279-dc8e121e1d4e" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="{&quot;type&quot;:&quot;NORMAL&quot;,&quot;cons&quot;:&quot;process_flowchart:泳道图|process_epc:EPC&quot;,&quot;showAdv&quot;:true}" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELTYPE" label="模型类型" orderindex="1" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="b2315721-201c-40e2-a53b-1b83ed9b2e6b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="150" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="128" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENUMBER" label="活动编号" orderindex="2" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="4e4c55da-8071-4099-a5f4-5f1b3eab5a36" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPENAME" label="形状名称" orderindex="3" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="371c75b2-2f84-4e20-813f-345ec98531ac" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="SHAPETYPE" label="形状类型" orderindex="4" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="082b0f62-5bf6-454c-88f8-ff2843d26607" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="4000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTDESC" label="扩展&lt;活动描述&gt;" orderindex="5" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="64db4a5a-adad-4850-a72c-58b11d812da6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTINPUT" label="输入" orderindex="6" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="3b09c811-ba31-41c6-b237-f4cc79754e7f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="EXTOUTPUT" label="输出" orderindex="7" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="eefd267e-518f-4d6e-ba5b-210023693e85" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="MODELID" label="模型ID" orderindex="8" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="8f6f1cc1-bd16-4922-8f0d-9596def6232f" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L1" label="L1" orderindex="9" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="416b911d-d2af-4c64-92ba-cd199846c1bf" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L2" label="L2" orderindex="10" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c8a681f6-34ee-4c44-b165-6905a10d9982" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L3" label="L3" orderindex="11" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="684e1465-44d6-4d0a-9050-19a6c1af7a7b" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="L4" label="L4" orderindex="12" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="02ccb68c-4330-412b-b16f-4169f31ca1f6" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="110" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="36" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ID" label="ID" orderindex="13" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="true" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="299da0d8-7c81-426d-aeff-ea9b9456fee5" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="ROLE_NAME" label="角色" orderindex="14" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="dfc08b93-db94-4a13-b403-4f2510925858" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="POST_NAME" label="岗位" orderindex="15" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<column id="c41f390a-64e9-407d-881d-3255fc9d1fa1" sort="" isfilter="false" bgcolor="" fontcolor="" fontsize="12px" width="200" colALias="" colTableAlias="" colTable="BO_ACT_PAL_PROCESS_MANIFEST" length="2000" required="0" align="left" showrule="" upshowrule="" upDataClassName="" extend1="" extend2="" security="" securityLevel="0" event="" field="IT_SYSTEM" label="IT系统" orderindex="16" colbehaviortarget="" ishidden="false" export="true" backHide="false" isusedvalue="false" tableheadsort="false" colrefbehaviorid="" columnAction="" datatype="TEXT" handleType="0" boType="" count="false" countType="" colorFullNote="false" colorFullNoteMap=""/>
<dynamicRule></dynamicRule>
</datagrid>
<reportSetting></reportSetting>
<chartSetting></chartSetting>
</dataView>
<userextendbuttons/>
<userextendbehaviors/>
<iconFontCode></iconFontCode>
<iconFontColor></iconFontColor>
</AWSDWModel>

Some files were not shown because too many files have changed in this diff Show More