#岗位列表优化

shuzhi
wangjie 2 years ago
parent b511560c3d
commit f3b5ec8aa9

@ -88,10 +88,10 @@ public class JobTitlesBrowserService extends BrowserService {
sqlwhere += " and jobactivityname like '%" + jobactivityname + "%'"; sqlwhere += " and jobactivityname like '%" + jobactivityname + "%'";
} }
cols.add(new SplitTableColBean("true", "id")); cols.add(new SplitTableColBean("true", "id"));
cols.add(new SplitTableColBean("20%", "岗位称", "jobtitlename", "jobtitlename")); cols.add(new SplitTableColBean("20%", "岗位称", "jobtitlename", "jobtitlename"));
cols.add(new SplitTableColBean("20%", "职级名称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE)); cols.add(new SplitTableColBean("20%", "岗位全称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE));
cols.add(new SplitTableColBean("20%", "岗位编号", "jobtitlecode", "jobtitlecode")); cols.add(new SplitTableColBean("20%", "岗位编号", "jobtitlecode", "jobtitlecode"));
cols.add(new SplitTableColBean("20%", "职级代码", "jobactivitymark", "jobactivitymark")); cols.add(new SplitTableColBean("20%", "子序列", "jobactivitymark", "jobactivitymark"));
cols.add(new SplitTableColBean("20%", "序列", "jobgroupremark", "jobgroupremark")); cols.add(new SplitTableColBean("20%", "序列", "jobgroupremark", "jobgroupremark"));
tableBean = new SplitTableBean(backfields, fromSql, sqlwhere, orderby, "a.id", cols); tableBean = new SplitTableBean(backfields, fromSql, sqlwhere, orderby, "a.id", cols);
} }

Loading…
Cancel
Save