流程发布第三版代码

This commit is contained in:
chengli 2022-07-15 23:11:47 +08:00
parent f3eb591543
commit df1aa23f2f
29 changed files with 2186 additions and 25 deletions

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>66849f89-4208-4af3-b6fa-a69036a0c5f1</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>流程发布产品选择</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select 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)']]></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>
<!--管理员-->
<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,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>03193280-a335-4ab3-bf7e-30e441e4dc5f</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>流程发布区域选择</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select 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)']]></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>
<!--管理员-->
<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

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>a911494d-e965-4d98-b529-220e6ec32150</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>流程发布单位选择</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select ORGNAME 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>
<!--是否换行显示-->
<wordWrap>false</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>ORGNAME</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ADAPT_NAME_THE_COMPANY</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,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>bca35238-f484-4e9b-858d-8a9dc18ffcee</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>区域选择</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[SELECT * from BO_ACT_REGION_INFO]]></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>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>REGIONNAME</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>
<field>
<!--字段名称-->
<name>REGIONCODE</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>ADAPT_REGION_CODE</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,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>26c42950-ef13-4292-b653-ca53047d33d8</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>产品选择</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select * from BO_ACT_PRODUCT_INFO]]></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>
<!--管理员-->
<administrator>admin</administrator>
<!--创建人-->
<createUser>admin</createUser>
<!--参与显示的字段定义-->
<field>
<!--字段名称-->
<name>PRODUCTNAME</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>
<field>
<!--字段名称-->
<name>PRODUCTCODE</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>APPLICABLE_PRODUCT_CODE</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,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AWSDWModel>
<id>obj_f67b3fe6e5f54530bc55975b2250e86c</id>
<createUser>admin</createUser>
<createTime>2022-07-12 23:15:31</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-12 23:15:31</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGr91XtlIJMxm1Y7SrAAFliIka0ee51FnAsNBAzbdrbkep4SPNf64VqtdJpN5hYz94T</signature>
<managed>false</managed>
<version>1.0</version>
<processGroupId>obj_f67b3fe6e5f54530bc55975b2250e86c</processGroupId>
<processGroupName></processGroupName>
<categoryName>资产库周期管理</categoryName>
<dwType>1</dwType>
<processAdministrator>admin</processAdministrator>
<title id="obj_3af777b5de464e07b454c4216fd69b33" label="区域信息" extendcode="" event=""/>
<dataView id="obj_640a2c19cbfb438aa6001bf1dcf08e04" 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_cc3cfeb7b09e4754b3d57e59b5e4c73c" isshow="true" extendcode="" event="">
<button id="obj_7e6a75b937d24a4d9718a7e3cccd4357" refbuttonid="save" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="1" mobileShow="false" event="" selectShow="false"/>
<button id="obj_94eed966fe474dd9a3e0ab7ec06b0710" refbuttonid="new" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="2" mobileShow="false" event="" selectShow="false"/>
<button id="obj_58ffc860683740d4a688ab97f4019842" refbuttonid="delete" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="3" mobileShow="false" event="" selectShow="true"/>
<button id="obj_25ecbb42aae34ac78ae90553b70d9263" refbuttonid="print" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="4" mobileShow="false" event="" selectShow="false"/>
<button id="obj_d6aeea90b23a4398b266c901fa6e39f2" refbuttonid="refresh" cls="" fontColor="" bgColor="" security="" isshow="true" orderindex="5" mobileShow="false" event="" selectShow="false"/>
<button id="obj_3e5409ba10dd4bdb954b37a08b502870" refbuttonid="exportDWData" cls="" fontColor="" bgColor="" security="" isshow="false" orderindex="6" mobileShow="false" event="" selectShow="false"/>
</toolbar>
<searcher id="obj_ce9b2ff52e144b2783e5a417abd1a20d" isshow="true" layoutType="tile" tdGroup="4" tileLayout="y" textCls="" dwLeftCls="" dwRightCls="" extendcode="" event="" xconditionEvent="" tileOpen="false"/>
<navTree id="obj_a3b7f743d93e489ab1c07b0d1b9b3ebc" isshow="false" type="" rootcls="" leafcls="" ismultiple="false" isexpanded="true" orderindex="" event=""/>
<layout id="obj_d368bce633b74a8bbc39417fe9e293ac" label="" classname="com.actionsoft.bpms.dw.exec.layout.LayoutA" event=""/>
<datagrid id="obj_e94161375a154700a34623eded8d43bb" 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,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 23:06:10</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[{"targetField":"BO_ACT_AUTH_INFO.MAJORKEY","formula":"BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_2_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_3_PROCESS_IDBO_ACT_AUTH_INFO.ORGCODEBO_ACT_AUTH_INFO.ADAPT_REGION_CODEBO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","changeField":["BO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_2_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_3_PROCESS_ID","BO_ACT_AUTH_INFO.ADAPT_REGION_CODE","BO_ACT_AUTH_INFO.ORGCODE"],"calctime":["changecalc","afterloadcalc"]}]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 23:06:08</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[{"targetField":"BO_ACT_AUTH_INFO.MAJORKEY","formula":"BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_2_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_3_PROCESS_IDBO_ACT_AUTH_INFO.ORGCODEBO_ACT_AUTH_INFO.ADAPT_REGION_CODEBO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","changeField":["BO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_2_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_3_PROCESS_ID","BO_ACT_AUTH_INFO.ADAPT_REGION_CODE","BO_ACT_AUTH_INFO.ORGCODE"],"calctime":["changecalc","afterloadcalc"]}]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 10:29:02</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 23:06:05</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[{"targetField":"BO_ACT_AUTH_INFO.MAJORKEY","formula":"BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_2_PROCESS_IDBO_ACT_AUTH_INFO.LEVEL_3_PROCESS_IDBO_ACT_AUTH_INFO.ORGCODEBO_ACT_AUTH_INFO.ADAPT_REGION_CODEBO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","changeField":["BO_ACT_AUTH_INFO.APPLICABLE_PRODUCT_CODE","BO_ACT_AUTH_INFO.LEVEL_1_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_2_PROCESS_ID","BO_ACT_AUTH_INFO.LEVEL_3_PROCESS_ID","BO_ACT_AUTH_INFO.ADAPT_REGION_CODE","BO_ACT_AUTH_INFO.ORGCODE"],"calctime":["changecalc"]}]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 23:04:16</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 23:00:26</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 22:59:16</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 22:55:24</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 22:23:36</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 21:37:46</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formModel>
<id>1396762d-647d-4627-8f85-9128d04621bb</id>
<createUser>admin</createUser>
<createTime>2022-07-15 10:26:48</createTime>
<updateUser>admin</updateUser>
<updateTime>2022-07-15 21:37:08</updateTime>
<signature>tGOmxiTgjT/77UoYpSlq8Vc+hHPRoJWHdZexXc7zEpYuMNdhvSICeJnlc/RzRHGrGlxR9M3PUQ0ks78UpYEojDorEZ+6DPbZ4XdPwwshHCAHAsu7F7/p3tbdYmhLmSXB</signature>
<managed>false</managed>
<title>权限矩阵新</title>
<deleted>false</deleted>
<categoryName>资产库周期管理</categoryName>
<administrator>admin</administrator>
<defaultLanguage></defaultLanguage>
<url></url>
<urlHeight></urlHeight>
<qrCodeLink></qrCodeLink>
<formItems>
<formItem>
<id>36215f19-22a1-4057-ad64-fcf19d3959cf</id>
<title>权限矩阵新</title>
<templateFile>{"tablet":"资产库周期管理-权限矩阵新.htm","pc":"资产库周期管理-权限矩阵新.htm","mobile":"资产库周期管理-权限矩阵新_m.htm"}</templateFile>
<grid>false</grid>
<gridSetting></gridSetting>
<orderBy></orderBy>
<pageLimit>0</pageLimit>
<boModelId>d1a399f2-6e73-4ab2-a0ba-8302d7711dd5</boModelId>
<dictionaryFileName></dictionaryFileName>
<hiddenHead>false</hiddenHead>
<theme>{"pc":"_bpm.platform"}</theme>
<itemDisplays/>
<scheme>{"pc":"scheme_aws.css"}</scheme>
<calcFormula></calcFormula>
<conditionControl></conditionControl>
<validate></validate>
<icon></icon>
<gridControl></gridControl>
<summaryControl></summaryControl>
<ruleControl>{"displayRule":[{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L3_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR3","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L3_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L2_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR2","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L2_SP"]},{"expressions":[{"type":"field","expression":"BO_ACT_AUTH_INFO.L1_SP","juge":"!=","value":"1","fieldType":"string"}],"rules":[{"display":"hide","dom":"field","domId":"BO_ACT_AUTH_INFO.AUDITOR1","labelName":"","dwId":null,"dwMap":""}],"fields":["BO_ACT_AUTH_INFO.L1_SP"]}],"requiredRule":[],"modifyRule":[],"calcRule":[]}</ruleControl>
<hiddenFields></hiddenFields>
<hiddenAddBtn>false</hiddenAddBtn>
<verticalLayout>false</verticalLayout>
</formItem>
</formItems>
</formModel>

View File

@ -0,0 +1 @@
{"versionId":104,"chartId":"obj_d2b56ab6bd96477b9b14fc355f3c5ee9","userIds":["admin"],"messages":[],"userNames":"管理员","remark":"","updateTime":"2022-07-08 10:29:31","definitionId":"obj_d2b56ab6bd96477b9b14fc355f3c5ee9"}

View File

@ -0,0 +1 @@
{"versionId":103,"chartId":"obj_d2b56ab6bd96477b9b14fc355f3c5ee9","userIds":["admin"],"messages":[],"userNames":"管理员","remark":"","updateTime":"2021-07-08 14:18:14","definitionId":"obj_d2b56ab6bd96477b9b14fc355f3c5ee9"}

View File

@ -3,35 +3,36 @@
<process id="obj_e23ee0bc532b4954b158b3a6d6e043d3" name="权限矩阵" isClosed="false" processType="None" isExecutable="true"> <process id="obj_e23ee0bc532b4954b158b3a6d6e043d3" name="权限矩阵" isClosed="false" processType="None" isExecutable="true">
<documentation/> <documentation/>
<extensionElements> <extensionElements>
<aws:extendProcess accessSecurityType="0" archivesId="0" cancelProcessExclusiveActivities="" cancelProcessExclusiveRule="" defaultInstanceTitle="" extendProperty="" IOBD="" IOR="" IOS="" IOC="" description="" iconFontColor="" iconFontCode="" processLevelType="0" shortMessageNotifyTemplate="" mailNotifyTemplate="" timeDuration="0" timeDurationText="" trackDiagramType="2" taskOpenType="" wariningTimeDuration="0" wariningTimeDurationText="" isFormSummary="false" formSummary="" dataTrigger="" isAutoArchives="false" isCancelProcess="false" isCancelTask="false" isDataShare="false" isDraftRemove="false" isMobileStart="false" isQuickStart="false" isSecurityLayer="false" isTrackForm="false" isWorklistPopMini="false" isTransferPriority="false" isMatrixDistributed="false" isResetLostHistory="false" isTpl="false" tplSource="" tplUpdateLog="" tplLockedInfo="" processAccessPerm="" notifyConfig="" initSecurityLayer="-1" versionId="obj_e23ee0bc532b4954b158b3a6d6e043d3" processGroupId="obj_a53d2f8a27f249859f4c04619c9cbb9d" processGroupName="权限矩阵" categoryName="资产库周期管理" engineType="1" processVer="0" versionStatus="0" processAdministrator="admin" createUser="admin" createTime="2022-07-12 14:52:40" updateUser="" updateTime="2022-07-12 14:52:40" historyMaxVersion="26" releaseUser="" releaseTime="" messageDigest="" isManaged="false" isIgnoreMapRoleSelect="false" isMapRoleSelectAtStart="false"/> <aws:extendProcess accessSecurityType="0" archivesId="0" cancelProcessExclusiveActivities="" cancelProcessExclusiveRule="" defaultInstanceTitle="" extendProperty="" IOBD="" IOR="" IOS="" IOC="" description="" iconFontColor="" iconFontCode="" processLevelType="0" shortMessageNotifyTemplate="" mailNotifyTemplate="" timeDuration="0" timeDurationText="" trackDiagramType="2" taskOpenType="" wariningTimeDuration="0" wariningTimeDurationText="" isFormSummary="false" formSummary="" dataTrigger="" isAutoArchives="false" isCancelProcess="false" isCancelTask="false" isDataShare="false" isDraftRemove="false" isMobileStart="false" isQuickStart="false" isSecurityLayer="false" isTrackForm="false" isWorklistPopMini="false" isTransferPriority="false" isMatrixDistributed="false" isResetLostHistory="false" isTpl="false" tplSource="" tplUpdateLog="" tplLockedInfo="" processAccessPerm="" notifyConfig="" initSecurityLayer="-1" versionId="obj_e23ee0bc532b4954b158b3a6d6e043d3" processGroupId="obj_a53d2f8a27f249859f4c04619c9cbb9d" processGroupName="资产库周期管理" categoryName="资产库周期管理" engineType="1" processVer="0" versionStatus="0" processAdministrator="admin" createUser="admin" createTime="2022-07-15 22:57:17" updateUser="" updateTime="2022-07-15 22:57:17" historyMaxVersion="26" releaseUser="" releaseTime="" messageDigest="" isManaged="false" isIgnoreMapRoleSelect="false" isMapRoleSelectAtStart="false"/>
</extensionElements> </extensionElements>
<userTask id="obj_6364a56a5f364464a0c4c430ad79d28a" name="默认" implementation="" isForCompensation="false"> <userTask id="obj_6364a56a5f364464a0c4c430ad79d28a" name="默认" implementation="" isForCompensation="false">
<extensionElements> <extensionElements>
<aws:extendUserTask opinionOption="0" commentPosition="0" isBatchComplete="false" rendering="" isCCTask="false" ccTaskButtonLabel="传阅" isClaimTask="false" completeButtonLabel="办理" isDelegateTask="false" delegateTaskButtonLabel="转办" dynamicBehaviorType="" isDynamicJump="false" isDynamicTask="false" emailNotifyTemplate="" emailNotifyType="0" isCommentsLib="false" commentsLibFilter="" commentsCycleCoverRule="" commentsStyle="" operatingAuthorization="[{&quot;4f09f813-8435-4f1f-a908-c9cacc30a338&quot;:{&quot;isFormDataSnapshot&quot;:false,&quot;isFormDataRemove&quot;:true,&quot;isFormDataModify&quot;:true,&quot;isFormDataSnapshotList&quot;:false,&quot;isFormDataAdd&quot;:true,&quot;isEditSecurity&quot;:false,&quot;isSaveRequired&quot;:true},&quot;mainFormID&quot;:&quot;4f09f813-8435-4f1f-a908-c9cacc30a338&quot;}]" addressConfig="" formToKMSOption="" isHiddenFormToolbar="false" isIgnoreTask="false" no="1" isPrintForm="false" printFormMaxTimes="-1" printConfig="" isSupplyComment="true" isShareOpinion="true" isShortMessageNotify="false" isSupplyUnusualTransfer="false" timeDuration="0" timeDurationText="" isTraceOpinion="true" transferRestriction="" transferRestrictionType="0" dwAppSchemaPolicy="" wariningTimeDuration="0" dynamicJumpNums="" wariningTimeDurationText="" extendProperty="" customUniqueId="" notifyMessageTpl="" notifyConfig="" IOBD="" IOR="" IOS="" IOC="" addUser="false" removeUser="false" incomingGatewayType="Parallel" branchGatewayType="Parallel"> <aws:extendUserTask opinionOption="0" commentPosition="0" isBatchComplete="false" rendering="" isCCTask="false" ccTaskButtonLabel="传阅" isClaimTask="false" completeButtonLabel="办理" isDelegateTask="false" delegateTaskButtonLabel="转办" dynamicBehaviorType="" isDynamicJump="false" isDynamicTask="false" emailNotifyTemplate="" emailNotifyType="0" isCommentsLib="false" commentsLibFilter="" commentsCycleCoverRule="" commentsStyle="" operatingAuthorization="[{&quot;mainFormID&quot;:&quot;1396762d-647d-4627-8f85-9128d04621bb&quot;,&quot;1396762d-647d-4627-8f85-9128d04621bb&quot;:{&quot;isFormDataSnapshot&quot;:false,&quot;isFormDataRemove&quot;:true,&quot;isFormDataModify&quot;:true,&quot;isFormDataSnapshotList&quot;:false,&quot;isFormDataAdd&quot;:true,&quot;isEditSecurity&quot;:false,&quot;isSaveRequired&quot;:true}}]" addressConfig="eyJmaWx0ZXIiOnsiYWRkcmVzc1NldHRpbmciOnsicmFuZ2UiOiJkZXBhcnRtZW50fHBvc2l0aW9ufHJvbGV8dGVhbSIsImlzRGlzcGxheU1hcCI6ZmFsc2UsImZpbHRlckNsYXNzIjoiIiwibGF5ZXJGcm9tIjoiIiwibGF5ZXJUbyI6IiIsInJvb3REZXRwSWQiOiIiLCJzb3VyY2VEYXRhQ2xhc3MiOiIifSwicmVhZG9ubHkiOmZhbHNlLCJmb3JSYW5nZSI6ImFkcl9jY3xhZHJfZGVsfGFkcl9zaWdufGFkcl90ZWFtIn0sImZvclJhbmdlIjoiIn0=" formToKMSOption="{&quot;cardName&quot;:&quot;&quot;,&quot;cardCreateUser&quot;:&quot;@uid&quot;,&quot;dimensionIdJsonArray&quot;:[],&quot;option&quot;:&quot;none&quot;}" isHiddenFormToolbar="false" isIgnoreTask="false" no="1" isPrintForm="false" printFormMaxTimes="-1" printConfig="{&quot;printCommentControl&quot;:&quot;&quot;,&quot;printTemplateFormDefId&quot;:&quot;&quot;,&quot;optionName&quot;:&quot;&quot;,&quot;printPageSize&quot;:&quot;&quot;}" isSupplyComment="true" isShareOpinion="true" isShortMessageNotify="false" isSupplyUnusualTransfer="false" timeDuration="0" timeDurationText="" isTraceOpinion="true" transferRestriction="" transferRestrictionType="0" dwAppSchemaPolicy="" wariningTimeDuration="0" dynamicJumpNums="" wariningTimeDurationText="" extendProperty="" customUniqueId="" notifyMessageTpl="" notifyConfig="{&quot;taskReceived&quot;:[],&quot;taskCC&quot;:[{&quot;notifyType&quot;:&quot;enterpriseWechat&quot;},{&quot;notifyType&quot;:&quot;dingTalk&quot;}]}" IOBD="" IOR="" IOS="" IOC="" addUser="false" removeUser="false" incomingGatewayType="Parallel" branchGatewayType="Parallel">
<aws:formSet id="obj_126c920758664a8b8160bf526aa4d667" formId="4f09f813-8435-4f1f-a908-c9cacc30a338" copyConfig="" orderIndex="0" historyConfig="" shareLinkConfig=""> <aws:formSet id="obj_48349e9f850945d5a39f8def0ace7d5f" formId="1396762d-647d-4627-8f85-9128d04621bb" copyConfig="" orderIndex="1" historyConfig="" shareLinkConfig="">
<aws:boProperty id="obj_aaf7837cb98347cea057695515292b69" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ORGCODE" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_51f4056026d74ed08d5ec1660a169ced" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ORGCODE" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_614a97392c1c455885c305db9f933fac" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_1_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_fa45993fbf42447a982cc4db95acb1b7" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ORGNAME" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_03a1305ae8664542828ddd34692012f0" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L1_SP" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_99cc9f43c1c24d4aa0ea1421e0e1b83e" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_1_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_cc7e529d4098442498611de810a7b842" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR1" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_89994febf8624dcaae1d7f73ced0217e" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_1_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_df84b4a3b79140cca6d7aab68dd249ac" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_2_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_f40203cb9a9444a19ae5e91833af5389" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L1_SP" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_4dc7db0a022b479db7faf61ccc121e76" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L2_SP" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_9e5bbf7a10dc4ab5950b91f5aa6625bd" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR1" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_5367dab0a92248fbae9a031f4c50ffd5" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR2" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_0a1867cebd66418983f9547f35c02cac" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_2_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_d3ba79a56d8a4a05a48e3ad332a7d299" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_3_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_686873cea6ac433084297dd9404e83ba" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_2_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_54a12934f1f741ada2a3cc429f5e8b9d" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L3_SP" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_870cefa9da4745a0a2b7b0cda69aee14" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L2_SP" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_7962947a77d945238d6cb7943bd72a74" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR3" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_da25a65a2b6545ed8193fcec212c0b21" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR2" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_8a5fd762685748babfc1154208165c47" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ADAPT_REGION_NAME" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_aa5a6f26f6bd4d8694c843474424d086" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_3_PROCESS_NAME" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_edd5db28821040f9bbfd0c9608479ba9" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ADAPT_REGION_CODE" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_86e2c2dd47cc4b889141fe01fda84e96" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_3_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_7d1d3d71363d44d7970038b4d20d1378" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="APPLICABLE_PRODUCT" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_8b1f996ccf6f4e25a352e6df125c9f49" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="L3_SP" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_c8bc67dba9294ecc8124308345ccf3ab" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="APPLICABLE_PRODUCT_CODE" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_83f79c8945244a0a9a162a3d3c4e40a2" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="AUDITOR3" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_87dcd0c7886c41b58fc1fdf589d0478b" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="MAJORKEY" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_286b7fb0f52a4e749fc986c09986a535" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ADAPT_REGION_NAME" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_aaf0afca584c4891ad875e40fd673f43" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_1_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_0c325e110a044f30b0c558b233dadd95" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="ADAPT_REGION_CODE" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_181e9e3cc558499a998bf6c12d4055ba" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_2_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_13fee439cd2641108962574979c09d10" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="APPLICABLE_PRODUCT" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_47452a5b488c41209482d1333b774e47" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="LEVEL_3_PROCESS_ID" isDisplay="true" isModify="true" isACSetting="false"/> <aws:boProperty id="obj_dc2fe43b5c404a9fb7e413db7eeaff6a" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="APPLICABLE_PRODUCT_CODE" isDisplay="true" isModify="true" isACSetting="false"/>
<aws:boProperty id="obj_16de8dce5d19445094e1fbe0a07f48f9" boId="d1a399f2-6e73-4ab2-a0ba-8302d7711dd5" fieldName="MAJORKEY" isDisplay="true" isModify="true" isACSetting="false"/>
</aws:formSet> </aws:formSet>
<aws:routeTxt>{"multiSelectDisabledCheckBox":true,"includeSelf":true,"ignoreOptionVal":"auto","isHistoryRoute":true,"routeType":"com.actionsoft.bpms.commons.performer.impl.user.DynamicUsers","multiSelect":true,"ignoreOptions":""}</aws:routeTxt> <aws:routeTxt>{"multiSelectDisabledCheckBox":true,"includeSelf":true,"addressSetting":{},"customRuleVal":"","ignoreOptionVal":"auto","routeType":"com.actionsoft.bpms.commons.performer.impl.user.DynamicUsers","isHistoryRoute":true,"userOrderPolicy":"","multiSelect":true,"ignoreOptions":""}</aws:routeTxt>
</aws:extendUserTask> </aws:extendUserTask>
</extensionElements> </extensionElements>
<humanPerformer id="obj_be427ce786d34e61b03464aedf516ed5" name=""> <humanPerformer id="obj_be427ce786d34e61b03464aedf516ed5" name="任意指定">
<resourceAssignmentExpression> <resourceAssignmentExpression>
<formalExpression/> <formalExpression/>
</resourceAssignmentExpression> </resourceAssignmentExpression>

View File

@ -1 +1 @@
{"versionId":"obj_e23ee0bc532b4954b158b3a6d6e043d3","chartId":"obj_e23ee0bc532b4954b158b3a6d6e043d3","userIds":["admin"],"messages":[],"userNames":"管理员","remark":"","updateTime":"2022-07-12 14:52:40","definitionId":"obj_e23ee0bc532b4954b158b3a6d6e043d3"} {"versionId":"obj_e23ee0bc532b4954b158b3a6d6e043d3","chartId":"obj_e23ee0bc532b4954b158b3a6d6e043d3","userIds":["admin"],"messages":[],"userNames":"管理员","remark":"","updateTime":"2022-07-15 22:57:17","definitionId":"obj_e23ee0bc532b4954b158b3a6d6e043d3"}

View File

@ -680,4 +680,15 @@ public class PublisherController {
ProcessPublishWeb publishWeb = new ProcessPublishWeb(me); ProcessPublishWeb publishWeb = new ProcessPublishWeb(me);
return publishWeb.getApproveInfo(me,level1,level2,level3,company,region,product,bindid); return publishWeb.getApproveInfo(me,level1,level2,level3,company,region,product,bindid);
} }
/**
* 权限矩阵录入的时候获取默认的单位和单位编码
* @param me
* @return
*/
@Mapping("com.actionsoft.apps.coe.pal.publisher_getOrgInfo")
public String getOrgInfo(UserContext me){
ProcessPublishWeb publishWeb = new ProcessPublishWeb(me);
return publishWeb.getOrgInfo(me);
}
} }

View File

@ -2357,7 +2357,7 @@ public class ProcessPublishWeb extends ActionWeb {
obj.put("publishDesc", newBo.getString("PUBLISHDESC")); obj.put("publishDesc", newBo.getString("PUBLISHDESC"));
obj.put("publishFileName", newBo.getString("PUBLISHFILENAME")); obj.put("publishFileName", newBo.getString("PUBLISHFILENAME"));
obj.put("publishFileId", newBo.getString("PUBLISHFILEID")); obj.put("publishFileId", newBo.getString("PUBLISHFILEID"));
obj.put("processNumber",newBo.getString("PROCESS_NUMBER")); obj.put("processNumber", newBo.getString("PROCESS_NUMBER"));
PALRepositoryModel model = PALRepositoryCache.getCache().get(newBo.getString("PUBLISHFILEID")); PALRepositoryModel model = PALRepositoryCache.getCache().get(newBo.getString("PUBLISHFILEID"));
if (model != null) { if (model != null) {
obj.put("fileVersion", model.getVersion()); obj.put("fileVersion", model.getVersion());
@ -3125,4 +3125,25 @@ public class ProcessPublishWeb extends ActionWeb {
ro.put("data", result == null ? "" : result); ro.put("data", result == null ? "" : result);
return ro.toString(); return ro.toString();
} }
/**
* 录入权限矩阵的时候获取默认的单位信息和单位编码~
*
* @param me
* @return
*/
public String getOrgInfo(UserContext me) {
String departmentId = me.getUserModel().getDepartmentId();
String allpath = SDK.getORGAPI().getDepartmentById(departmentId).getPathNameOfCache();
String[] patharr = allpath.split("/");
// 可以为boData中的字段进行赋值
String orgname = patharr[0];
String departName = patharr[1];
//查询编码
String code = DBSql.getString(String.format("select ORGCODE from BO_ACT_ORGINFO where ORGNAME='%s'", orgname));
ResponseObject ro = ResponseObject.newOkResponse();
ro.put("orgname", orgname);
ro.put("orgcode", code);
return ro.toString();
}
} }

View File

@ -0,0 +1,141 @@
<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>权限矩阵新</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script>
var userZoneOffset = 8.0;
var isSaaSModel = false;
var isYijingCloud = false;
var isDingDingDaRuntime = false;
var isAppStoreService = true;
var isHighSecurity = false;
var isDingDingAdmin = false;
</script>
[#AWSImport]
[#AWSUIImport]
<link rel='stylesheet' id='schemeCss' href='../apps/_bpm.platform/css/colorschemes/scheme_aws.css' name='schemeCss'/>
<link type='text/css' rel='stylesheet' id='themeCss' href='../apps/_bpm.platform/css/theme/theme.css' name='themeCss'/>
</head>
<body>
<form id="frmMain" name="frmMain" method="post">
<div id="aws-form-container" class="aws-form-ux-container" border="0">
<table id="aws-form-maintable" class="awsui-ux aws-form-ux-maintable" style="table-layout: auto;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr id="aws-form-titlebg" class="aws-form-ux-titlebg">
<td id="aws-form-title" class="aws-form-ux-header">权限矩阵新</td>
</tr>
<tr class="aws-form-ux-formcontent" id="aws-form-formcontent">
<td class="">
<table id="table_container" class="awsui-ux table-striped" style="padding: 0px;" width="100%" cellspacing="3" cellpadding="0"><colgroup><col class="awsui-ux-title" /><col style="width: 50.0%;" /><col class="awsui-ux-title" /><col style="width: 50.0%;" /></colgroup>
<tbody>
<tr>
<td class="awsui-ux-title"><label for="ORGNAME" class="aws-form-ux-label">所属单位</label></td>
<td class="aws-form-ux-content">[#ORGNAME]</td>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="ORGCODE">所属单位编码</label></td>
<td class="aws-form-ux-content">[#ORGCODE]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="LEVEL_1_PROCESS_NAME">一级流程名称</label></td>
<td class="aws-form-ux-content">[#LEVEL_1_PROCESS_NAME]</td>
<td class="awsui-ux-title"><label for="LEVEL_1_PROCESS_ID" class="aws-form-ux-label">一级流程ID</label></td>
<td class="aws-form-ux-content">[#LEVEL_1_PROCESS_ID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="L1_SP">是否审批</label></td>
<td class="aws-form-ux-content">[#L1_SP]</td>
<td class="awsui-ux-title"><label for="AUDITOR1" class="aws-form-ux-label">第一批准人</label></td>
<td class="aws-form-ux-content">[#AUDITOR1]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="LEVEL_2_PROCESS_NAME">二级流程名称</label></td>
<td class="aws-form-ux-content">[#LEVEL_2_PROCESS_NAME]</td>
<td class="awsui-ux-title"><label for="LEVEL_2_PROCESS_ID" class="aws-form-ux-label">二级流程ID</label></td>
<td class="aws-form-ux-content">[#LEVEL_2_PROCESS_ID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="L2_SP">是否审批</label></td>
<td class="aws-form-ux-content">[#L2_SP]</td>
<td class="awsui-ux-title"><label for="AUDITOR2" class="aws-form-ux-label">第二批准人</label></td>
<td class="aws-form-ux-content">[#AUDITOR2]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="LEVEL_3_PROCESS_NAME">三级流程名称</label></td>
<td class="aws-form-ux-content">[#LEVEL_3_PROCESS_NAME]</td>
<td class="awsui-ux-title"><label for="LEVEL_3_PROCESS_ID" class="aws-form-ux-label">三级流程ID</label></td>
<td class="aws-form-ux-content">[#LEVEL_3_PROCESS_ID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="L3_SP">是否审批</label></td>
<td class="aws-form-ux-content">[#L3_SP]</td>
<td class="awsui-ux-title"><label for="AUDITOR3" class="aws-form-ux-label">第三批准人</label></td>
<td class="aws-form-ux-content">[#AUDITOR3]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="ADAPT_REGION_NAME">区域</label></td>
<td class="aws-form-ux-content">[#ADAPT_REGION_NAME]</td>
<td class="awsui-ux-title"><label for="ADAPT_REGION_CODE" class="aws-form-ux-label">区域编号</label></td>
<td class="aws-form-ux-content">[#ADAPT_REGION_CODE]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="APPLICABLE_PRODUCT">产品</label></td>
<td class="aws-form-ux-content">[#APPLICABLE_PRODUCT]</td>
<td class="awsui-ux-title"><label for="APPLICABLE_PRODUCT_CODE" class="aws-form-ux-label">产品编号</label></td>
<td class="aws-form-ux-content">[#APPLICABLE_PRODUCT_CODE]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label class="aws-form-ux-label" for="MAJORKEY">整合主键</label></td>
<td class="aws-form-ux-content">[#MAJORKEY]</td>
<td class="awsui-ux-title"></td>
<td class="aws-form-ux-content"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr class="aws-form-bottom">
<td class="aws-form-ux-actionsoft">[#Actionsoft]</td>
</tr>
</tbody>
</table>
</div>
</form>
<script id="formOnload">
function formOnload(){
var code = ui('ORGCODE');
debugger;
if(code.length > 0){
// return;
}
var param = {
cmd: 'com.actionsoft.apps.coe.pal.publisher_getOrgInfo',
sid: $('#sid').val(),
};
$.ajax({
url : "./jd",
type : "GET",
dataType : "JSON",
async : true,
data : param,
success : function(r) {
debugger;
var orgname = r.data.orgname;
var orgcode = r.data.orgcode;
ui('ORGCODE',orgcode);
ui('ORGNAME',orgname);
if('伊利集团总部' != orgname){
uiEditable('ORGCODE', false);
uiEditable('ORGNAME', false);
}
}
});
}
</script>
</body>
</html>

View File

@ -460,4 +460,8 @@
<param name="product"/> <param name="product"/>
<param name="bindid"/> <param name="bindid"/>
</cmd-bean> </cmd-bean>
<!--by bzp 查询单位信息 -->
<cmd-bean name="com.actionsoft.apps.coe.pal.publisher_getOrgInfo">
</cmd-bean>
</aws-actions> </aws-actions>