huangyw 2 years ago
parent
commit
8d11e72f72

+ 2 - 2
src/xt_pages/dialysis/details/index.vue View File

@@ -2154,11 +2154,11 @@ export default {
2154 2154
     },
2155 2155
     printAction: function() {
2156 2156
         const style = '@media print {.signPrint{margin-left:30px;} .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } .printCell span{display: inline-block;width: 180px;} @page {margin-top:10px;}}'
2157
-        const style1 = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } .printCell span{display: inline-block;width: 170px;} @page {margin-top:10px;}}'
2157
+        const style1 = '@page {margin-top:10px;} @media print{}'
2158 2158
         printJS({
2159 2159
           printable: 'print_content',
2160 2160
           type: 'html',
2161
-          documentTitle: '  ',
2161
+          documentTitle: '',
2162 2162
           style: style1,
2163 2163
           scanStyles: false
2164 2164
         })

+ 7 - 5
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -1421,7 +1421,7 @@ export default {
1421 1421
         '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
1422 1422
       const style2 =
1423 1423
         // 防止分页错位问题:table设置border: none;.tr设置page-break-inside:avoid; // 防止table数据太多,tr分页错乱 td设置border: 1px solid #000;// 防止部分分页的tr边框线没有
1424
-        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .print-table{border: none} .print-table tr{page-break-inside:avoid;} .print-table tr td{border: 1px solid #000;} .inside_table{border: none} .inside_table tr{page-break-inside:avoid;} .inside_table tr td{border: 1px solid #000;} .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 3px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-50{margin-bottom:50px;}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:900px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top: 1050px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}.table-box1 {border: 1px solid #000;width: 100%;line-height: 30px;font-size: 14px;border-collapse: collapse;}.table-box1 tr {border-bottom: 1px solid #000;} .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px} ';
1424
+        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .print-table{border: none} .print-table tr{page-break-inside:avoid;} .print-table tr td{border: 1px solid #000;} .inside_table{border: none} .inside_table tr{page-break-inside:avoid;} .inside_table tr td{border: 1px solid #000;} .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 20px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;} .print_page_main_content .proj_table tbody tr inside_table tbody tr{page-break-inside:avoid;} .print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 3px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-50{margin-bottom:50px;}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:900px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top: 1050px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}.table-box1 {border: 1px solid #000;width: 100%;line-height: 30px;font-size: 14px;border-collapse: collapse;}.table-box1 tr {border-bottom: 1px solid #000;} .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px} ';
1425 1425
       const style3 =
1426 1426
         '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:16px;border-color: #000;}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #000;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}.row {font-size: 16px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line {display: inline-block;border-bottom: 1px solid #000;text-align: center;white-space: nowrap; width: 50%;}';
1427 1427
       // const style3 =
@@ -1445,7 +1445,7 @@ export default {
1445 1445
       const style11 =
1446 1446
         '@media print {.dialysis-print-order{width:960px;margin:100px auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:30px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:15px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
1447 1447
       // 雷州惠爱样式
1448
-      const style12 ='@page {margin-top:5px;}@media print {.dialysis-print-order{width:960px;margin:0 auto;margin-top:50px;} .dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:40px;font-size:14px} .dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:40px;font-size:14px} .print-table tbody tr td{border-collapse:collapse;} .dialysis-print-order .print-table .short_tr th p{height:20px !important; line-height:20px !important;} .list_table{border-collapse:collapse;height:40px;display: flex;justify-content: flex-start;} .list_table div{text-align: left;flex: 1;}  .list_table_1{height:40px;line-height:40px;text-align:left;border-collapse:collapse;} .list_table_1 div{height:40px;line-height:40px;} .dialysis-print-order .td_div1{display:flex;white-space: normal;} .dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;line-height:35px} .print-table tr th p{height: 20px; line-height: 20px}  .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}@page {margin-left:30px;margin-right:40px;} ';
1448
+      const style12 ='@page {margin-top:10px;}@media print {.dialysis-print-order{width:960px;margin:0 auto;margin-top:30px;} .dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:40px;font-size:14px} .dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:40px;font-size:14px} .print-table tbody tr td{border-collapse:collapse;} .dialysis-print-order .print-table .short_tr th p{height:20px !important; line-height:20px !important;} .list_table{border-collapse:collapse;height:40px;display: flex;justify-content: flex-start;} .list_table div{text-align: left;flex: 1;}  .list_table_1{height:40px;line-height:40px;text-align:left;border-collapse:collapse;} .list_table_1 div{height:40px;line-height:40px;} .dialysis-print-order .td_div1{display:flex;white-space: normal;} .dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;line-height:35px} .print-table tr th p{height: 20px; line-height: 20px}  .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}@page {margin-left:30px;margin-right:40px;}  .dialysis-print-order tbody .print-table tr{page-break-inside:avoid;} .dialysis-print-order tbody .print-table tr td{border: 1px solid #000;} ';
1449 1449
       // 金乡宏大样式
1450 1450
       const style13 ='@page {margin-top:5px;}@media print {.dialysis-print-order{width:960px;margin:0 auto} .dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:40px;font-size:14px} .dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:40px;font-size:14px} .print-table tbody tr td{border-collapse:collapse;} .list_table{border-collapse:collapse;height:40px;display: flex;justify-content: flex-start;} .list_table div{text-align: left;flex: 1;}  .list_table_1{height:40px;line-height:40px;text-align:left;border-collapse:collapse;} .list_table_1 div{height:40px;line-height:40px;} .dialysis-print-order .print-table-2{ width: 100%;text-align: left;border-collapse: collapse;line-height: 38px;font-size: 14px;} .dialysis-print-order .print-table-2 tbody tr{height:43px; padding-bottom:-12px;} .print-table-2 tbody tr td{padding-bottom:-12px;} .td_div1{display:flex;white-space: normal;} .print-table-3{text-align: center;width: 390px;border-collapse: inherit;height: 129px !important;border: none;} .print-table-3 .tr_3{border-bottom: 1px solid;} .print-table-3 .td_3 {border-right: 1px solid;} .print-table-3 .td_3_1 {width:66px;border-right: 1px solid;} .print-table-3 .td_3_2 {width:72px;border-right: 1px solid;} .print-table-4{text-align: center;width: 300px;border-collapse: inherit;height: 129px !important;border: none;} .print-table-4 .tr_3{border-bottom: 1px solid;}  .print-table-4 .td_3 {border-right: 1px solid;} .print-table-4 .td_3_1 {width:66px;border-right: 1px solid;} .print-table-4 .td_3_2 {width:72px;border-right: 1px solid;} .print-table-5{width:100%;text-align:center;border-collapse:collapse;line-height:40px;font-size:14px} .dialysis-print-order .print-table-5 tr td_5{width:75px;} .dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;line-height:35px} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}@page {margin-left:30px;margin-right:40px;}';
1451 1451
 
@@ -1735,14 +1735,16 @@ export default {
1735 1735
           style: style,
1736 1736
           scanStyles: false,
1737 1737
         });
1738
-      } else if (this.org_template_info.template_id == 43) {
1738
+      } else if (
1739
+        this.org_template_info.template_id == 43
1740
+      ) {
1739 1741
         printJS({
1740 1742
           printable: "dialysis-print-box-1",
1741 1743
           type: "html",
1742 1744
           style: style2,
1743 1745
           scanStyles: false,
1744 1746
         });
1745
-      } else if (this.org_template_info.template_id == 44) {
1747
+      }else if (this.org_template_info.template_id == 44) {
1746 1748
         printJS({
1747 1749
           printable: "dialysis-print-box-1",
1748 1750
           type: "html",
@@ -1890,7 +1892,7 @@ export default {
1890 1892
       const style =
1891 1893
         '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
1892 1894
       const style2 =
1893
-        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 3px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-50{margin-bottom:50px;}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:900px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top: 1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
1895
+        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;} .print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 3px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-50{margin-bottom:50px;}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:900px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top: 1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
1894 1896
 
1895 1897
       if (this.org_template_info.template_id == 1) {
1896 1898
         printJS({

+ 170 - 171
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

@@ -5,7 +5,7 @@
5 5
         <thead style="transform: translateY(2px)">
6 6
           <tr>
7 7
             <td>
8
-              <div class="order-yy-name">{{ orgname }}</div>
8
+              <div class="order-yy-name">{{ orgname }}测试</div>
9 9
               <div class="order-title">血液透析(滤过)记录表单</div>
10 10
             </td>
11 11
           </tr>
@@ -34,7 +34,7 @@
34 34
           </tr>
35 35
         </thead>
36 36
         <tbody>
37
-          <tr style="transform: translateY(2px);">
37
+          <tr style="transform: translateY(3px)">
38 38
             <td>
39 39
               <table class="print-table" border="1">
40 40
                 <tbody>
@@ -594,7 +594,7 @@
594 594
               </table>
595 595
             </td>
596 596
           </tr>
597
-          <tr style="transform: translateY(1px)">
597
+          <tr style="transform: translateY(2px)">
598 598
             <td>
599 599
               <table class="print-table" border="1">
600 600
                 <tr style="text-align: center">
@@ -754,188 +754,187 @@
754 754
                 </tr>
755 755
               </table>
756 756
             </td>
757
-          </tr> 
758
-          <tr style="transform: translateY(3px);">
757
+          </tr>
758
+          <tr style="transform: translateY(4px)">
759 759
             <td>
760 760
               <table class="print-table" border="1" style="text-align: center">
761
-                  <tr>
762
-                    <td style="height: 20px" width="50">
763
-                      <p style="height: 20px; line-height: 20px">时间</p>
764
-                    </td>
765
-                    <td style="height: 20px" width="490">
766
-                      <p style="height: 20px; line-height: 20px">
767
-                        医嘱执行记录
768
-                      </p>
769
-                    </td>
770
-                    <td style="height: 20px" width="85">
771
-                      <p style="height: 20px; line-height: 20px">执行</p>
772
-                    </td>
773
-                    <td style=" height: 20px" width="85"> 
774
-                      <p style="height: 20px; line-height: 20px">核对</p>
775
-                    </td>
776
-                    <td style="height: 20px" width="145">
777
-                      <p style="height: 20px; line-height: 20px">
778
-                        上次透后体重
779
-                      </p>
780
-                    </td>
781
-                    <td style="height: 20px">
782
-                      {{
783
-                        patientInfo.total_dialysis +
784
-                          patientInfo.user_sys_before_count >
785
-                        0
786
-                          ? assessmentafter.weight_after
787
-                          : "/"
788
-                      }}kg
789
-                    </td>
790
-                  </tr>
761
+                <tr>
762
+                  <td style="height: 20px" width="50">
763
+                    <p style="height: 20px; line-height: 20px">时间</p>
764
+                  </td>
765
+                  <td style="height: 20px" width="490">
766
+                    <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
767
+                  </td>
768
+                  <td style="height: 20px" width="85">
769
+                    <p style="height: 20px; line-height: 20px">执行</p>
770
+                  </td>
771
+                  <td style="height: 20px" width="85">
772
+                    <p style="height: 20px; line-height: 20px">核对</p>
773
+                  </td>
774
+                  <td style="height: 20px" width="145">
775
+                    <p style="height: 20px; line-height: 20px">上次透后体重</p>
776
+                  </td>
777
+                  <td style="height: 20px">
778
+                    {{
779
+                      patientInfo.total_dialysis +
780
+                        patientInfo.user_sys_before_count >
781
+                      0
782
+                        ? assessmentafter.weight_after
783
+                        : "/"
784
+                    }}kg
785
+                  </td>
786
+                </tr>
791 787
               </table>
792 788
             </td>
793
-          </tr> 
794
-          <tr v-for="(advice, advice_index) in advices" :key="advice_index">
789
+          </tr>
790
+          <tr
791
+            v-for="(advice, advice_index) in advices"
792
+            :key="advice_index"
793
+            style="transform: translateY(3px)"
794
+          >
795 795
             <td>
796 796
               <table class="print-table" border="1">
797 797
                 <tr>
798
-                  <td width="50">{{ getTime(advice.start_time, "{h}:{i}") }}</td>
798
+                  <td width="50">
799
+                    {{ getTime(advice.start_time, "{h}:{i}") }}
800
+                  </td>
799 801
                   <td style="text-align: left; padding-left: 5px" width="485">
800
-                      <span v-if="advice.parent_id > 0">---></span>
801
-                      <span>{{ advice.advice_name }}</span>
802
-                      <span v-if="advice && advice.advice_desc"
803
-                        >({{ advice.advice_desc
804
-                        }}{{ advice.drug_spec_unit }})</span
805
-                      >
806
-                      <span v-if="advice.prescribing_number"
807
-                        >&nbsp;&nbsp; {{ advice.prescribing_number
808
-                        }}{{ advice.prescribing_number_unit }}</span
809
-                      >
810
-                      <span v-if="advice.single_dose != 0"
811
-                        >{{ advice.single_dose
812
-                        }}{{ advice.single_dose_unit }}</span
813
-                      >
814
-
815
-                      <span v-if="advice.parent_id == 0">{{
816
-                        advice.delivery_way
817
-                      }}</span>
818
-                      <span v-if="advice.parent_id == 0">{{
819
-                        advice.execution_frequency
820
-                      }}</span>
821
-                      <span>{{ advice.remark }}</span>
822
-                    </td> 
823
-                    <td style="line-height: 30px" width="85">
824
-                      <span
825
-                        v-if="setAdminUserES(advice.execution_staff) == ''"
826
-                        >{{ getAdminUser(advice.execution_staff) }}</span
827
-                      >
828
-                      <img
829
-                        style="height: 30px"
830
-                        :src="setAdminUserES(advice.execution_staff)"
831
-                        alt=""
832
-                        srcset=""
833
-                        v-else
834
-                      />
835
-                    </td>
836
-                    <td style="line-height: 30px" width="85">
837
-                      <span v-if="setAdminUserES(advice.checker) == ''">{{
838
-                        getAdminUser(advice.checker)
839
-                      }}</span>
840
-                      <img
841
-                        style="height: 30px"
842
-                        :src="setAdminUserES(advice.checker)"
843
-                        alt=""
844
-                        srcset=""
845
-                        v-else
846
-                      />
847
-                    </td>
848
-
849
-                    <td v-if="advice_index === 0" width="145">透前体重:</td>
850
-                    <td v-if="advice_index === 0">
851
-                      {{
852
-                        patientInfo.total_dialysis +
853
-                          patientInfo.user_sys_before_count >
854
-                        0
855
-                          ? predialysis.weight_before
856
-                          : "/"
857
-                      }}kg
858
-                    </td>
859
-                    <td v-if="advice_index === 1" width="145">体重增加量:</td>
860
-                    <td v-if="advice_index === 1">
861
-                      {{
862
-                        patientInfo.total_dialysis +
863
-                          patientInfo.user_sys_before_count >
864
-                        0
865
-                          ? (
866
-                              predialysis.weight_before -
867
-                              assessmentafter.weight_after
868
-                            ).toFixed(2)
869
-                          : "/"
870
-                      }}kg
871
-                    </td>
872
-                    <td v-if="advice_index === 2" width="145">干体重(DW):</td>
873
-                    <td v-if="advice_index === 2">
874
-                      {{
875
-                        patientInfo.total_dialysis +
876
-                          patientInfo.user_sys_before_count >
877
-                        0
878
-                          ? predialysis.dry_weight
879
-                          : "/"
880
-                      }}kg
881
-                    </td>
882
-                    <td v-if="advice_index === 3" width="145">较干体重增加量:</td>
883
-                    <td v-if="advice_index === 3">
884
-                      {{
885
-                        patientInfo.total_dialysis +
886
-                          patientInfo.user_sys_before_count >
887
-                        0
888
-                          ? (
889
-                              afterdialysis.weight_after -
890
-                              predialysis.dry_weight
891
-                            ).toFixed(2)
892
-                          : "/"
893
-                      }}kg
894
-                    </td>
895
-                    <td v-if="advice_index === 4" width="145">净脱水量:</td>
896
-                    <td v-if="advice_index === 4">
897
-                      {{
898
-                        patientInfo.total_dialysis +
899
-                          patientInfo.user_sys_before_count >
900
-                        0
901
-                          ? afterdialysis.actual_ultrafiltration
902
-                          : "/"
903
-                      }}ml
904
-                    </td>
905
-                    <td v-if="advice_index === 5" width="145">透后体重:</td>
906
-                    <td v-if="advice_index === 5">
907
-                      {{
908
-                        patientInfo.total_dialysis +
909
-                          patientInfo.user_sys_before_count >
910
-                        0
911
-                          ? afterdialysis.weight_after
912
-                          : "/"
913
-                      }}kg
914
-                    </td>
915
-                    <td v-if="advice_index === 6" width="145">本次透析体重下降量:</td>
916
-                    <td v-if="advice_index === 6">
917
-                      {{
918
-                        patientInfo.total_dialysis +
919
-                          patientInfo.user_sys_before_count >
920
-                        0
921
-                          ? (
922
-                              predialysis.weight_before -
923
-                              afterdialysis.weight_after
924
-                            ).toFixed(2)
925
-                          : "/"
926
-                      }}kg
927
-                    </td>
928
-                    <td v-if="advice_index > 6" width="145"></td>
929
-                    <td v-if="advice_index > 6"></td>
802
+                    <span v-if="advice.parent_id > 0">---></span>
803
+                    <span>{{ advice.advice_name }}</span>
804
+                    <span v-if="advice && advice.advice_desc"
805
+                      >({{ advice.advice_desc
806
+                      }}{{ advice.drug_spec_unit }})</span
807
+                    >
808
+                    <span v-if="advice.prescribing_number"
809
+                      >&nbsp;&nbsp; {{ advice.prescribing_number
810
+                      }}{{ advice.prescribing_number_unit }}</span
811
+                    >
812
+                    <span v-if="advice.single_dose != 0"
813
+                      >{{ advice.single_dose
814
+                      }}{{ advice.single_dose_unit }}</span
815
+                    >
930 816
 
817
+                    <span v-if="advice.parent_id == 0">{{
818
+                      advice.delivery_way
819
+                    }}</span>
820
+                    <span v-if="advice.parent_id == 0">{{
821
+                      advice.execution_frequency
822
+                    }}</span>
823
+                    <span>{{ advice.remark }}</span>
824
+                  </td>
825
+                  <td style="line-height: 30px" width="85">
826
+                    <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
827
+                      getAdminUser(advice.execution_staff)
828
+                    }}</span>
829
+                    <img
830
+                      style="height: 30px"
831
+                      :src="setAdminUserES(advice.execution_staff)"
832
+                      alt=""
833
+                      srcset=""
834
+                      v-else
835
+                    />
836
+                  </td>
837
+                  <td style="line-height: 30px" width="85">
838
+                    <span v-if="setAdminUserES(advice.checker) == ''">{{
839
+                      getAdminUser(advice.checker)
840
+                    }}</span>
841
+                    <img
842
+                      style="height: 30px"
843
+                      :src="setAdminUserES(advice.checker)"
844
+                      alt=""
845
+                      srcset=""
846
+                      v-else
847
+                    />
848
+                  </td>
931 849
 
850
+                  <td v-if="advice_index === 0" width="145">透前体重:</td>
851
+                  <td v-if="advice_index === 0">
852
+                    {{
853
+                      patientInfo.total_dialysis +
854
+                        patientInfo.user_sys_before_count >
855
+                      0
856
+                        ? predialysis.weight_before
857
+                        : "/"
858
+                    }}kg
859
+                  </td>
860
+                  <td v-if="advice_index === 1" width="145">体重增加量:</td>
861
+                  <td v-if="advice_index === 1">
862
+                    {{
863
+                      patientInfo.total_dialysis +
864
+                        patientInfo.user_sys_before_count >
865
+                      0
866
+                        ? (
867
+                            predialysis.weight_before -
868
+                            assessmentafter.weight_after
869
+                          ).toFixed(2)
870
+                        : "/"
871
+                    }}kg
872
+                  </td>
873
+                  <td v-if="advice_index === 2" width="145">干体重(DW):</td>
874
+                  <td v-if="advice_index === 2">
875
+                    {{
876
+                      patientInfo.total_dialysis +
877
+                        patientInfo.user_sys_before_count >
878
+                      0
879
+                        ? predialysis.dry_weight
880
+                        : "/"
881
+                    }}kg
882
+                  </td>
883
+                  <td v-if="advice_index === 3" width="145">较干体重增加量:</td>
884
+                  <td v-if="advice_index === 3">
885
+                    {{
886
+                      patientInfo.total_dialysis +
887
+                        patientInfo.user_sys_before_count >
888
+                      0
889
+                        ? (
890
+                            afterdialysis.weight_after - predialysis.dry_weight
891
+                          ).toFixed(2)
892
+                        : "/"
893
+                    }}kg
894
+                  </td>
895
+                  <td v-if="advice_index === 4" width="145">净脱水量:</td>
896
+                  <td v-if="advice_index === 4">
897
+                    {{
898
+                      patientInfo.total_dialysis +
899
+                        patientInfo.user_sys_before_count >
900
+                      0
901
+                        ? afterdialysis.actual_ultrafiltration
902
+                        : "/"
903
+                    }}ml
904
+                  </td>
905
+                  <td v-if="advice_index === 5" width="145">透后体重:</td>
906
+                  <td v-if="advice_index === 5">
907
+                    {{
908
+                      patientInfo.total_dialysis +
909
+                        patientInfo.user_sys_before_count >
910
+                      0
911
+                        ? afterdialysis.weight_after
912
+                        : "/"
913
+                    }}kg
914
+                  </td>
915
+                  <td v-if="advice_index === 6" width="145">
916
+                    本次透析体重下降量:
917
+                  </td>
918
+                  <td v-if="advice_index === 6">
919
+                    {{
920
+                      patientInfo.total_dialysis +
921
+                        patientInfo.user_sys_before_count >
922
+                      0
923
+                        ? (
924
+                            predialysis.weight_before -
925
+                            afterdialysis.weight_after
926
+                          ).toFixed(2)
927
+                        : "/"
928
+                    }}kg
929
+                  </td>
930
+                  <td v-if="advice_index > 6" width="145"></td>
931
+                  <td v-if="advice_index > 6"></td>
932 932
                 </tr>
933 933
               </table>
934 934
             </td>
935
-            
936 935
           </tr>
937
-        
938
-          <tr style="transform: translateY(-4px)">
936
+
937
+          <tr style="transform: translateY(1px)">
939 938
             <td>
940 939
               <table class="print-table" border="1">
941 940
                 <tr style="height: 50px; text-align: left">

File diff suppressed because it is too large
+ 2088 - 2175
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyfive.vue


+ 1 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderFortyFour.vue View File

@@ -1395,6 +1395,7 @@ export default {
1395 1395
             this.tableAdvice.push([]);
1396 1396
           }
1397 1397
         }
1398
+         
1398 1399
         this.monitors = response.data.data.monitors
1399 1400
         this.summary = response.data.data.summary
1400 1401
         this.org_template_info = response.data.data.org_template_info

File diff suppressed because it is too large
+ 2297 - 927
src/xt_pages/dialysis/template/DialysisPrintOrderFortyThree.vue


+ 3 - 7
src/xt_pages/hospitalStation/invoiceTemplate/printTwo.vue View File

@@ -58,13 +58,9 @@
58 58
       </div>
59 59
       <div style="display: flex; justify-content: space-between">
60 60
         <!-- <div>{{ paramsObj.gend == 1 ? '男' : '女' }}</div> -->
61
-        <div
62
-          v-if="gend == 1"
63
-          style="position: absolute; top: 110px; left: 100px"
64
-        >
65
-          √
66
-        </div>
67
-        <div v-else style="position: absolute; top: 110px; left: 140px">√</div>
61
+        <div v-if="gend == 1" style="position: absolute; top: 110px; left: 100px">√</div>
62
+        <div v-else-if="gend == ''" style="position: absolute; top: 110px; left: 100px">√</div>
63
+         <div v-else style="position: absolute; top: 110px; left: 140px">√</div>
68 64
 
69 65
         <div style="position: absolute; top: 110px; left: 260px">
70 66
           {{ balance_accounts_type != 2 ? list.order.fund_pay_sumamt : "0.00" }}

+ 2 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printFour.vue View File

@@ -33,7 +33,8 @@
33 33
         </div>
34 34
         <div style="display:flex;justify-content: space-between;">
35 35
             <!-- <div>{{ paramsObj.gend == 1 ? '男' : '女' }}</div> -->
36
-            <div v-if="paramsObj.gend == 1" style="position: absolute;top:110px;left:100px;">√</div>
36
+            <div v-if="paramsObj.gend == 1 || paramsObj.gend == ''" style="position: absolute;top:110px;left:100px;">√</div>
37
+            <div v-if="paramsObj.gend == ''" style="position: absolute;top:110px;left:100px;">√</div>
37 38
             <div v-else style="position: absolute;top:110px;left:140px;">√</div>
38 39
             <div style="position: absolute;top:110px;left:260px;">{{ list.number.length <= 13 ? (totalPrice - list.psn_cash_money).toFixed(2) : '0.00' }}</div>
39 40
             <div style="position: absolute;top:110px;left:420px;">{{ list.number.length <= 13 ? list.psn_cash_money.toFixed(2) : (totalPrice - list.psn_cash_money).toFixed(2) }}</div>