| | |
| | | </div> |
| | | </p:dialog> |
| | | <p:dialog modal="true" header="领用详情" appendTo="@(body)" id="reagentCodeDialogForPerson" |
| | | widgetVar="reagentCodeDialogForPerson" resizable="false" width="930" class="ui-dialog"> |
| | | widgetVar="reagentCodeDialogForPerson" resizable="false" width="1000" class="ui-dialog"> |
| | | <p:tabView dynamic="true" style="margin-left: 26px"> |
| | | <p:tab title="补贴条码" id="applyInOrder"> |
| | | <h:form id="reagentCodeDialogForm2"> |
| | |
| | | minValue="0" decimalPlaces="0" |
| | | required="true" requiredMessage="请输入领用数量" id="useNum"/> |
| | | <p:column> |
| | | <p:panel styleClass="btn" style="text-align: right"> |
| | | <p:commandButton value="添加" |
| | | process="@this,useNum" |
| | | styleClass="yes-btn" |
| | | actionListener="#{warehouseStockMngController.add2()}" |
| | | update="@(.reagentCode),endReagentCode" |
| | | style="position: relative;left: 20px;width: 58px;height: 34px;"> |
| | | style="position: relative;left: -8px;width: 62px;height: 34px;font-size: 12px;background-color: #ee7135"> |
| | | </p:commandButton> |
| | | </p:panel> |
| | | </p:column> |
| | | </p:panelGrid> |
| | | <p:separator style="margin: 15px"/> |