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_direct_store.xhtml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/warehouse_reagent_direct_store.xhtml b/src/main/webapp/warehouse_reagent_direct_store.xhtml
index d22440c..03b9bd3 100644
--- a/src/main/webapp/warehouse_reagent_direct_store.xhtml
+++ b/src/main/webapp/warehouse_reagent_direct_store.xhtml
@@ -51,6 +51,10 @@
 	                    <h:outputText value="#{row.reagent!=null?row.reagent.name:''}"></h:outputText>
 	                </p:column>
 
+					<p:column headerText="产品编号">
+						<h:outputText value="#{row.reagent.productSn}"/>
+					</p:column>
+
 	                <p:column headerText="CAS" width="80">
 	                    <h:outputText value="#{row.reagent!=null?row.reagent.cas:''}"></h:outputText>
 	                </p:column>
@@ -199,6 +203,9 @@
                         <p:column headerText="试剂名称">
                             <h:outputText value="#{row.name}"></h:outputText>
                         </p:column>
+						<p:column headerText="产品编号">
+							<h:outputText value="#{row.productSn}"/>
+						</p:column>
                         <p:column headerText="CAS">
                             <h:outputText value="#{row.cas}"></h:outputText>
                         </p:column>

--
Gitblit v1.9.2