| | |
| | | </p:column> |
| | | |
| | | <p:column headerText="课题组"> |
| | | <h:outputText value="#{sysProjectServiceImpl.getSysProject(row.projectId).project}"></h:outputText> |
| | | <h:outputText value="#{row.project}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="ARP"> |
| | |
| | | required="true" requiredMessage="请输入ARP号"></p:inputText> |
| | | |
| | | <p:outputLabel value="课题组"></p:outputLabel> |
| | | <p:selectOneMenu value="#{userMngController.sysUser.projectId}"> |
| | | <f:selectItem itemLabel="不选择课题组" /> |
| | | <p:selectOneMenu value="#{userMngController.sysUser.project}" filter="true" filterMatchMode="startsWith"> |
| | | <f:selectItem itemLabel="不选择课题组" /> |
| | | <f:selectItems value="#{sysProjectServiceImpl.getAll()}" |
| | | var="item" itemLabel="#{item.project}" itemValue="#{item.id}"></f:selectItems> |
| | | var="item" itemLabel="#{item.project}" itemValue="#{item.project}"></f:selectItems> |
| | | </p:selectOneMenu> |
| | | |
| | | <p:outputLabel value="姓名"></p:outputLabel> |