| | |
| | | var="item" |
| | | dropdown="true" |
| | | styleClass="apply-user-autocomplete" |
| | | itemLabel="#{!empty warehouseStockMngController.userId?warehouseStockMngController.getSelectedUserById(warehouseStockMngController.userId).name : item.name}" |
| | | itemLabel="#{!empty warehouseStockMngController.userId?warehouseStockMngController.getSelectedUserById(warehouseStockMngController.userId).name : ' '}" |
| | | itemValue="#{item.id}" forceSelection="true"> |
| | | <p:ajax event="itemSelect" listener="#{warehouseStockMngController.resetLaboratory()}" process="@this" update="@this,experments,stacks" /> |
| | | <p:column> |
| | |
| | | |
| | | <p:dataTable id="warehouseReagentUseDataTableForPerson" styleClass="data-table" |
| | | paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom" |
| | | lazy="true" value="#{warehouseStockMngController.selectedListForPerson}" var="row" |
| | | lazy="true" value="#{warehouseStockMngController.selectedTmpOrderList}" var="row" |
| | | rowKey="#{row.id}" emptyMessage="无数据"> |
| | | <p:column headerText="试剂名称"> |
| | | <h:outputText value="#{row.reagent.name}"></h:outputText> |