| | |
| | | <p:outputLabel styleClass="title" value="试剂流向追踪"></p:outputLabel> |
| | | |
| | | <p:panel styleClass="center-header"> |
| | | <p:panelGrid styleClass="filter" columns="11"> |
| | | <p:panelGrid styleClass="filter" columns="13"> |
| | | <p:outputLabel value="开始时间:"></p:outputLabel> |
| | | <p:calendar value="#{opeUseFlowInfoController.startDate}"></p:calendar> |
| | | |
| | |
| | | <p:outputLabel value="条形码:"></p:outputLabel> |
| | | <p:inputText value="#{opeUseFlowInfoController.reagentCode}"></p:inputText> |
| | | |
| | | <p:outputLabel value="柜号:"></p:outputLabel> |
| | | <p:inputText value="#{opeUseFlowInfoController.containerCode}"></p:inputText> |
| | | |
| | | <p:outputLabel value="场所名:"></p:outputLabel> |
| | | <p:inputText value="#{opeUseFlowInfoController.houseName}"></p:inputText> |
| | | <p:commandLink styleClass="search" process="@form" update="@form"></p:commandLink> |