lyfO_o
2021-04-23 44d8520e82869cd1e95b86e9d4207143f43a0e78
src/main/webapp/warehouse_reagent_use.xhtml
@@ -24,7 +24,7 @@
                           var="item"
                           dropdown="true"
                           styleClass="apply-user-autocomplete"
                           itemLabel="#{!empty warehouseStockMngController.userId ?warehouseStockMngController.getSelectedUserById(warehouseStockMngController.userId).name : null}"
                           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>
@@ -43,11 +43,12 @@
                   id="experments">
                  <f:selectItems value="#{warehouseStockMngController.laboratory}"
                     var="item" itemLabel="#{item.name}" itemValue="#{item.id}"></f:selectItems>
                  <f:ajax listener="#{warehouseStockMngController.resetLaboratoryContainers}" update="stacks"/>
                  <f:ajax listener="#{warehouseStockMngController.resetLaboratoryContainers}" render="stacks"/>
               </p:selectOneMenu>
               <p:outputLabel value="实验室试剂柜:"></p:outputLabel>
               <p:selectOneMenu value="#{warehouseStockMngController.laboratoryContainerId}" id="stacks"
                  >
                  <f:ajax listener="#{warehouseStockMngController.setContainerId}"/>
                  <f:selectItems value="#{warehouseStockMngController.laboratoryContainers}"
                     var="item" itemLabel="#{item.name}" itemValue="#{item.id}"></f:selectItems>
               </p:selectOneMenu>
@@ -63,7 +64,8 @@
               <p:commandButton value="重置" process="@this" update="@form"
                  actionListener="#{warehouseStockMngController.onResetBtnClick}"
                  styleClass="reset-btn"></p:commandButton>
               <p:commandButton value="保存" process="@form" update=":centerRootPanel"
               <p:commandButton value="保存" process="@this" update=":centerRootPanel"
                            immediate="true"
                  actionListener="#{warehouseStockMngController.onSaveBtnClick}"
                  styleClass="save-btn">
                  <p:confirm header="确认" message="确认操作?"></p:confirm>
@@ -193,7 +195,8 @@
            </p:column>
            <p:column headerText="条形码">
               <p:commandButton value="操作" styleClass="edit-btn" process="@form"
               <p:commandButton value="操作" styleClass="edit-btn" process="@this"
                            immediate="true"
                  actionListener="#{warehouseStockMngController.onReagentCodeBtnClick(row)}"
                  update=":reagentCodeDialog">
               </p:commandButton>
@@ -204,16 +207,16 @@
   <p:dialog id="apply-ui" header="领用单" widgetVar="printDialog" appendTo="@(body)" modal="true" resizable="false">
      <div id="printTarget">
         <div style=" margin: 10mm 10mm 0mm 2mm;">
      <div id="printTarget" style="margin-right: -51px;">
         <div style="margin: 25mm 17mm 0mm 15mm;">
      <h:form id="printDialog" style="width: 1100px">
         <p:outputPanel style="text-align: center;font-size: 14px;font-weight: 700;">#{warehouseStockMngController.printTable['head']}</p:outputPanel>
         <p:outputPanel style="text-align: center;font-size: 15px;margin: 20px;font-weight: 700;">#{warehouseStockMngController.printTable['title']}</p:outputPanel>
         <p:outputPanel style="text-align: center;font-size: 17px;font-weight: 700;">#{warehouseStockMngController.printTable['head']}</p:outputPanel>
         <p:outputPanel style="text-align: center;font-size: 16px;margin: 20px;font-weight: 700;">#{warehouseStockMngController.printTable['title']}</p:outputPanel>
         <div>
            <div style="display: flex;flex-direction: row;justify-content: flex-end;margin-right: 17px;">
               <div style="width: 100px;">单据编号:</div>
               <div>
            <div style="display: flex;flex-direction: row;justify-content: flex-end;width: 1081px;">
               <div style="width: 98px;">单据编号:</div>
               <div style="width:183px;">
                  <!--                                <input style="border: 0;" value="#{warehouseStockMngController.printTable['receiptNumber']}"/>-->
                  <p:inputText value="#{warehouseStockMngController.receiptNumber}" valueChangeListener="#{warehouseStockMngController.receiptNumberChange}">
                     <p:ajax event="valueChange" listener="#{warehouseStockMngController.receiptNumberChange()}"  />
@@ -273,7 +276,7 @@
      </p:column>
      <p:column headerText="包装" width="90px;" style="text-align: center;">
         <h:outputText value="#{row.mainMetering==null?'':row.mainMetering}" />
         <h:outputText value="#{row.mainMetering==null?'':row.mainMetering.replace('null','')}" />
      </p:column>
      <p:column headerText="数量" width="90px;" style="text-align: center;">
@@ -303,7 +306,7 @@
            <p:commandButton value="关闭"
                         process="@this"
                         styleClass="yes-btn"
                         actionListener="#{warehouseStockMngController.onCancelBtnClick}"
                         actionListener="#{warehouseStockMngController.closeDialog2}"
                         style="position: relative;left: 20px;"
                         update=":centerRootPanel"
                         oncomplete="PF('printDialog').hide()">