From 61de83f769642ff7da3d7f32b39c5014167a2950 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期五, 15 一月 2021 17:34:48 +0800 Subject: [PATCH] 修改试剂库、库存查询,登录超时,导出订单领取 --- src/main/webapp/warehouse_reagent_use_person.xhtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/warehouse_reagent_use_person.xhtml b/src/main/webapp/warehouse_reagent_use_person.xhtml index df762d8..a3073a5 100644 --- a/src/main/webapp/warehouse_reagent_use_person.xhtml +++ b/src/main/webapp/warehouse_reagent_use_person.xhtml @@ -22,7 +22,7 @@ var="item" dropdown="true" styleClass="apply-user-autocomplete" - itemLabel="#{!empty warehouseStockMngController.userId?warehouseStockMngController.getSelectedUserById(warehouseStockMngController.userId).name : item.name}" + 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> @@ -67,7 +67,7 @@ <p:dataTable id="warehouseReagentUseDataTableForPerson" styleClass="data-table" paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom" - lazy="true" value="#{warehouseStockMngController.selectedListForPerson}" var="row" + lazy="true" value="#{warehouseStockMngController.selectedTmpOrderList}" var="row" rowKey="#{row.id}" emptyMessage="无数据"> <p:column headerText="试剂名称"> <h:outputText value="#{row.reagent.name}"></h:outputText> -- Gitblit v1.9.2