From d7267166ff3fb313b13f218694e7e362f091270a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BD=B3=E7=82=9C?= <1503983799@qq.com> Date: Fri, 7 Mar 2025 09:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=AF=BC=E6=A3=80=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/print-lock.css | 352 +++++ src/views/inspect/physicalEnroll/index.vue | 3 +- src/views/summary/audit/index.vue | 3 - src/views/summary/examination/index.vue | 3 - src/views/summary/print/template.js | 1640 +------------------- 5 files changed, 379 insertions(+), 1622 deletions(-) create mode 100644 public/print-lock.css diff --git a/public/print-lock.css b/public/print-lock.css new file mode 100644 index 0000000..82c1404 --- /dev/null +++ b/public/print-lock.css @@ -0,0 +1,352 @@ +@media print { + body { + margin: 0px; + padding: 0px; + } +} + +@page { + margin: 0; +} + +.hiprint-printPaper * { + box-sizing: border-box; + -moz-box-sizing: border-box; /* Firefox */ + -webkit-box-sizing: border-box; /* Safari */ +} + +.hiprint-printPaper *:focus { + outline: -webkit-focus-ring-color auto 0px; +} + +.hiprint-printPaper { + position: relative; + padding: 0 0 0 0; + page-break-after: always; + -webkit-user-select: none; /* Chrome/Safari/Opera */ + -moz-user-select: none; /* Firefox */ + user-select: none; + overflow-x: hidden; + overflow: hidden; +} + +.hiprint-printPaper .hiprint-printPaper-content { + position: relative; +} + +/* 火狐浏览器打印 第一页过后 重叠问题 */ +@-moz-document url-prefix() { + .hiprint-printPaper .hiprint-printPaper-content { + position: relative; + margin-top: 20px; + top: -20px + } +} + +.hiprint-printPaper.design { + overflow: visible; +} + + +.hiprint-printTemplate .hiprint-printPanel { + page-break-after: always; +} + +.hiprint-printPaper, hiprint-printPanel { + box-sizing: border-box; + border: 0px; +} + +.hiprint-printPanel .hiprint-printPaper:last-child { + page-break-after: avoid; +} + +.hiprint-printTemplate .hiprint-printPanel:last-child { + page-break-after: avoid; +} + +.hiprint-printPaper .hideheaderLinetarget { + border-top: 0px dashed rgb(201, 190, 190) !important; +} + +.hiprint-printPaper .hidefooterLinetarget { + border-top: 0px dashed rgb(201, 190, 190) !important; +} + +.hiprint-printPaper.design { + border: 1px dashed rgba(170, 170, 170, 0.7); +} + +.design .hiprint-printElement-table-content, .design .hiprint-printElement-longText-content { + overflow: hidden; + box-sizing: border-box; +} + +.design .resize-panel { + box-sizing: border-box; + border: 1px dotted; +} + +.hiprint-printElement-text { + background-color: transparent; + background-repeat: repeat; + padding: 0 0 0 0; + border: 0.75pt none rgb(0, 0, 0); + direction: ltr; + font-family: 'SimSun'; + font-size: 9pt; + font-style: normal; + font-weight: normal; + padding-bottom: 0pt; + padding-left: 0pt; + padding-right: 0pt; + padding-top: 0pt; + text-align: left; + text-decoration: none; + line-height: 9.75pt; + box-sizing: border-box; + word-wrap: break-word; + word-break: break-all; +} + +.design .hiprint-printElement-text-content { + border: 1px dashed rgb(206, 188, 188); + box-sizing: border-box; +} + +.hiprint-printElement-longText { + background-color: transparent; + background-repeat: repeat; + border: 0.75pt none rgb(0, 0, 0); + direction: ltr; + font-family: 'SimSun'; + font-size: 9pt; + font-style: normal; + font-weight: normal; + padding-bottom: 0pt; + padding-left: 0pt; + padding-right: 0pt; + padding-top: 0pt; + text-align: left; + text-decoration: none; + line-height: 9.75pt; + box-sizing: border-box; + word-wrap: break-word; + word-break: break-all; + /*white-space: pre-wrap*/ +} + + +.hiprint-printElement-table { + background-color: transparent; + background-repeat: repeat; + color: rgb(0, 0, 0); + border-color: rgb(0, 0, 0); + border-style: none; + direction: ltr; + font-family: 'SimSun'; + font-size: 9pt; + font-style: normal; + font-weight: normal; + padding-bottom: 0pt; + padding-left: 0pt; + padding-right: 0pt; + padding-top: 0pt; + text-align: left; + text-decoration: none; + padding: 0 0 0 0; + box-sizing: border-box; + line-height: 9.75pt; +} + +.hiprint-printElement-table thead { + background: #e8e8e8; + font-weight: 700; +} + +table.hiprint-printElement-tableTarget { + width: 100%; +} + +.hiprint-printElement-tableTarget, .hiprint-printElement-tableTarget tr, .hiprint-printElement-tableTarget td { + border-color: rgb(0, 0, 0); + /*border-style: none;*/ + /*border: 1px solid rgb(0, 0, 0);*/ + font-weight: normal; + direction: ltr; + padding-bottom: 0pt; + padding-left: 4pt; + padding-right: 4pt; + padding-top: 0pt; + text-decoration: none; + vertical-align: middle; + box-sizing: border-box; + word-wrap: break-word; + word-break: break-all; + /*line-height: 9.75pt; + font-size: 9pt;*/ +} + +.hiprint-printElement-tableTarget-border-all { + border: 1px solid; +} +.hiprint-printElement-tableTarget-border-none { + border: 0px solid; +} +.hiprint-printElement-tableTarget-border-lr { + border-left: 1px solid; + border-right: 1px solid; +} +.hiprint-printElement-tableTarget-border-left { + border-left: 1px solid; +} +.hiprint-printElement-tableTarget-border-right { + border-right: 1px solid; +} +.hiprint-printElement-tableTarget-border-tb { + border-top: 1px solid; + border-bottom: 1px solid; +} +.hiprint-printElement-tableTarget-border-top { + border-top: 1px solid; +} +.hiprint-printElement-tableTarget-border-bottom { + border-bottom: 1px solid; +} + +.hiprint-printElement-tableTarget-border-td-none td { + border: 0px solid; +} +.hiprint-printElement-tableTarget-border-td-all td:not(:nth-last-child(-n+2)) { + border-right: 1px solid; +} +.hiprint-printElement-tableTarget-border-td-all td:not(last-child) { + border-right: 1px solid; +} +.hiprint-printElement-tableTarget-border-td-all td:last-child { + border-left: 1px solid; +} +.hiprint-printElement-tableTarget-border-td-all td:last-child:first-child { + border-left: none; +} + +/*.hiprint-printElement-tableTarget tr,*/ +.hiprint-printElement-tableTarget td { + height: 18pt; +} + +.hiprint-printPaper .hiprint-paperNumber { + font-size: 9pt; +} + +.design .hiprint-printElement-table-handle { + position: absolute; + height: 21pt; + width: 21pt; + background: red; + z-index: 1; +} + +.hiprint-printPaper .hiprint-paperNumber-disabled { + float: right !important; + right: 0 !important; + color: gainsboro !important; +} + +.hiprint-printElement-vline, .hiprint-printElement-hline { + border: 0px none rgb(0, 0, 0); + +} + +.hiprint-printElement-vline { + border-left: 0.75pt solid #000; + border-right: 0px none rgb(0, 0, 0) !important; + border-bottom: 0px none rgb(0, 0, 0) !important; + border-top: 0px none rgb(0, 0, 0) !important; +} + +.hiprint-printElement-hline { + border-top: 0.75pt solid #000; + border-right: 0px none rgb(0, 0, 0) !important; + border-bottom: 0px none rgb(0, 0, 0) !important; + border-left: 0px none rgb(0, 0, 0) !important; +} + +.hiprint-printElement-oval, .hiprint-printElement-rect { + border: 0.75pt solid #000; +} + +.hiprint-text-content-middle { +} + +.hiprint-text-content-middle > div { + display: grid; + align-items: center; +} + +.hiprint-text-content-bottom { +} + +.hiprint-text-content-bottom > div { + display: grid; + align-items: flex-end; +} + +.hiprint-text-content-wrap { +} + +.hiprint-text-content-wrap .hiprint-text-content-wrap-nowrap { + white-space: nowrap; +} + +.hiprint-text-content-wrap .hiprint-text-content-wrap-clip { + white-space: nowrap; + overflow: hidden; + text-overflow: clip; +} + +.hiprint-text-content-wrap .hiprint-text-content-wrap-ellipsis { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +/*hi-grid-row */ +.hi-grid-row { + position: relative; + height: auto; + margin-right: 0; + margin-left: 0; + zoom: 1; + display: block; + box-sizing: border-box; +} + +.hi-grid-row::after, .hi-grid-row::before { + display: table; + content: ''; + box-sizing: border-box; +} + +.hi-grid-col { + display: block; + box-sizing: border-box; + position: relative; + float: left; + flex: 0 0 auto; +} + +.table-grid-row { + margin-left: -0pt; + margin-right: -0pt; +} + +.tableGridColumnsGutterRow { + padding-left: 0pt; + padding-right: 0pt; +} + +.hiprint-gridColumnsFooter { + text-align: left; + clear: both; +} diff --git a/src/views/inspect/physicalEnroll/index.vue b/src/views/inspect/physicalEnroll/index.vue index 660e4b9..ee2da8e 100644 --- a/src/views/inspect/physicalEnroll/index.vue +++ b/src/views/inspect/physicalEnroll/index.vue @@ -1120,7 +1120,7 @@ const { scaleValue, changeScale } = useZoom(TEMPLATE_KEY); const handlePersonInfoPrintInspection = async () => { personInfoDelete.value = !personInfoDelete.value personInfoEdit.value = !personInfoEdit.value - console.log('printMedicalSn',printMedicalSn.value) + //打印导检单 const dataPrint = await SummaryApi.printInfoOfMedicalSn(printMedicalSn.value) hiprintTemplate = newHiprintPrintTemplate(TEMPLATE_KEY, { @@ -1142,7 +1142,6 @@ const handlePersonInfoPrintInspection = async () => { // 调用浏览器打印 hiprintTemplate.print(dataPrint, options, ext); - } /** 获取患者列表数据 **/ diff --git a/src/views/summary/audit/index.vue b/src/views/summary/audit/index.vue index a3a4231..075b5ce 100644 --- a/src/views/summary/audit/index.vue +++ b/src/views/summary/audit/index.vue @@ -53,9 +53,6 @@
- 通过 驳回 diff --git a/src/views/summary/examination/index.vue b/src/views/summary/examination/index.vue index fb57c9f..0ba9bfe 100644 --- a/src/views/summary/examination/index.vue +++ b/src/views/summary/examination/index.vue @@ -53,9 +53,6 @@
- 汇总保存 提交 diff --git a/src/views/summary/print/template.js b/src/views/summary/print/template.js index 324a104..e63448d 100644 --- a/src/views/summary/print/template.js +++ b/src/views/summary/print/template.js @@ -1632,7 +1632,7 @@ export default { "type": "text" } }, - { + /* { "options": { "left": 36, "top": 21, @@ -1659,7 +1659,7 @@ export default { "printElementType": { "type": "text" } - }, + },*/ { "options": { "left": 174, @@ -2565,9 +2565,9 @@ export default { { "options": { "left": 342, - "top": 486, - "height": 9.75, - "width": 13.5, + "top": 489, + "height": 12, + "width": 7.5, "title": "/", "fontSize": 10.5, "textAlign": "center" @@ -2579,7 +2579,7 @@ export default { { "options": { "left": 415.5, - "top": 486, + "top": 484.5, "height": 9.75, "width": 55.5, "title": "护士签字", @@ -2606,7 +2606,7 @@ export default { { "options": { "left": 216, - "top": 490.5, + "top": 484.5, "height": 9.75, "width": 78, "title": "腰围(cm)臀围(cm)", @@ -2631,7 +2631,7 @@ export default { { "options": { "left": 39, - "top": 516, + "top": 514, "height": 9.75, "width": 81, "title": "血压(mmHg)", @@ -2644,9 +2644,9 @@ export default { { "options": { "left": 163.5, - "top": 517.5, - "height": 13.5, - "width": 9, + "top": 515, + "height": 12, + "width": 7.5, "title": "/", "fontSize": 10.5, "textAlign": "center" @@ -2658,7 +2658,7 @@ export default { { "options": { "left": 217.5, - "top": 519, + "top": 514, "height": 9.75, "width": 76.5, "title": "复测血压(mmHtg)", @@ -2671,9 +2671,9 @@ export default { { "options": { "left": 342, - "top": 519, - "height": 10.5, - "width": 13.5, + "top": 515, + "height": 12, + "width": 7.5, "title": "/", "fontSize": 10.5, "textAlign": "center" @@ -2685,7 +2685,7 @@ export default { { "options": { "left": 417, - "top": 519, + "top": 514, "height": 9.75, "width": 52.5, "title": "心率", @@ -2740,9 +2740,9 @@ export default { { "options": { "left": 170.25, - "top": 545.25, + "top": 544.5, "height": 9.75, - "width": 18, + "width": 13.5, "title": "左", "textAlign": "center" }, @@ -2753,7 +2753,7 @@ export default { { "options": { "left": 222, - "top": 546, + "top": 544.5, "height": 9.75, "width": 61.5, "title": "矫正视力", @@ -2766,9 +2766,9 @@ export default { { "options": { "left": 348, - "top": 546, + "top": 544.5, "height": 9.75, - "width": 18, + "width": 13.5, "title": "左", "textAlign": "center" }, @@ -2779,9 +2779,9 @@ export default { { "options": { "left": 304.5, - "top": 546, + "top": 544.5, "height": 9.75, - "width": 18, + "width": 13.5, "title": "右", "textAlign": "center", "right": 329.25, @@ -2796,7 +2796,7 @@ export default { { "options": { "left": 415.5, - "top": 546, + "top": 544.5, "height": 9.75, "width": 55.5, "title": "辨色力", @@ -3200,7 +3200,7 @@ export default { "paperHeader": 105, "paperFooter": 780, "printElements": [ - { + /*{ "options": { "left": 49.5, "top": 12, @@ -3226,7 +3226,7 @@ export default { "printElementType": { "type": "text" } - }, + },*/ { "options": { "left": 410, @@ -4464,1591 +4464,3 @@ export default { } ] } - - - - - -/* - { - "index": 0, - "name": 1, - "paperType": "A4", - "height": 297, - "width": 210, - "paperHeader": 63, - "paperFooter": 780, - "printElements": [ - { - "options": { - "left": 49.5, - "top": 12, - "height": 43, - "width": 51, - "testData": "123123", - "field": "qrcode", - "textType": "qrcode", - "textAlign": "center", - }, - "printElementType": { - "title": "自定义文本", - "type": "text" - } - }, - { - "options": { - "left": 100.5, - "top": 13.5, - "height": 40.5, - "width": 16.5, - "title": "扫码关注" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 414, - "top": 13.5, - "height": 34, - "width": 175, - "testData": "123123", - "field": "barcode", - "fontFamily": "微软雅黑", - "textAlign": "center", - "textType": "barcode" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 174, - "top": 15, - "height": 27, - "width": 204, - "title": "体检中心 导检单", - "fontSize": 19, - "fontWeight": "600", - "textAlign": "center", - "lineHeight": 26 - }, - "printElementType": { - "title": "自定义文本", - "type": "text" - } - }, - { - "options": { - "left": 159, - "top": 72, - "height": 9.75, - "width": 64.5, - "title": "性别", - "field": "gender", - "testData": "男" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 264, - "top": 72, - "height": 9.75, - "width": 70.5, - "title": "年龄", - "field": "age", - "testData": "20" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 49.5, - "top": 72, - "height": 9.75, - "width": 73.5, - "title": "姓名", - "field": "pname", - "testData": "张三" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 379.5, - "top": 72, - "height": 9.75, - "width": 120, - "title": "电话", - "field": "phone", - "testData": "15511063022" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 265.5, - "top": 90, - "height": 9.75, - "width": 120, - "title": "通讯地址", - "field": "address" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 49.5, - "top": 90, - "height": 9.75, - "width": 150, - "title": "体检编号", - "field": "medicalSn" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 40.5, - "top": 106.5, - "height": 9, - "width": 528, - "borderWidth": 0.75, - "right": 567.75, - "bottom": 106.5, - "vCenter": 303.75, - "hCenter": 102 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 100.5, - "top": 120, - "height": 324, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 100.5, - "top": 120, - "height": 27, - "width": 393, - "title": "餐前检查项日", - "textAlign": "center", - "right": 219.75, - "bottom": 129.75, - "vCenter": 159.75, - "hCenter": 124.875, - "lineHeight": 10.5, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 493.5, - "top": 120, - "height": 27, - "width": 81, - "title": "放弃签名", - "textAlign": "center", - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0, - "right": 541.5000228881836, - "bottom": 129.75, - "vCenter": 517.5000228881836, - "hCenter": 124.875 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 120, - "height": 324, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 493.5, - "top": 120, - "height": 324, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 120, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 574.5, - "top": 120, - "height": 324, - "width": 9, - "right": 582.75, - "bottom": 441, - "vCenter": 578.25, - "hCenter": 279.75 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 120, - "height": 28.5, - "width": 64.5, - "title": "医生签名", - "textAlign": "center", - "right": 100.5, - "bottom": 147.74999713897705, - "vCenter": 68.25, - "hCenter": 133.49999713897705, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "qrCodeLevel": 0, - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 171, - "top": 147, - "height": 57, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 147, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 574.5, - "bottom": 158.25, - "vCenter": 305.25, - "hCenter": 153.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 174, - "top": 150, - "height": 51, - "width": 318, - "field": "mealFront", - "right": 504.75, - "bottom": 211.5, - "vCenter": 345.75, - "hCenter": 186 - }, - "printElementType": { - "type": "longText" - } - }, - { - "options": { - "left": 111, - "top": 171, - "height": 9.75, - "width": 48, - "title": "检查", - "textAlign": "center", - "right": 159, - "bottom": 180.75, - "vCenter": 135, - "hCenter": 175.875, - "coordinateSync": false, - "widthHeightSync": false, - "qrCodeLevel": 0 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 100.5, - "top": 204, - "height": 28.5, - "width": 394.5, - "title": "营养早餐", - "textAlign": "center", - "right": 495, - "bottom": 232.5000057220459, - "vCenter": 297.75, - "hCenter": 218.2500057220459, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 204, - "height": 28.5, - "width": 64.5, - "title": "医生签名", - "textAlign": "center", - "right": 103.5, - "bottom": 234.75, - "vCenter": 71.25, - "hCenter": 220.5, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "qrCodeLevel": 0, - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 493.5, - "top": 204, - "height": 28.5, - "width": 81, - "title": "放弃签名", - "textAlign": "center", - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0, - "right": 574.5000228881836, - "bottom": 231, - "vCenter": 534.0000228881836, - "hCenter": 217.5 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 204, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 171, - "top": 232.5, - "height": 39, - "width": 9, - "right": 85.5, - "bottom": 294, - "vCenter": 81, - "hCenter": 274.5 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 232.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 552, - "bottom": 232.5, - "vCenter": 293.25, - "hCenter": 228 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 175.5, - "top": 237, - "height": 27, - "width": 315, - "title": "【免费早餐】", - "right": 536.25, - "bottom": 594.75, - "vCenter": 378.75, - "hCenter": 581.25 - }, - "printElementType": { - "type": "longText" - } - }, - { - "options": { - "left": 111, - "top": 252, - "height": 9.75, - "width": 48, - "title": "餐厅", - "textAlign": "center", - "right": 194.25, - "bottom": 326.25, - "vCenter": 172.5, - "hCenter": 321.375 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 100.5, - "top": 271.5, - "height": 28.5, - "width": 393, - "title": "餐后检查项目", - "textAlign": "center", - "right": 447.75, - "bottom": 299.9999942779541, - "vCenter": 274.5, - "hCenter": 285.7499942779541, - "lineHeight": 10.5, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 271.5, - "height": 28.5, - "width": 64.5, - "title": "医生签名", - "textAlign": "center", - "right": 101.49375915527344, - "bottom": 299.49375343322754, - "vCenter": 69.24375915527344, - "hCenter": 285.24375343322754, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "qrCodeLevel": 0, - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 493.5, - "top": 271.5, - "height": 28.5, - "width": 81, - "title": "放弃签名", - "textAlign": "center", - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0, - "right": 541.5000228881836, - "bottom": 129.75, - "vCenter": 517.5000228881836, - "hCenter": 124.875 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 271.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 574.5, - "bottom": 284.25, - "vCenter": 305.25, - "hCenter": 279.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 171, - "top": 300, - "height": 60, - "width": 9, - "right": 92.25, - "bottom": 399, - "vCenter": 87.75, - "hCenter": 369 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 300, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 174, - "top": 304.5, - "height": 52.5, - "width": 316.5, - "field": "mealAfter", - "right": 493.5, - "bottom": 357.75, - "vCenter": 335.25, - "hCenter": 331.5 - }, - "printElementType": { - "type": "longText" - } - }, - { - "options": { - "left": 111, - "top": 325.5, - "height": 9.75, - "width": 52.5, - "title": "基础检查", - "textAlign": "center", - "right": 162.75, - "bottom": 335.25, - "vCenter": 136.5, - "hCenter": 330.375 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 100.5, - "top": 360, - "height": 22.5, - "width": 393, - "title": "其他项目", - "textAlign": "center", - "right": 219.75, - "bottom": 369.7500114440918, - "vCenter": 159, - "hCenter": 364.8750114440918, - "lineHeight": 10.5, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 360, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 493.5, - "top": 360, - "height": 22.5, - "width": 81, - "title": "放弃签名", - "textAlign": "center", - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid", - "qrCodeLevel": 0, - "right": 574.5000228881836, - "bottom": 389.25, - "vCenter": 534.0000228881836, - "hCenter": 375.75 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 360, - "height": 22.5, - "width": 64.5, - "title": "医生签名", - "textAlign": "center", - "right": 101.25, - "bottom": 389.25, - "vCenter": 69, - "hCenter": 375, - "coordinateSync": false, - "widthHeightSync": false, - "backgroundColor": "#ccc0c0", - "qrCodeLevel": 0, - "textContentVerticalAlign": "middle", - "borderLeft": "solid", - "borderTop": "solid" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 382.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 576, - "bottom": 390.75, - "vCenter": 306.75, - "hCenter": 386.25 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 171, - "top": 382.5, - "height": 61.5, - "width": 9, - "right": 180, - "bottom": 457.5, - "vCenter": 175.5, - "hCenter": 426.75 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 174, - "top": 385.5, - "height": 54, - "width": 316.5, - "field": "mealOther", - "right": 501.75, - "bottom": 477.75, - "vCenter": 343.5, - "hCenter": 450.75 - }, - "printElementType": { - "type": "longText" - } - }, - { - "options": { - "left": 109.5, - "top": 409.5, - "height": 9.75, - "width": 52.5, - "title": "基础检查", - "textAlign": "center", - "right": 162.75, - "bottom": 335.25, - "vCenter": 136.5, - "hCenter": 330.375 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 444, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 574.5, - "bottom": 455.25, - "vCenter": 305.25, - "hCenter": 450.75 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 36, - "top": 459, - "height": 13.5, - "width": 135, - "title": "以下内容由体检护士填写", - "fontSize": 10.5, - "fontWeight": "bold", - "right": 171.75, - "bottom": 471.75, - "vCenter": 104.25, - "hCenter": 465 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 124.5, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 300, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 211.5, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 403.5, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 484.5, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 475.5, - "height": 87, - "width": 9 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 574.5, - "top": 475.5, - "height": 87, - "width": 9, - "right": 562.5, - "bottom": 512.25, - "vCenter": 558, - "hCenter": 468.75 - }, - "printElementType": { - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 475.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 39, - "top": 484.5, - "height": 9.75, - "width": 82.5, - "title": "身高(cm)/体重(kg)", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 342, - "top": 486, - "height": 9.75, - "width": 13.5, - "title": "/", - "fontSize": 10.5, - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 415.5, - "top": 486, - "height": 9.75, - "width": 55.5, - "title": "护士签字", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 163.5, - "top": 489, - "height": 12, - "width": 7.5, - "title": "/", - "fontSize": 10.5, - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 216, - "top": 490.5, - "height": 9.75, - "width": 78, - "title": "腰围(cm)臀围(cm)", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 504, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 39, - "top": 516, - "height": 9.75, - "width": 81, - "title": "血压(mmHg)", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 163.5, - "top": 517.5, - "height": 13.5, - "width": 9, - "title": "/", - "fontSize": 10.5, - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 217.5, - "top": 519, - "height": 9.75, - "width": 76.5, - "title": "复测血压(mmHtg)", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 342, - "top": 519, - "height": 10.5, - "width": 13.5, - "title": "/", - "fontSize": 10.5, - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 417, - "top": 519, - "height": 9.75, - "width": 52.5, - "title": "心率", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 532.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75 - }, - "printElementType": { - "type": "hline" - } - }, - { - "options": { - "left": 129, - "top": 544.5, - "height": 9.75, - "width": 13.5, - "title": "右", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 544.5, - "height": 9.75, - "width": 81, - "title": "裸视力", - "textAlign": "center", - "right": 111.75, - "bottom": 555, - "vCenter": 71.25, - "hCenter": 550.125 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 170.25, - "top": 545.25, - "height": 9.75, - "width": 18, - "title": "左", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 222, - "top": 546, - "height": 9.75, - "width": 61.5, - "title": "矫正视力", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 348, - "top": 546, - "height": 9.75, - "width": 18, - "title": "左", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 304.5, - "top": 546, - "height": 9.75, - "width": 18, - "title": "右", - "textAlign": "center", - "right": 329.25, - "bottom": 555.75, - "vCenter": 320.25, - "hCenter": 550.875 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 415.5, - "top": 546, - "height": 9.75, - "width": 55.5, - "title": "辨色力", - "textAlign": "center" - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 562.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 128.25, - "bottom": 573, - "vCenter": 83.25, - "hCenter": 568.5 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 256.5, - "top": 573, - "height": 12, - "width": 84, - "title": "加项信息", - "fontSize": 10.5, - "fontWeight": "bold", - "textAlign": "center", - "right": 321.0000228881836, - "bottom": 585, - "vCenter": 288.7500228881836, - "hCenter": 579 - }, - "printElementType": { - "type": "text" - } - }, - { - "options": { - "left": 237, - "top": 594, - "height": 69, - "width": 9, - "right": 45, - "bottom": 691.5000343322754, - "vCenter": 40.5, - "hCenter": 646.5000343322754 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 298.5, - "top": 594, - "height": 69, - "width": 9, - "right": 309, - "bottom": 674.2500228881836, - "vCenter": 304.5, - "hCenter": 639.7500228881836 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 384, - "top": 594, - "height": 69, - "width": 9, - "right": 372.7500228881836, - "bottom": 667.5000228881836, - "vCenter": 368.2500228881836, - "hCenter": 633.0000228881836 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 99, - "top": 594, - "height": 69, - "width": 9, - "right": 108, - "bottom": 663.7500228881836, - "vCenter": 103.5, - "hCenter": 629.2500228881836 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 514.5, - "top": 594, - "height": 69, - "width": 9, - "right": 416.2500228881836, - "bottom": 734.2500228881836, - "vCenter": 411.7500228881836, - "hCenter": 699.7500228881836 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 594, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 574.5, - "bottom": 605.25, - "vCenter": 305.25, - "hCenter": 600.75 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 574.5, - "top": 594, - "height": 69, - "width": 9, - "right": 579, - "bottom": 677.2500228881836, - "vCenter": 574.5, - "hCenter": 642.7500228881836 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 36, - "top": 594, - "height": 69, - "width": 9, - "right": 45, - "bottom": 691.5000343322754, - "vCenter": 40.5, - "hCenter": 646.5000343322754 - }, - "printElementType": { - "title": "竖线", - "type": "vline" - } - }, - { - "options": { - "left": 247.5, - "top": 600, - "height": 12, - "width": 42, - "title": "客人签字", - "right": 291.7500228881836, - "bottom": 612.0000228881836, - "vCenter": 270.7500228881836, - "hCenter": 606.0000228881836, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 145.5, - "top": 600, - "height": 12, - "width": 42, - "title": "检查结果", - "right": 186.75, - "bottom": 609.7500228881836, - "vCenter": 165.75, - "hCenter": 603.7500228881836, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 45, - "top": 600, - "height": 12, - "width": 42, - "title": "加项项目", - "right": 87, - "bottom": 611.2500228881836, - "vCenter": 66, - "hCenter": 606.3750228881836, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 319.5, - "top": 600, - "height": 12, - "width": 42, - "title": "加项项目", - "right": 87, - "bottom": 611.2500228881836, - "vCenter": 66, - "hCenter": 606.3750228881836, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 426, - "top": 600, - "height": 12, - "width": 42, - "title": "检查结果", - "right": 474.0000228881836, - "bottom": 612, - "vCenter": 453.0000228881836, - "hCenter": 606, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 525, - "top": 600, - "height": 12, - "width": 42, - "title": "客人签字", - "right": 569.2500228881836, - "bottom": 612.7500228881836, - "vCenter": 548.2500228881836, - "hCenter": 606.7500228881836, - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - }, - { - "options": { - "left": 36, - "top": 616.5, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 129, - "bottom": 714.75, - "vCenter": 84, - "hCenter": 710.25 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 37.5, - "top": 639, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 577.5, - "bottom": 730.5, - "vCenter": 308.25, - "hCenter": 726 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 36, - "top": 663, - "height": 9, - "width": 538.5, - "borderWidth": 0.75, - "right": 577.5, - "bottom": 750, - "vCenter": 308.25, - "hCenter": 745.5 - }, - "printElementType": { - "title": "横线", - "type": "hline" - } - }, - { - "options": { - "left": 343.5, - "top": 751.5, - "height": 15, - "width": 231, - "title": "体检结束后,请您将此单交于前台,否则影响健检报告。", - "coordinateSync": false, - "widthHeightSync": false, - "fontSize": 9.75, - "fontWeight": "bold", - "textAlign": "center", - "textContentVerticalAlign": "middle", - "qrCodeLevel": 0, - "right": 575.25, - "bottom": 766.5, - "vCenter": 459.75, - "hCenter": 759 - }, - "printElementType": { - "title": "文本", - "type": "text" - } - } - ], - "paperNumberLeft": 565.5, - "paperNumberTop": 819, - "paperNumberDisabled": true, - "paperNumberContinue": true, - "watermarkOptions": {}, - "panelLayoutOptions": {} - }, -*/