From daa697fff95964d33354e344e784b1a85302c486 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Thu, 5 Mar 2026 13:54:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8C=80=EC=B2=B4=EC=A1=B0=EC=A0=9C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20=EC=88=98=EC=A0=95=20-=20PS=5FType=20?= =?UTF-8?q?=EC=9D=98=EB=AF=B8=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PS_Type=1: 대) 일반 대체조제 (주황색) - PS_Type=4+9 쌍: 저) 저가대체 인센티브 (초록색) - 비급여 표시는 추후 별도 구현 --- backend/templates/pmr.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/templates/pmr.html b/backend/templates/pmr.html index 4b79328..6e2b18c 100644 --- a/backend/templates/pmr.html +++ b/backend/templates/pmr.html @@ -942,7 +942,7 @@ tr.row-removed { background: #fef2f2 !important; opacity: 0.7; } tr.row-changed { background: #fffbeb !important; } - /* 대체조제 표시 */ + /* 일반 대체조제 표시 */ .subst-badge { display: inline-block; background: linear-gradient(135deg, #f59e0b, #d97706); @@ -954,10 +954,10 @@ margin-right: 4px; vertical-align: middle; } - /* 비급여 표시 */ - .noncov-badge { + /* 저가대체 인센티브 표시 */ + .lowcost-badge { display: inline-block; - background: linear-gradient(135deg, #ef4444, #dc2626); + background: linear-gradient(135deg, #10b981, #059669); color: white; padding: 1px 5px; border-radius: 4px; @@ -1419,7 +1419,7 @@
- ${m.ps_type === '1' ? '비) ' : ''}${m.is_substituted ? '대) ' : ''}${m.med_name || m.medication_code} + ${m.ps_type === '1' ? '대) ' : ''}${m.is_substituted ? '저) ' : ''}${m.med_name || m.medication_code}
${m.medication_code}
${m.add_info ? `
${escapeHtml(m.add_info)}
` : ''}