gdg
2020-11-03 c4602682b52c25992d37d17199c665d8034f0737
模块:试剂领用
改:样式
提:秦老师
已修改1个文件
8 ■■■■■ 文件已修改
src/main/webapp/warehouse_stock_mng.xhtml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/warehouse_stock_mng.xhtml
@@ -11,6 +11,7 @@
<ui:composition>
    <p:tabView dynamic="true">
        <p:tab title="备货领取">
            <div id ="showTab" style="display: none">
            <h:form id="tmp">
                <p:panel styleClass="center-body">
                <p:panelGrid columns="3" styleClass="btn" rendered="#{warehouseStockMngController.editFlag==1}">
@@ -20,7 +21,7 @@
                    <p:commandButton value="清空" styleClass="del-btn" process="@form"
                                     actionListener="#{warehouseStockMngController.clear}"
                                     disabled="#{warehouseStockMngController.editFlag==0}" update=":centerRootPanel"/>
                    <p:commandButton value="领用" styleClass="edit-btn" process="@form"
                    <p:commandButton value="提交" styleClass="edit-btn" process="@form"
                                     actionListener="#{warehouseStockMngController.onUseBtnClick}"
                                     disabled="#{warehouseStockMngController.editFlag==0}" update=":centerRootPanel"/>
                </p:panelGrid>
@@ -69,6 +70,7 @@
                    </p:dataTable>
                </p:panel>
            </h:form>
            </div>
            <br/>
            <h:form id="warehouseStockMngForm">
                <p:panel styleClass="center-header">
@@ -89,10 +91,10 @@
                </p:panel>
                <p:panel styleClass="center-body">
                    <p:panelGrid columns="3" styleClass="btn" rendered="#{warehouseStockMngController.editFlag==1}">
                        <p:commandButton value="添加" styleClass="edit-btn" process="@form"
                        <p:commandButton value="领用" styleClass="edit-btn" process="@form"
                            actionListener="#{warehouseStockMngController.add}"
                                         disabled="#{warehouseStockMngController.editFlag==0}"
                            oncomplete="$('#showTab').css('display','block');"
                            update=":centerRootPanel"></p:commandButton>
                        <p:commandButton value="入库" styleClass="ruku-btn"
                                 process="@form"