From 3d6977328f5d2b1d2d1440ffc8f8a3e58603b0e4 Mon Sep 17 00:00:00 2001 From: wzk <2438381872@qq.com> Date: Fri, 7 Nov 2025 16:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E3=80=8B=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE-?= =?UTF-8?q?=E3=80=8B=E5=BA=93=E6=88=BF/=E8=8D=AF=E6=88=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=97=A0=E6=B3=95=E6=B7=BB=E5=8A=A0=E7=9A=84=E8=80=97?= =?UTF-8?q?=E6=9D=90=E5=BA=93=E9=97=AE=E9=A2=98=E7=9A=84=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/basicmanage/warehouseLocation/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue index 404481ed..2c7a4725 100644 --- a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue +++ b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue @@ -153,7 +153,7 @@ const { proxy } = getCurrentInstance(); const loading = ref(true); const organization = ref([]); const queryParams = ref({ - locationFormList: [11, 16], + locationFormList: [11, 16, 17], }); const open = ref(false); const form = ref({ @@ -243,14 +243,14 @@ function getPageList() { } function handleAdd() { - title.value = '添加药库药房'; + title.value = '添加库房/药房/耗材库'; open.value = true; editShow.value = false; reset(); } function handelEdit(row) { - title.value = '编辑药库药房'; + title.value = '编辑库房/药房/耗材库'; open.value = true; editShow.value = true; setTimeout(() => {