1 、EAS F7 多选属性控制
系统化菜单表:t_bas_sysmenuitem
客户化菜单表:t_pm_mainmenuitem
3 、EditUI 分录自动增加合计行
具体想实现的功能是比如在门户中有两个页签A、B,页签A下的portlet里面有个链接b,想点击b链接的时候链接到B页签去
实现:
<a href="<%=WebContextUtil.getPortalContextPath(request)%>/redirectTo.jsp?toPage=SYS_PC">0个EAS业务消息</a>
其中toPage参数为需要跳转到的页签的编码,可以在配置管理->系统页签管理->查看页签,里面看到编码
SYS_PC 是系统预置的流程中心页签
中断信息:Caused exception message is: fetched too much rows, cell number exceeding limit 1000000. fetched column count:20. fected row count:50000. fected cell count:1000000 [Client -- String Serialize]
解决方法:
1、停止服务器
2、关闭EAS管理控制台
3、eas服务器安装目录eas\admin\config下有个admin.vmoptions文件
需要修改该文件的exceptionCellNumber参数,由原来的1000000改成8000000(因现场需要调整)
4、启动eas管理控制台
5、启动服务
8、KdTable锁定列,不允许随滚动条移动
tblMain.getViewManager().setFreezeView(0, 4);