From 47a751cb301d05276ae5d75145d57b2d090fe4e1 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期一, 01 七月 2024 10:58:35 +0800
Subject: [PATCH] change
---
src/main/webapp/warehouse_reagent_direct_store.xhtml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/warehouse_reagent_direct_store.xhtml b/src/main/webapp/warehouse_reagent_direct_store.xhtml
index 03b9bd3..45268ff 100644
--- a/src/main/webapp/warehouse_reagent_direct_store.xhtml
+++ b/src/main/webapp/warehouse_reagent_direct_store.xhtml
@@ -184,12 +184,15 @@
<p:tabView dynamic="true" style="margin-left: 26px">
<p:tab title="试剂库">
<h:form id="applyMngNewReagentForm">
- <p:panelGrid styleClass="apply-mng-new-reagent-filter" columns="5" style="margin-left: -18px">
+ <p:panelGrid styleClass="apply-mng-new-reagent-filter" columns="7" style="margin-left: -18px">
<p:outputLabel value="试剂名称:"></p:outputLabel>
<p:inputText value="#{warehouseStockMngController.applyNewReagentName}"></p:inputText>
<p:outputLabel value="CAS:"></p:outputLabel>
<p:inputText value="#{warehouseStockMngController.applyNewCas}"></p:inputText>
+
+ <p:outputLabel value="产品编号:"></p:outputLabel>
+ <p:inputText value="#{warehouseStockMngController.productSn}"></p:inputText>
<p:commandLink styleClass="search" process="@form" update="@form"></p:commandLink>
</p:panelGrid>
@@ -219,7 +222,7 @@
<h:outputText value="#{row.supplierName}"></h:outputText>
</p:column>
<p:column headerText="厂家">
- <h:outputText value="#{row.productHomeName}"></h:outputText>
+ <h:outputText value="#{row.productHome}"></h:outputText>
</p:column>
<p:column headerText="规格">
<h:outputText value="#{baseMetaService.getBaseMetaValue(row.reagentFormat)}"></h:outputText>
--
Gitblit v1.9.2