From 945182c6f89a587f35df39d89fc08b02e6a9bc8b Mon Sep 17 00:00:00 2001
From: wzk <2438381872@qq.com>
Date: Fri, 7 Nov 2025 09:56:50 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8A=A5=E8=A1=A8=E7=AE=A1?=
=?UTF-8?q?=E7=90=86-=E3=80=8B=E9=99=A2=E5=86=85=E5=BA=93=E6=88=BF?=
=?UTF-8?q?=E6=83=85=E5=86=B5=E6=9F=A5=E8=AF=A2=E6=8A=A5=E8=A1=A8-?=
=?UTF-8?q?=E3=80=8B=E5=BA=93=E5=AD=98=E5=95=86=E5=93=81=E6=98=8E=E7=BB=86?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8A=A5=E8=A1=A8bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dto/InventoryProductReportSearchParam.java | 6 ++++++
.../InventoryProductReportMapper.xml | 17 +++++++++++++----
.../inventoryProductDetails.vue | 10 +++++-----
3 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/reportmanage/dto/InventoryProductReportSearchParam.java b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/reportmanage/dto/InventoryProductReportSearchParam.java
index 0e541cd7..3b50e6cf 100644
--- a/openhis-server-new/openhis-application/src/main/java/com/openhis/web/reportmanage/dto/InventoryProductReportSearchParam.java
+++ b/openhis-server-new/openhis-application/src/main/java/com/openhis/web/reportmanage/dto/InventoryProductReportSearchParam.java
@@ -38,4 +38,10 @@ public class InventoryProductReportSearchParam {
/** 供应商 */
private Long supplierId;
+
+ /** 厂家/产地(供应商名称) */
+ private String manufacturerText;
+
+ /** 仓库ID(药房ID) */
+ private Long purposeLocationId;
}
diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/reportmanage/InventoryProductReportMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/reportmanage/InventoryProductReportMapper.xml
index 748a5175..a75f02db 100644
--- a/openhis-server-new/openhis-application/src/main/resources/mapper/reportmanage/InventoryProductReportMapper.xml
+++ b/openhis-server-new/openhis-application/src/main/resources/mapper/reportmanage/InventoryProductReportMapper.xml
@@ -4,7 +4,9 @@
diff --git a/openhis-ui-vue3/src/views/medicationmanagement/statisticalManagement/inventoryProductDetails.vue b/openhis-ui-vue3/src/views/medicationmanagement/statisticalManagement/inventoryProductDetails.vue
index d62e3a30..eed7145f 100644
--- a/openhis-ui-vue3/src/views/medicationmanagement/statisticalManagement/inventoryProductDetails.vue
+++ b/openhis-ui-vue3/src/views/medicationmanagement/statisticalManagement/inventoryProductDetails.vue
@@ -73,9 +73,9 @@
/>
-->
-
+
-
+