From c40584197536ec5be01e5fbfd84014a251a8138a Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Tue, 15 Nov 2022 09:19:30 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 8 +- src/api/basic/udiInfo.js | 8 + src/views/basic/UdiInfoSelectLocalUdi.vue | 1353 +++++++++++---------- src/views/thrsys/ThrOrderSelect.vue | 14 +- 4 files changed, 713 insertions(+), 670 deletions(-) diff --git a/public/config.json b/public/config.json index 4fa0fa2..adb61bf 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,7 @@ { - "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9991/", - "BASE_URL": "http://192.168.0.109:9991", - "SERVER_IP": "http://192.168.0.109:9991", - "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/", + "UDI_SYNC_SERVER_IP": "http://127.0.0.1:9991/", + "BASE_URL": "http://127.0.0.1:9991", + "SERVER_IP": "http://127.0.0.1:9991", + "WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/", "hosp_name": "平和县医院" } diff --git a/src/api/basic/udiInfo.js b/src/api/basic/udiInfo.js index 769f3ac..06e769c 100644 --- a/src/api/basic/udiInfo.js +++ b/src/api/basic/udiInfo.js @@ -16,6 +16,14 @@ export function filterCompany(query) { }); } +export function superSearch(query) { + return axios({ + url: "/udiwms/udiinfo/superSearch", + method: "get", + params: query + }); +} + export function filterByUuid(query) { return axios({ url: "/udiwms/udiinfo/local/filterByUuid", diff --git a/src/views/basic/UdiInfoSelectLocalUdi.vue b/src/views/basic/UdiInfoSelectLocalUdi.vue index ac426c4..3d40b5e 100644 --- a/src/views/basic/UdiInfoSelectLocalUdi.vue +++ b/src/views/basic/UdiInfoSelectLocalUdi.vue @@ -1,720 +1,757 @@ diff --git a/src/views/thrsys/ThrOrderSelect.vue b/src/views/thrsys/ThrOrderSelect.vue index e4a2d60..bd7c81f 100644 --- a/src/views/thrsys/ThrOrderSelect.vue +++ b/src/views/thrsys/ThrOrderSelect.vue @@ -90,19 +90,17 @@ - - - - - - - + + + + +