| | |
| | | <p:commandLink styleClass="search reagentSearch" process="@form" update="@form"></p:commandLink> |
| | | </p:panelGrid> |
| | | |
| | | <p:commandButton value="新增试剂" process="@this" |
| | | actionListener="#{applyMngController.onReagentNewBtnClick}" |
| | | oncomplete="PF('dialog').show();" |
| | | update="@parent:@parent:@parent:dialog" |
| | | styleClass="new-btn" style="position: absolute;display: none;right: 42px;top:62px"></p:commandButton> |
| | | |
| | | <p:dataTable id="applyMngNewReagentDataTable" styleClass="data-table" style="margin-left: 2px" |
| | | resizableColumns="true" paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom" |
| | | lazy="true" value="#{applyMngController.reagentDataModel}" var="row" rowKey="#{row.id}" |