| | |
| | | |
| | | <p:column selectionMode="multiple" style="width: 30px;text-align: center;"/> |
| | | |
| | | <p:column headerText="产品编号"> |
| | | <p:column headerText="产品编号" style="white-space:normal;"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.productSn:''}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="试剂名称"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.name:''}"></h:outputText> |
| | | <p:column headerText="试剂名称" style="white-space:normal;"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.name:''}" ></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="管制品"> |
| | |
| | | <p:column headerText="产品编号"> |
| | | <h:outputText value="#{row.productSn}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="试剂名称"> |
| | | <p:column headerText="试剂名称" style="white-space:normal;"> |
| | | <h:outputText value="#{row.name}"></h:outputText> |
| | | <h:outputText value="收藏" readonly="true" rendered="#{row.favor!=null}" styleClass="favor"></h:outputText> |
| | | </p:column> |
| | |
| | | <p:column selectionMode="multiple" style="width: 30px;text-align: center;"/> |
| | | |
| | | <p:ajax event="rowDblselect" listener="#{applyMngController.onApplyHistoryRowSelect}" update=":applyMngNewForm,:applyDialog"></p:ajax> |
| | | <p:column headerText="申购编号" width="120"> |
| | | <p:column headerText="申购编号" width="120" style="white-space:normal;"> |
| | | <h:outputText value="#{row.applyCode}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="申购产品"> |
| | | <p:column headerText="申购产品" style="white-space:normal;"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.name:''}"></h:outputText> |
| | | </p:column> |
| | | |
| | |
| | | rows="50" pageLinks="5"> |
| | | |
| | | <p:ajax event="rowDblselect" listener="#{applyMngController.onReagentRowSelect}" update=":applyMngNewForm,:applyDialog"></p:ajax> |
| | | <p:column headerText="产品编号"> |
| | | <p:column headerText="产品编号" style="white-space:normal;"> |
| | | <h:outputText value="#{row.productSn}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="试剂名称"> |
| | | <h:outputText value="#{row.name}"></h:outputText> |
| | | <p:column headerText="试剂名称" style="white-space:normal;"> |
| | | <h:outputText value="#{row.name}" ></h:outputText> |
| | | <h:outputText value="收藏" readonly="true" rendered="#{row.favor!=null}" styleClass="favor"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="管制品"> |