From 08d2852c99d71a7d76f1fa330f6b14838b68ee00 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 02 十二月 2024 11:41:30 +0800 Subject: [PATCH] 调整预约小票打印位置 --- src/views/ecg/appointment/CheckItemPanel.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/appointment/CheckItemPanel.vue b/src/views/ecg/appointment/CheckItemPanel.vue index 70f48f6..67d5bf2 100644 --- a/src/views/ecg/appointment/CheckItemPanel.vue +++ b/src/views/ecg/appointment/CheckItemPanel.vue @@ -108,11 +108,11 @@ // 鍙充晶 Pane 杈撳嚭 const _bookSeqNum = bookSeqNum.value??props.appointment?.bookSeqNum - panel.addPrintText({ options: { width: 140, height: 20, top: 0, left: 160, title: ''+_bookSeqNum, textAlign: 'center', fontSize: 30, fontFamily: '寰蒋闆呴粦', fontWeight: '1200' } }); + panel.addPrintText({ options: { width: 140, height: 20, top: 5, left: 160, title: ''+_bookSeqNum, textAlign: 'center', fontSize: 30, fontFamily: '寰蒋闆呴粦', fontWeight: '1200' } }); // 娉ㄦ剰浜嬮」 const notes = checkTypeStore.getCheckTypeNotes(props.appointment.bookCheckType) - panel.addPrintText({ options: { width: 140, height: 40, top: 30, left: 160, title: notes, textAlign: 'center', fontSize: 13, fontFamily: '寰蒋闆呴粦', fontWeight: '700', } }); + panel.addPrintText({ options: { width: 140, height: 40, top: 35, left: 160, title: notes, textAlign: 'center', fontSize: 13, fontFamily: '寰蒋闆呴粦', fontWeight: '700', } }); //鎵撳嵃 if (undefined === printMode) -- Gitblit v1.9.3