|
|
|
|
10
|
<div v-for="(record, index) in records" :key="index" class="print_page_main_content">
|
10
|
<div v-for="(record, index) in records" :key="index" class="print_page_main_content">
|
11
|
<div class="order-yy-name">{{orgname}}</div>
|
11
|
<div class="order-yy-name">{{orgname}}</div>
|
12
|
<div class="order_title"> 血液净化治疗记录单 </div>
|
12
|
<div class="order_title"> 血液净化治疗记录单 </div>
|
13
|
- <div class="row" style="margin-top: 15px;">
|
|
|
|
|
13
|
+ <div class="row">
|
14
|
<div class="inline_block">
|
14
|
<div class="inline_block">
|
15
|
科室:
|
15
|
科室:
|
16
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
16
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
|
|
|
|
231
|
<table class="inside_table">
|
231
|
<table class="inside_table">
|
232
|
<tbody>
|
232
|
<tbody>
|
233
|
<!-- <thead> -->
|
233
|
<!-- <thead> -->
|
234
|
- <tr><td colspan="10" style="font-size:16px;padding: 10px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
|
|
|
|
|
234
|
+ <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
|
235
|
<tr>
|
235
|
<tr>
|
236
|
<td width="100">时间</td>
|
236
|
<td width="100">时间</td>
|
237
|
<td width="100">BP<br/>mmHg</td>
|
237
|
<td width="100">BP<br/>mmHg</td>
|
|
|
|
|
255
|
<td>{{''}}</td>
|
255
|
<td>{{''}}</td>
|
256
|
<td>{{''}}</td>
|
256
|
<td>{{''}}</td>
|
257
|
<td>{{''}}</td>
|
257
|
<td>{{''}}</td>
|
258
|
- <td> {{record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length>0?record.assessment_before_dislysis.remark:''}}</td>
|
|
|
|
|
258
|
+ <td style="line-height:16px;padding:0px;"> <p style="height:48px;overflow:hidden;padding:0;margin:0; display: flex;flex-direction: row;justify-content: center;align-items: center;"><span> {{record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length>0?record.assessment_before_dislysis.remark:''}}</span></p></td>
|
259
|
<td>
|
259
|
<td>
|
260
|
<span v-if="setAdminUserES(record.assessment_before_dislysis.creater) == ''">{{getAdminUser(record.assessment_before_dislysis.creater)}}</span>
|
260
|
<span v-if="setAdminUserES(record.assessment_before_dislysis.creater) == ''">{{getAdminUser(record.assessment_before_dislysis.creater)}}</span>
|
261
|
<img class="es-img" :src="setAdminUserES(record.assessment_before_dislysis.creater)" alt="" srcset="" v-else>
|
261
|
<img class="es-img" :src="setAdminUserES(record.assessment_before_dislysis.creater)" alt="" srcset="" v-else>
|
|
|
|
|
270
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
270
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
271
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
|
271
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
|
272
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
272
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
273
|
- <td style="line-height:16px;">{{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</td>
|
|
|
|
|
273
|
+ <td style="line-height:16px;padding:0px;"> <p style="height:48px;overflow:hidden;padding:0;margin:0; display: flex;flex-direction: row;justify-content: center;align-items: center;"><span> {{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></p></td>
|
274
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else style="height: 20px;"></td>
|
274
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else style="height: 20px;"></td>
|
275
|
</tr>
|
275
|
</tr>
|
276
|
</tbody>
|
276
|
</tbody>
|
|
|
|
|
283
|
<template v-if="record.monitor_records.length > 8 ">
|
283
|
<template v-if="record.monitor_records.length > 8 ">
|
284
|
<div class="order-yy-name">{{orgname}}</div>
|
284
|
<div class="order-yy-name">{{orgname}}</div>
|
285
|
<div class="order_title">血液净化专科护理记录单</div>
|
285
|
<div class="order_title">血液净化专科护理记录单</div>
|
286
|
- <div class="row" style="margin-top: 15px;">
|
|
|
|
|
286
|
+ <div class="row">
|
287
|
<div class="inline_block">
|
287
|
<div class="inline_block">
|
288
|
科室:
|
288
|
科室:
|
289
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
289
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
|
|
|
|
320
|
</div>
|
320
|
</div>
|
321
|
</template>
|
321
|
</template>
|
322
|
<div class="row" :style="record.monitor_records.length <= 8 ? 'margin-top:-11px':''">
|
322
|
<div class="row" :style="record.monitor_records.length <= 8 ? 'margin-top:-11px':''">
|
323
|
- <table class="proj_table" :class="record.monitor_records2.length > 0 ? 'margin-bottom-600':'margin-bottom-900'">
|
|
|
|
|
323
|
+ <table class="proj_table" :class="record.monitor_records.length > 8 ? 'margin-bottom-900':'margin-bottom-300'">
|
324
|
<tbody>
|
324
|
<tbody>
|
325
|
<tr v-if="record.monitor_records2.length > 0">
|
325
|
<tr v-if="record.monitor_records2.length > 0">
|
326
|
<td style="padding: 0;" colspan="2">
|
326
|
<td style="padding: 0;" colspan="2">
|
327
|
<table class="inside_table">
|
327
|
<table class="inside_table">
|
328
|
<tbody>
|
328
|
<tbody>
|
329
|
<!-- <thead> -->
|
329
|
<!-- <thead> -->
|
330
|
- <tr><td colspan="10" style="font-size:16px;padding: 10px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
|
|
|
|
|
330
|
+ <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
|
331
|
<tr>
|
331
|
<tr>
|
332
|
<td width="100">时间</td>
|
332
|
<td width="100">时间</td>
|
333
|
<td width="100">BP<br/>mmHg</td>
|
333
|
<td width="100">BP<br/>mmHg</td>
|
|
|
|
|
349
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
349
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
350
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
|
350
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
|
351
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
351
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
352
|
- <td style="line-height:16px;">{{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</td>
|
|
|
|
|
352
|
+ <td style="line-height:16px;padding:0px;"> <p style="height:48px;overflow:hidden;padding:0;margin:0; display: flex;flex-direction: row;justify-content: center;align-items: center;"><span> {{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></p></td>
|
353
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else style="height: 20px;"></td>
|
353
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else style="height: 20px;"></td>
|
354
|
</tr>
|
354
|
</tr>
|
355
|
</tbody>
|
355
|
</tbody>
|
356
|
</table>
|
356
|
</table>
|
357
|
</td>
|
357
|
</td>
|
358
|
</tr>
|
358
|
</tr>
|
359
|
- <tr><td colspan="2" style="font-size:16px;padding: 10px 8px;line-height: 30px;text-align:left;">三、透析后护理纪录</td></tr>
|
|
|
|
|
359
|
+ <tr><td colspan="2" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">三、透析后护理纪录</td></tr>
|
360
|
<tr>
|
360
|
<tr>
|
361
|
<td>
|
361
|
<td>
|
362
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
362
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
|
|
|
|
538
|
</div>
|
538
|
</div>
|
539
|
<div class="order-yy-name">{{orgname}}</div>
|
539
|
<div class="order-yy-name">{{orgname}}</div>
|
540
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
540
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
541
|
- <div class="row" style="margin-top: 15px;">
|
|
|
|
|
541
|
+ <div class="row" >
|
542
|
<div class="inline_block" >
|
542
|
<div class="inline_block" >
|
543
|
科室:
|
543
|
科室:
|
544
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
544
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
|
|
|
|
797
|
<template v-if="record.advices2.length > 0">
|
797
|
<template v-if="record.advices2.length > 0">
|
798
|
<div class="order-yy-name">{{orgname}}</div>
|
798
|
<div class="order-yy-name">{{orgname}}</div>
|
799
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
799
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
800
|
- <div class="row" style="margin-top: 15px;">
|
|
|
|
|
800
|
+ <div class="row">
|
801
|
<div class="inline_block" >
|
801
|
<div class="inline_block" >
|
802
|
科室:
|
802
|
科室:
|
803
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
803
|
<check-box text="门诊透析" :checked="record.patient.source == 1"></check-box>
|
|
|
|
|
1205
|
},
|
1205
|
},
|
1206
|
methods: {
|
1206
|
methods: {
|
1207
|
printAction: function() {
|
1207
|
printAction: function() {
|
1208
|
- const style = '@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; } .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; 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: 46px; font-weight: 500; } .row { font-size: 14px; line-height: 20px; padding: 5px 0; } .inline_block { display: inline-block; } .under_line { display: inline-block; border-bottom: 1px solid #999; text-align: center; white-space: nowrap; } .under_line::before { content: "\\00A0"; } .under_line::after { content: "\\00A0"; } .under_line_two { display: inline-block; border-bottom: 1px solid #999; text-align: left; white-space: nowrap; } .under_line_two::before { content: "\\00A0"; } .under_line_two::after { content: "\\00A0"; } .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: 10px 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: 8px 5px; line-height: 20px; } }.es-img{height: 20px; }.advice-name{text-align: left !important;line-height: 16px !important;}.advice-children{display:flex;}.print-table-no {\n' +
|
|
|
|
|
1208
|
+ const style = '@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; } .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; 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: 40px; font-weight: 500; } .row { font-size: 14px; line-height: 20px; padding: 5px 0; } .inline_block { display: inline-block; } .under_line { display: inline-block; border-bottom: 1px solid #999; text-align: center; white-space: nowrap; } .under_line::before { content: "\\00A0"; } .under_line::after { content: "\\00A0"; } .under_line_two { display: inline-block; border-bottom: 1px solid #999; text-align: left; white-space: nowrap; } .under_line_two::before { content: "\\00A0"; } .under_line_two::after { content: "\\00A0"; } .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: 6px 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: 8px 5px; line-height: 20px; } }.es-img{height: 20px; }.advice-name{text-align: left !important;line-height: 16px !important;}.advice-children{display:flex;}.print-table-no {\n' +
|
1209
|
' width: 100%;\n' +
|
1209
|
' width: 100%;\n' +
|
1210
|
' text-align: center;\n' +
|
1210
|
' text-align: center;\n' +
|
1211
|
' border-collapse: collapse;\n' +
|
1211
|
' border-collapse: collapse;\n' +
|
|
|
|
|
1387
|
.print_page_main_content .order_title {
|
1387
|
.print_page_main_content .order_title {
|
1388
|
text-align: center;
|
1388
|
text-align: center;
|
1389
|
font-size: 23px;
|
1389
|
font-size: 23px;
|
1390
|
- line-height: 50px;
|
|
|
|
|
1390
|
+ line-height: 40px;
|
1391
|
font-weight: 500;
|
1391
|
font-weight: 500;
|
1392
|
}
|
1392
|
}
|
1393
|
|
1393
|
|
|
|
|
|
1463
|
border: 1px solid;
|
1463
|
border: 1px solid;
|
1464
|
/* text-align: center; */
|
1464
|
/* text-align: center; */
|
1465
|
font-size: 16px;
|
1465
|
font-size: 16px;
|
1466
|
- padding: 10px 8px;
|
|
|
|
|
1466
|
+ padding: 6px 8px;
|
1467
|
line-height: 30px;
|
1467
|
line-height: 30px;
|
1468
|
}
|
1468
|
}
|
1469
|
|
1469
|
|