yili-apps/com.actionsoft.apps.coe.pal.publisher/repository/dictionary/dic/dic_32aed7b6782b4b79bd0431b4d1163a44.xml
2022-07-12 15:42:49 +08:00

70 lines
2.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--AWS 字典描述文件,适用于6.0以上版本 \n-->
<dictionary>
<id>8ce080c6-a411-4cae-81a1-8a04c076b901</id>
<!--App分类-->
<categoryName>资产库周期管理</categoryName>
<!--字典显示的标题-->
<title>L2流程列表</title>
<!--要显示的SQL记录 \n 1.where条件支持所有@命令 \n 2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外 \n-->
<data><![CDATA[select PROCESSCODE,PROCESSNAME from BO_ACT_PROCESSINFO where LEVEL='L2']]></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>PROCESSCODE</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>LEVEL_2_PROCESS_ID</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>PROCESSNAME</name>
<!--该字段是否用来返回给父级窗口的控件,targetName为控件名-->
<targetName>LEVEL_2_PROCESS_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-->