|
@@ -7,7 +7,7 @@
|
7
|
7
|
</div>
|
8
|
8
|
<div class="app-container">
|
9
|
9
|
<div id="print_content">
|
10
|
|
- <div v-for="(record, index) in records" :key="record.id" class="print_page_main_content">
|
|
10
|
+ <div v-for="(record, index) in records" :key="index" class="print_page_main_content">
|
11
|
11
|
<div id="dialysis-print-box">
|
12
|
12
|
<div class="dialysis-print-order" style="">
|
13
|
13
|
<div class="order-yy-name"></div>
|
|
@@ -88,7 +88,7 @@
|
88
|
88
|
record.prescription.mode_id == 4 ? true : record.prescription.mode_id == 4 ? true : false
|
89
|
89
|
" showValue="HP"></label-box>
|
90
|
90
|
<span>其他:</span>
|
91
|
|
- <span v-if="record.prescription.mode_id == 1 && record.prescription.mode_id == 2 &&
|
|
91
|
+ <span v-if="record.prescription.mode_id == 1 && record.prescription.mode_id == 2 &&
|
92
|
92
|
record.prescription.mode_id == 3 && record.prescription.mode_id == 4">
|
93
|
93
|
{{ getmodename(record.prescription.mode_id) }}
|
94
|
94
|
</span>
|
|
@@ -328,7 +328,7 @@
|
328
|
328
|
<span style="display:inline-block;margin-left: 5px;;display:flex;align-items:center;height:36px;"
|
329
|
329
|
>医生签名:
|
330
|
330
|
<span
|
331
|
|
-
|
|
331
|
+
|
332
|
332
|
v-if="
|
333
|
333
|
!record.advices ||
|
334
|
334
|
typeof record.advices[0] == 'undefined' ||
|
|
@@ -349,7 +349,7 @@
|
349
|
349
|
)
|
350
|
350
|
}}</span
|
351
|
351
|
>
|
352
|
|
-
|
|
352
|
+
|
353
|
353
|
<img
|
354
|
354
|
v-else
|
355
|
355
|
class="es-img"
|
|
@@ -361,7 +361,7 @@
|
361
|
361
|
"
|
362
|
362
|
alt=""
|
363
|
363
|
srcset=""
|
364
|
|
- style="height: 30px;"/> </span>
|
|
364
|
+ style="height: 30px;"/> </span>
|
365
|
365
|
</td>
|
366
|
366
|
</tr> -->
|
367
|
367
|
<tr>
|
|
@@ -504,17 +504,17 @@
|
504
|
504
|
: false
|
505
|
505
|
" showValue="正常"></label-box>
|
506
|
506
|
<label-box :isChecked="
|
507
|
|
- record.assessment_before_dislysis.internal_fistula_skin.indexOf('淤血') > -1
|
|
507
|
+ record.assessment_before_dislysis.internal_fistula_skin =='淤血'
|
508
|
508
|
? true
|
509
|
509
|
: false
|
510
|
510
|
" showValue="淤血"></label-box>
|
511
|
511
|
<label-box :isChecked="
|
512
|
|
- record.assessment_before_dislysis.internal_fistula_skin.indexOf('红') > -1
|
|
512
|
+ record.assessment_before_dislysis.internal_fistula_skin =='红'
|
513
|
513
|
? true
|
514
|
514
|
: false
|
515
|
515
|
" showValue="红"></label-box>
|
516
|
516
|
<label-box :isChecked="
|
517
|
|
- record.assessment_before_dislysis.internal_fistula_skin.indexOf('肿') > -1
|
|
517
|
+ record.assessment_before_dislysis.internal_fistula_skin =='肿'
|
518
|
518
|
? true
|
519
|
519
|
: false
|
520
|
520
|
" showValue="肿"></label-box>
|
|
@@ -525,23 +525,23 @@
|
525
|
525
|
<td style="text-align:left;" colspan="8">
|
526
|
526
|
<span style="display:inline-block;margin-left: 5px;">皮肤:</span>
|
527
|
527
|
<label-box showValue="完整"
|
528
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('完整') >-1 ? true : false"></label-box>
|
|
528
|
+ :isChecked="record.assessment_before_dislysis.skin == '完整' ? true : false"></label-box>
|
529
|
529
|
<label-box showValue="干燥"
|
530
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('干燥') >-1 ? true : false"></label-box>
|
|
530
|
+ :isChecked="record.assessment_before_dislysis.skin == '干燥' ? true : false"></label-box>
|
531
|
531
|
<label-box showValue="瘙痒"
|
532
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('瘙痒') >-1 ? true : false"></label-box>
|
|
532
|
+ :isChecked="record.assessment_before_dislysis.skin =='瘙痒' ? true : false"></label-box>
|
533
|
533
|
<label-box showValue="菲薄"
|
534
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('菲薄') >-1 ? true : false"></label-box>/
|
|
534
|
+ :isChecked="record.assessment_before_dislysis.skin =='菲薄' ? true : false"></label-box>
|
535
|
535
|
<label-box showValue="水肿"
|
536
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('水肿') >-1 ? true : false"></label-box>
|
|
536
|
+ :isChecked="record.assessment_before_dislysis.skin == '水肿' ? true : false"></label-box>
|
537
|
537
|
<label-box showValue="皮疹"
|
538
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('皮疹') >-1 ? true : false"></label-box>
|
|
538
|
+ :isChecked="record.assessment_before_dislysis.skin =='皮疹' ? true : false"></label-box>
|
539
|
539
|
<label-box showValue="出血点"
|
540
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('出血点') >-1 ? true : false"></label-box>
|
|
540
|
+ :isChecked="record.assessment_before_dislysis.skin =='出血点' ? true : false"></label-box>
|
541
|
541
|
<label-box showValue="压疮"
|
542
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('压疮') >-1 ? true : false"></label-box>
|
|
542
|
+ :isChecked="record.assessment_before_dislysis.skin == '压疮' ? true : false"></label-box>
|
543
|
543
|
<label-box showValue="皮下淤血"
|
544
|
|
- :isChecked="record.assessment_before_dislysis.skin.indexOf('皮下淤血') >-1 ? true : false"></label-box>
|
|
544
|
+ :isChecked="record.assessment_before_dislysis.skin == '皮下淤血' ? true : false"></label-box>
|
545
|
545
|
</td>
|
546
|
546
|
</tr>
|
547
|
547
|
<tr>
|
|
@@ -553,25 +553,25 @@
|
553
|
553
|
:isChecked="record.assessment_before_dislysis.is_hemorrhage == 1 ? true : false"></label-box>
|
554
|
554
|
<label-box showValue="穿刺点渗血" :isChecked="
|
555
|
555
|
record.assessment_before_dislysis.is_hemorrhage == 1 &&
|
556
|
|
- record.assessment_before_dislysis.hemorrhage.indexOf('穿刺点渗血') > -1
|
|
556
|
+ record.assessment_before_dislysis.hemorrhage == '穿刺点渗血'
|
557
|
557
|
? true
|
558
|
558
|
: false
|
559
|
559
|
"></label-box>
|
560
|
560
|
<label-box showValue="牙龈出血" :isChecked="
|
561
|
561
|
record.assessment_before_dislysis.is_hemorrhage == 1 &&
|
562
|
|
- record.assessment_before_dislysis.hemorrhage.indexOf('牙龈出血') > -1
|
|
562
|
+ record.assessment_before_dislysis.hemorrhage == '牙龈出血'
|
563
|
563
|
? true
|
564
|
564
|
: false
|
565
|
565
|
"></label-box>
|
566
|
566
|
<label-box showValue="消化道出血" :isChecked="
|
567
|
567
|
record.assessment_before_dislysis.is_hemorrhage == 1 &&
|
568
|
|
- record.assessment_before_dislysis.hemorrhage.indexOf('消化道出血') > -1
|
|
568
|
+ record.assessment_before_dislysis.hemorrhage =='消化道出血'
|
569
|
569
|
? true
|
570
|
570
|
: false
|
571
|
571
|
"></label-box>
|
572
|
572
|
<label-box showValue="女性经期" :isChecked="
|
573
|
573
|
record.assessment_before_dislysis.is_hemorrhage == 1 &&
|
574
|
|
- record.assessment_before_dislysis.hemorrhage.indexOf('女性经期') > -1
|
|
574
|
+ record.assessment_before_dislysis.hemorrhage == '女性经期'
|
575
|
575
|
? true
|
576
|
576
|
: false
|
577
|
577
|
"></label-box> 其他:
|
|
@@ -642,7 +642,7 @@
|
642
|
642
|
</tr>
|
643
|
643
|
<tr v-for="(advice, advice_index) in record.advices" :key="advice_index">
|
644
|
644
|
<td style="height:30px;line-height:30px">{{ getTime(advice[0].start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
645
|
|
-
|
|
645
|
+
|
646
|
646
|
<td style="text-align:left;padding-left:20px"> <span v-if="advice[0].parent_id > 0">└</span>
|
647
|
647
|
<span>{{ advice[0].advice_name }}</span>
|
648
|
648
|
<span>{{ advice[0].advice_desc
|
|
@@ -668,12 +668,11 @@
|
668
|
668
|
<span v-if="
|
669
|
669
|
setAdminUserES(advice[0], 'execution_staff') ==
|
670
|
670
|
''
|
671
|
|
- ">{{
|
672
|
|
- getAdminUser(advice[0], "execution_staff")
|
673
|
|
- }}</span>
|
|
671
|
+ ">{{getAdminUser(advice[0], "execution_staff")}}</span>
|
674
|
672
|
<span v-else style="display:flex;align-items:center;height:36px;">
|
675
|
673
|
<img class="es-img" :src="setAdminUserES(advice[0], 'execution_staff')
|
676
|
|
- " alt="" srcset="" style="height: 30px;margin:0 auto" /></span>
|
|
674
|
+ " alt="" srcset="" style="height: 30px;margin:0 auto" />
|
|
675
|
+ </span>
|
677
|
676
|
</td>
|
678
|
677
|
<td>{{ getTime(advice[0].execution_time, '{y}-{m}-{d} {h}:{i}') }}</td>
|
679
|
678
|
<td>
|
|
@@ -744,7 +743,7 @@
|
744
|
743
|
</tr>
|
745
|
744
|
<tr v-for="(monitor,monitor_index) in record.monitor_records" :key="monitor_index">
|
746
|
745
|
<td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
|
747
|
|
-
|
|
746
|
+
|
748
|
747
|
<td>{{monitor.temperature}}</td>
|
749
|
748
|
<td>{{monitor.blood_flow_volume}}</td>
|
750
|
749
|
<td>{{monitor.venous_pressure}}</td>
|
|
@@ -825,7 +824,7 @@
|
825
|
824
|
<span v-if="setAdminUserES(record.check, 'modifier') == ''">
|
826
|
825
|
{{getAdminUser(record.check, 'modifier')?getAdminUser(record.check, 'modifier'):"/"}}
|
827
|
826
|
</span>
|
828
|
|
- <img class="es-img" :src="setAdminUserES(record.check, 'modifier')" alt="" srcset="" style="height:30px">
|
|
827
|
+ <img class="es-img" :src="setAdminUserES(record.check, 'modifier')" v-else alt="" srcset="" style="height:30px">
|
829
|
828
|
</span>
|
830
|
829
|
</td>
|
831
|
830
|
<td style="text-align:left;" colspan="4">
|
|
@@ -834,7 +833,7 @@
|
834
|
833
|
<span v-if="setAdminUserES(record.prescription, 'creater') == ''">
|
835
|
834
|
{{getAdminUser(record.prescription, 'creater')}}
|
836
|
835
|
</span>
|
837
|
|
- <img class="es-img" :src="setAdminUserES(record.prescription, 'creater')" alt="" srcset=""
|
|
836
|
+ <img class="es-img" :src="setAdminUserES(record.prescription, 'creater')" alt="" srcset=""
|
838
|
837
|
v-else style="height: 30px;">
|
839
|
838
|
</span>
|
840
|
839
|
</td>
|
|
@@ -950,11 +949,10 @@ export default {
|
950
|
949
|
}
|
951
|
950
|
console.log(this.bloodAccessParOpera)
|
952
|
951
|
|
953
|
|
-
|
|
952
|
+
|
954
|
953
|
var arr = [];
|
955
|
954
|
var arrtwo = [];
|
956
|
955
|
this.arrtwo = bloodAccessParOpera
|
957
|
|
- console.log("血管通路121",this.arrtwo)
|
958
|
956
|
// for (let i = 0; i < bloodAccessParOpera.length; i++) {
|
959
|
957
|
// // if (bloodAccessParOpera[i].name == "内瘘波动及震颤-存在") {
|
960
|
958
|
// // bloodAccessParOpera[i].name = "存在";
|
|
@@ -980,7 +978,7 @@ export default {
|
980
|
978
|
// this.arr = arr;
|
981
|
979
|
// this.arrtwo = arrtwo;
|
982
|
980
|
// }
|
983
|
|
-
|
|
981
|
+
|
984
|
982
|
this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
|
985
|
983
|
|
986
|
984
|
var dialysateFormulationOptions = getDataConfig(
|
|
@@ -995,7 +993,7 @@ export default {
|
995
|
993
|
this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
|
996
|
994
|
var bloodAccess = getDataConfig("hemodialysis", "vascular_access");
|
997
|
995
|
this.bloodAccess = bloodAccess;
|
998
|
|
-
|
|
996
|
+
|
999
|
997
|
},
|
1000
|
998
|
mounted() {
|
1001
|
999
|
this.loading = true
|
|
@@ -1203,13 +1201,14 @@ export default {
|
1203
|
1201
|
return vascular_access_part_name
|
1204
|
1202
|
},
|
1205
|
1203
|
printThisPage() {
|
1206
|
|
- var ptime = Math.round(new Date().getTime() / 1000)
|
1207
|
|
- this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}')
|
1208
|
|
-
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+ // var ptime = Math.round(new Date().getTime() / 1000)
|
|
1207
|
+ // this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}')
|
1209
|
1208
|
const style =
|
1210
|
|
- '@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;}'
|
1211
|
|
- const style2 =
|
1212
|
|
- '@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;}'
|
|
1209
|
+ '@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:99%;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;}'
|
|
1210
|
+ // const style2 =
|
|
1211
|
+ // '@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;}'
|
1213
|
1212
|
printJS({
|
1214
|
1213
|
printable: 'print_content',
|
1215
|
1214
|
type: 'html',
|