序号 | 说明 |
1 | 在业务表模板中搞两个字段,code字段参与保存但隐藏,name字段不参与保存但显示!code是文本框,name字段是参照,两者互逆. |
2 | 在name字段上配置加载公式关联基础表,比如关联人员:getColValue("pub_user","user_name","login_code","createuser"),即查询出人员姓名 |
3 | 在name字段的参照是配置字段返回映射,要返回两个字段,分别把基础表的code与name都返回,比如:【字段映射=login_code->createuser;user_name->createuser_name;】 |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |