李宇
2021-07-02 5758b702aceacd76f2a1e1a63d848cd4948e99e1
src/main/webapp/reagent_user_flow_info.xhtml
@@ -15,7 +15,15 @@
         <p:outputLabel styleClass="title" value="试剂流向追踪"></p:outputLabel>
         <p:panel styleClass="center-header">
            <p:panelGrid styleClass="filter" columns="13">
            <p:panelGrid styleClass="filter" columns="16">
               <style type="text/css">
                  .ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all{
                     min-width: 60px !important;
                  }
                  .ui-selectonemenu-items.ui-selectonemenu-list.ui-widget-content.ui-widget.ui-corner-all.ui-helper-reset{
                     width: 77px !important;
                  }
               </style>
               <p:outputLabel value="开始时间:"></p:outputLabel>
               <p:calendar value="#{opeUseFlowInfoController.startDate}"></p:calendar>
@@ -33,6 +41,15 @@
               <p:outputLabel value="场所名:"></p:outputLabel>
               <p:inputText value="#{opeUseFlowInfoController.houseName}"></p:inputText>
               <p:outputLabel value="操作状态:"></p:outputLabel>
               <p:selectOneMenu value="#{opeUseFlowInfoController.operatestate}" style="width: 60px;">
                  <f:selectItem itemLabel="全部" itemValue="#{null}" noSelectionOption="true"></f:selectItem>
                  <f:selectItems value="#{baseMetaService.getBaseMetaList(constants.OPERATE_STATUS)}"
                              var="item" itemLabel="#{item.metaValue}" itemValue="#{item.id}"></f:selectItems>
               </p:selectOneMenu>
               <p:commandLink styleClass="search" process="@form" update="@form"></p:commandLink>
            </p:panelGrid>
         </p:panel>
@@ -40,8 +57,10 @@
      <p:panel styleClass="center-body">
         <p:panelGrid columns="1" styleClass="btn">
         <p:panelGrid columns="2" styleClass="btn">
            <p:commandButton value="报废" styleClass="del-btn"  ajax="false" actionListener="#{opeUseFlowInfoController.scrapReagent}" />
            <p:commandButton value="导出" styleClass="new-btn"  ajax="false" id="exportButton" widgetVar="exportButton"
                         actionListener="#{opeUseFlowInfoController.export2Excel}" />
         </p:panelGrid>
         <p:dataTable id="reagentUseFlowInfoDataTable" styleClass="data-table"
            paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom"