|
@@ -1,7 +1,9 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div id="dialysis-print-box-1">
|
3
|
3
|
<el-button type="primary" @click="checkData">一键核对</el-button>
|
4
|
|
- <div id="dialysis-print-box-1-1" class="dialysis-print-order print-template-two print_page_main_content" style="margin-left: 10px;">
|
|
4
|
+ <div id="dialysis-print-box-1-1" class="dialysis-print-order print-template-two print_page_main_content"
|
|
5
|
+ style="margin-left: 10px;font-family: SimSun;"
|
|
6
|
+ >
|
5
|
7
|
<div style="display:inline-block;width:100%;text-align:center;">
|
6
|
8
|
<div class="order-yy-name" style="letter-spacing: 0;font-weight:600;font-size:25px;">{{orgname}}</div>
|
7
|
9
|
<div class="order-title" style="letter-spacing: 0;font-weight:600;font-size:25px;">
|
|
@@ -63,13 +65,13 @@
|
63
|
65
|
}}</span>
|
64
|
66
|
</div>
|
65
|
67
|
</div>
|
66
|
|
- <div class="inline_block" style="flex: 1;">
|
|
68
|
+ <div class="inline_block" style="flex: 1.1;">
|
67
|
69
|
透析号:
|
68
|
70
|
<div class="under_line" style="width: 70px; text-align: center">
|
69
|
71
|
{{ patientInfo.dialysis_no }}
|
70
|
72
|
</div>
|
71
|
73
|
</div>
|
72
|
|
- <div class="inline_block" style="flex: 1;">
|
|
74
|
+ <div class="inline_block" style="flex: 1.1;">
|
73
|
75
|
住院号:
|
74
|
76
|
<div class="under_line" style="width: 70px;text-align: left">
|
75
|
77
|
{{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number :'/' }}
|
|
@@ -1046,10 +1048,10 @@
|
1046
|
1048
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
|
1047
|
1049
|
</div>
|
1048
|
1050
|
</div>
|
1049
|
|
- <div class="inline_block" style="flex: 1">
|
|
1051
|
+ <div class="inline_block" style="flex: 1.1">
|
1050
|
1052
|
上机时间
|
1051
|
1053
|
<div class="under_line"
|
1052
|
|
- style="width: 65%; text-align: center"
|
|
1054
|
+ style="width: 64%; text-align: center"
|
1053
|
1055
|
>
|
1054
|
1056
|
<span style="height: 30px;display: inline-block;">
|
1055
|
1057
|
|
|
@@ -1061,10 +1063,10 @@
|
1061
|
1063
|
|
1062
|
1064
|
</div>
|
1063
|
1065
|
</div>
|
1064
|
|
- <div class="inline_block" style="flex: 1">
|
|
1066
|
+ <div class="inline_block" style="flex: 1.1">
|
1065
|
1067
|
下机时间:
|
1066
|
1068
|
<div class="under_line"
|
1067
|
|
- style="width: 65%; text-align: center"
|
|
1069
|
+ style="width: 64%; text-align: center"
|
1068
|
1070
|
>
|
1069
|
1071
|
<span style="height: 30px; display: inline-block">
|
1070
|
1072
|
</span>
|
|
@@ -2193,13 +2195,13 @@ export default {
|
2193
|
2195
|
width: 50%;
|
2194
|
2196
|
}
|
2195
|
2197
|
|
2196
|
|
-.under_line_two::before {
|
|
2198
|
+/* .under_line_two::before {
|
2197
|
2199
|
content: "\00A0";
|
2198
|
2200
|
}
|
2199
|
2201
|
|
2200
|
2202
|
.under_line_two::after {
|
2201
|
2203
|
content: "\00A0";
|
2202
|
|
-}
|
|
2204
|
+} */
|
2203
|
2205
|
|
2204
|
2206
|
.under_line {
|
2205
|
2207
|
display: inline-block;
|
|
@@ -2209,13 +2211,13 @@ export default {
|
2209
|
2211
|
width: 50%;
|
2210
|
2212
|
}
|
2211
|
2213
|
|
2212
|
|
-.under_line::before {
|
|
2214
|
+/* .under_line::before {
|
2213
|
2215
|
content: "\00A0";
|
2214
|
2216
|
}
|
2215
|
2217
|
|
2216
|
2218
|
.under_line::after {
|
2217
|
2219
|
content: "\00A0";
|
2218
|
|
-}
|
|
2220
|
+} */
|
2219
|
2221
|
|
2220
|
2222
|
.flex {
|
2221
|
2223
|
display: -webkit-box;
|