|
@@ -1013,7 +1013,7 @@
|
1013
|
1013
|
|
1014
|
1014
|
</el-form>
|
1015
|
1015
|
<!-- 打印预览 style="display: none"-->
|
1016
|
|
- <div >
|
|
1016
|
+ <div style="display: none">
|
1017
|
1017
|
<div id="print-info-box" v-if="org_id !=10206&&org_id !=0">
|
1018
|
1018
|
<div class="print_main_content" style="margin-top: 70px;">
|
1019
|
1019
|
<div class="order_title" v-if="org_id!=10210">{{ orgname }} 血液透析门诊病历</div>
|
|
@@ -1820,7 +1820,6 @@ export default {
|
1820
|
1820
|
printThisInfo() {
|
1821
|
1821
|
var ptime = Math.round(new Date().getTime() / 1000);
|
1822
|
1822
|
this.print_time = uParseTime(ptime, "{y}年{m}月{d}日");
|
1823
|
|
-
|
1824
|
1823
|
const style =
|
1825
|
1824
|
"@page {margin-top:10px;}@media print { .print_main_content { background-color: white; width:960px; margin:0 auto; padding: 0 0 20px 0; } .print_main_content .order_title { text-align: center; font-size: 23px; line-height: 50px; font-weight: 500; } .print_main_content table { width: 100%; border-collapse: collapse; padding: 2px; } .print_main_content table tbody tr{page-break-inside:avoid;} .print_main_content table tbody tr td { border: 1px solid; text-align: center; padding: 10px 8px; } .td_proj_title { font-size: 18px; line-height: 25px; font-weight: 500; } .td_proj_content { font-size: 18px; line-height: 25px; } .td_align_left { text-align: left; } .print_footnote_panel { font-size: 17px; line-height: 40px; } .print_footnote_panel .proj { display: inline-block; width: 49%; } .print_footnote_panel .proj .proj_title { font-weight: 500;} }";
|
1826
|
1825
|
const style1 =
|