From ea2ca7b092c1246fc2e648251760838968f790e3 Mon Sep 17 00:00:00 2001 From: tyz Date: Mon, 11 Nov 2024 11:48:26 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E7=94=B5=E5=AD=90=E5=A4=84=E6=96=B9?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configs/database.config | 8 +- .../Configs/system.config | 4 +- ...edicineElectronicPrescriptionController.cs | 4 +- .../Index.cshtml | 117 ++++++++---------- ...edicineElectronicPrescriptionDmnService.cs | 2 +- .../SysMedicineElectronicPrescriptionVO.cs | 1 + ...edicineElectronicPrescriptionDmnService.cs | 22 +++- .../Newtouch.EMR.Web/Configs/database.config | 5 +- .../Newtouch.EMR.Web/Configs/system.config | 9 +- 9 files changed, 88 insertions(+), 84 deletions(-) diff --git a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/database.config b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/database.config index 5f53c3e5..2381e253 100644 --- a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/database.config +++ b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/database.config @@ -1,10 +1,12 @@  - - + + - + + + \ No newline at end of file diff --git a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/system.config b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/system.config index 556b06f5..6430d17d 100644 --- a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/system.config +++ b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Configs/system.config @@ -25,14 +25,14 @@ - + - + diff --git a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Controllers/PharmacyDrugStorage/SysMedicineElectronicPrescriptionController.cs b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Controllers/PharmacyDrugStorage/SysMedicineElectronicPrescriptionController.cs index d000a340..fd841785 100644 --- a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Controllers/PharmacyDrugStorage/SysMedicineElectronicPrescriptionController.cs +++ b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Controllers/PharmacyDrugStorage/SysMedicineElectronicPrescriptionController.cs @@ -26,11 +26,11 @@ namespace Newtouch.HIS.Base.HOSP.Controllers.PharmacyDrugStorage [HttpGet] [HandlerAjaxOnly] - public ActionResult GetGridJson(Pagination pagination, string genname, string medListCodg) + public ActionResult GetGridJson(Pagination pagination, string genname, string medListCodg,string listType,string zt) { var data = new { - rows = _sysMedicineElectronicPrescriptionDmnService.GetPaginationList(pagination, genname, medListCodg), + rows = _sysMedicineElectronicPrescriptionDmnService.GetPaginationList(pagination, genname, medListCodg,listType,zt), total = pagination.total, page = pagination.page, records = pagination.records diff --git a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Views/SysMedicineElectronicPrescription/Index.cshtml b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Views/SysMedicineElectronicPrescription/Index.cshtml index 08ce9855..8b1f5086 100644 --- a/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Views/SysMedicineElectronicPrescription/Index.cshtml +++ b/Newtouch.HIS.Base/Newtouch.HIS.Base.HOSP/Views/SysMedicineElectronicPrescription/Index.cshtml @@ -6,63 +6,38 @@ var opr = Newtouch.Common.Operator.OperatorProvider.GetCurrent(); } - - - - - - - Index - - - -
-
+ +
+
+ 筛选信息 +
+
+ + + +
药品名: - + 国家医保编码: - + + 药品类型: + + 有效标志: + @@ -73,14 +48,13 @@
-
-
-
-
- - - - + +
+
+
+
+
+