fix(pmr): 라벨 인쇄 개선
- 가로/세로 모드 분기 추가 (orientation 파라미터) - 기본값 portrait (세로 모드, QR 라벨과 동일 방향) - 환자 이름 selector 수정 (#detailName)
This commit is contained in:
@@ -2993,7 +2993,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
const patientName = document.querySelector('.patient-info h2')?.textContent?.trim() || '';
|
||||
const patientName = document.getElementById('detailName')?.textContent?.trim() || '';
|
||||
let printedCount = 0;
|
||||
let failedCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user