|
@@ -428,18 +428,18 @@
|
428
|
428
|
</div> -->
|
429
|
429
|
|
430
|
430
|
<!-- 12.11新版打印样式 -->
|
431
|
|
- <div style="font-size: 12px;" *ngIf="outpatientPathologyLabelSizeType==1 && printData && printData.specimenList && printData.specimenList.length>0">
|
|
431
|
+ <div style="font-size: 12px;" *ngIf="surgeryPathologyLabelSize==1 && printData && printData.specimenList && printData.specimenList.length>0">
|
432
|
432
|
<div *ngFor="let data of printData.specimenList; let index=index;">
|
433
|
433
|
<div>
|
434
|
|
- <div style="display: flex;align-items: center;flex-wrap: nowrap;height: 70px;padding: 0 1px;">
|
|
434
|
+ <div style="display: flex;align-items: center;flex-wrap: nowrap;height: 70px;padding: 0 1px;position: relative;">
|
435
|
435
|
<div style="width: 60%;height: 70px;text-align: center;">
|
436
|
436
|
<img style="max-width: 90%;height: 80%;" [src]="data.barCode" alt="">
|
437
|
437
|
<div>标本号:{{data.specimenCode}}</div>
|
438
|
438
|
</div>
|
439
|
|
- <div style="width: 40%;height: 100%;text-align: center;display: flex;align-items: center;">
|
440
|
|
- <!-- <span style="font-weight: bold;">速</span> -->
|
|
439
|
+ <div style="width: 40%;height: 100%;text-align: center;display: flex;align-items: center;position: relative;top: -2px;">
|
441
|
440
|
<img style="max-width: 100%;max-height: 100%;" [src]="tool.logoUrl" alt="">
|
442
|
441
|
</div>
|
|
442
|
+ <div style="font-weight: bold;text-align: right;width: 100%;position: absolute;bottom: 3px;right: 3px;">{{printData.pathologyFormType==0?'普':'速'}}</div>
|
443
|
443
|
</div>
|
444
|
444
|
<div style="display: flex;justify-content: space-between;">
|
445
|
445
|
<div style="width: 70%;margin-right:15px;">
|
|
@@ -480,7 +480,7 @@
|
480
|
480
|
</div>
|
481
|
481
|
|
482
|
482
|
<!-- 小尺寸 20*30-->
|
483
|
|
- <div style="font-size: 12px;" *ngIf="outpatientPathologyLabelSizeType==2 && printData && printData.specimenList && printData.specimenList.length>0">
|
|
483
|
+ <div style="font-size: 12px;" *ngIf="surgeryPathologyLabelSize==2 && printData && printData.specimenList && printData.specimenList.length>0">
|
484
|
484
|
<div *ngFor="let data of printData.specimenList; let index=index;">
|
485
|
485
|
<div style="width: 100%;display: flex;margin-top: 5px;padding: 0 7px;">
|
486
|
486
|
<div style="width: 35%;">
|