From 8e6f031f96ea3d11ae11809caeb3a4a6915ae6f9 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期五, 16 八月 2024 13:49:53 +0800 Subject: [PATCH] 调整 --- module/md/page/popup/page/popup_target_dealer_edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/module/md/page/popup/page/popup_target_dealer_edit.html b/module/md/page/popup/page/popup_target_dealer_edit.html index 559a26b..b688cd1 100644 --- a/module/md/page/popup/page/popup_target_dealer_edit.html +++ b/module/md/page/popup/page/popup_target_dealer_edit.html @@ -353,7 +353,7 @@ popup: { onclick: function(obj) {//寮圭獥鐐瑰嚮浜嬩欢 //鎵撳紑寮�鎴峰簱寮圭獥 - me.openHospital("add", "hospital", function(popupobj) { + me.openHospital("add", "Pharmacy", function(popupobj) { let formData_ = clone(me.formData); formData_.drugstore_id = popupobj.list[0].hospital_id; formData_.drugstore_code = popupobj.list[0].md_hospital__code; -- Gitblit v1.8.0