欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

复选:<input class="nui-dictcombobox" name="criteria._expr[2]._value" dictTypeId="MIS_CONTRACTTYPE" multiSelect="true" style="width: 100px;"/>

单选(带全部选项):<input class="nui-dictcombobox" name="criteria._expr[8]._value" dictTypeId="CS_SERVSTAGE" showNullItem="true" nullItemText="全部" style="width: 100px;"/>

列表显示: 

<div field="gender" headerAlign="center" allowSort="true" renderer="genderDeal"> 性别
                        </div>

function genderDeal(e){
    return nui.getDictText('gender',e.value);
   }