From d2be6e4afe1dba009b56f8555792f2823f9e4535 Mon Sep 17 00:00:00 2001
From: gdg <764716047@qq.com>
Date: 星期一, 22 二月 2021 10:34:59 +0800
Subject: [PATCH] 订单入库备货领取的返回 和修改 试剂直接入库和试剂管理 的搜索排序

---
 src/main/webapp/reagent_user_flow_info.xhtml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/reagent_user_flow_info.xhtml b/src/main/webapp/reagent_user_flow_info.xhtml
index 02ca1f0..1519eeb 100644
--- a/src/main/webapp/reagent_user_flow_info.xhtml
+++ b/src/main/webapp/reagent_user_flow_info.xhtml
@@ -14,7 +14,7 @@
 			<p:outputLabel styleClass="title" value="试剂流向追踪"></p:outputLabel>
 
 			<p:panel styleClass="center-header">
-				<p:panelGrid styleClass="filter" columns="11">
+				<p:panelGrid styleClass="filter" columns="13">
 					<p:outputLabel value="开始时间:"></p:outputLabel>
 					<p:calendar value="#{opeUseFlowInfoController.startDate}"></p:calendar>
 
@@ -27,6 +27,9 @@
 					<p:outputLabel value="条形码:"></p:outputLabel>
 					<p:inputText value="#{opeUseFlowInfoController.reagentCode}"></p:inputText>
 
+					<p:outputLabel value="柜号:"></p:outputLabel>
+					<p:inputText value="#{opeUseFlowInfoController.containerCode}"></p:inputText>
+
 					<p:outputLabel value="场所名:"></p:outputLabel>
 					<p:inputText value="#{opeUseFlowInfoController.houseName}"></p:inputText>
 					<p:commandLink styleClass="search" process="@form" update="@form"></p:commandLink>

--
Gitblit v1.9.2