From 570442532c815b8734ce068258a6dd0e6a565d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Fri, 29 May 2026 10:08:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(#615):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#615=EF=BC=9A=E3=80=90=E4=BD=8F=E9=99=A2=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E3=80=91=E5=BD=95=E5=85=A5=E4=B8=B4=E6=97=B6=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E6=97=B6=EF=BC=8C=E7=94=A8=E8=8D=AF=E9=A2=91=E6=AC=A1?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=A2=AB=E7=BD=AE=E7=81=B0=E9=94=81=E6=AD=BB?= =?UTF-8?q?=E4=B8=BA=E7=AB=8B=E5=8D=B3=E4=B8=94=E6=97=A0=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因: - 1. **Line 185**: `:disabled="row.therapyEnum == '2'"` — 临时医嘱时,频次被禁用 - 2. **Lines 644-658**: `onMounted` 中当 `therapyEnum == '2'` 自动设置频次为 'ST'(立即),且不允许医生修改 修复: - 移除 `:disabled` 禁用条件,让医生可以自由选择频次。 --- .../views/inpatientDoctor/home/components/order/OrderForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue index 3495081a1..b5e12b097 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue @@ -182,7 +182,6 @@ placeholder="频次" style="width: 120px" filterable - :disabled="row.therapyEnum == '2'" @keyup.enter.prevent=" () => { if (row.rateCode) {