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 5f53c3e5d38dd182df18aa46744c9de8aeed5bdf..2381e253c8732ca1bb3a3061b31e3e9967756e1b 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 556b06f5c45c7b4dcc3ec6beda6f911d7a9b6a90..6430d17d372cb73d91f311032b18fbd3f6081e8a 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 d000a340a9479a8aca56cc055e4c42ecba07e2b0..fd8417850bd512d63dd227c1d90bd1e024a97eaa 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 08ce9855b1855b916a3053225ef3fcb539537135..8b1f50866a32a3ccdc0634e84b68d94b0e4ac7ec 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
-
-
-
-