|
@@ -283,14 +283,13 @@
|
283
|
283
|
<div class="monad">
|
284
|
284
|
<div *ngIf="printData && printData.specimenList && printData.specimenList.length>1 && operation != 'addPrint'" style="border: 1px solid #AAAAAA;
|
285
|
285
|
border-radius: 5px;font-size: 12px;">
|
286
|
|
- <div style="display: flex;">
|
287
|
|
- <img style="width: 50%;height: 70px;border-radius: 5px;" [src]="printData.applyBarCode" alt="">
|
288
|
|
- <div style="width: 50%;">
|
289
|
|
-
|
290
|
|
- <img style="width: 100%; border-radius: 5px;
|
291
|
|
- position: relative;top: 15px;right: 7px;" [src]="tool.logoUrl" alt="">
|
292
|
|
- <!-- <img style="width: 100%; border-radius: 5px;
|
293
|
|
- position: relative;top: 15px;right: 7px;" src="../../../assets/images/yc_logo.png" alt=""> -->
|
|
286
|
+ <div style="display: flex;align-items: center;flex-wrap: nowrap;height: 80px;">
|
|
287
|
+ <div style="width: 60%;height: 70px;text-align: center;">
|
|
288
|
+ <img style="max-width: 95%;height: 80%;" [src]="printData.applyBarCode" alt="">
|
|
289
|
+ <div>{{printData.applyCode}}</div>
|
|
290
|
+ </div>
|
|
291
|
+ <div style="width: 40%;text-align: center;">
|
|
292
|
+ <img style="max-width: 100%;height: 100%;" [src]="tool.logoUrl" alt="">
|
294
|
293
|
</div>
|
295
|
294
|
</div>
|
296
|
295
|
|
|
@@ -328,14 +327,13 @@
|
328
|
327
|
|
329
|
328
|
<div *ngIf="printData && printData.specimenList && printData.specimenList.length>0 && operation == 'addPrint'" style="border: 1px solid #AAAAAA;
|
330
|
329
|
border-radius: 5px;font-size: 12px;">
|
331
|
|
- <div style="display: flex;">
|
332
|
|
- <img style="width: 50%;height: 70px;border-radius: 5px;" [src]="printData.applyBarCode" alt="">
|
333
|
|
- <div style="width: 50%;">
|
334
|
|
-
|
335
|
|
- <img style="width: 100%; border-radius: 5px;
|
336
|
|
- position: relative;top: 15px;right: 7px;" [src]="tool.logoUrl" alt="">
|
337
|
|
- <!-- <img style="width: 100%; border-radius: 5px;
|
338
|
|
- position: relative;top: 15px;right: 7px;" src="../../../assets/images/yc_logo.png" alt=""> -->
|
|
330
|
+ <div style="display: flex;align-items: center;flex-wrap: nowrap;height: 80px;">
|
|
331
|
+ <div style="width: 60%;height: 70px;text-align: center;">
|
|
332
|
+ <img style="max-width: 95%;height: 80%;" [src]="printData.applyBarCode" alt="">
|
|
333
|
+ <div>{{printData.applyCode}}</div>
|
|
334
|
+ </div>
|
|
335
|
+ <div style="width: 40%;text-align: center;">
|
|
336
|
+ <img style="max-width: 100%;height: 100%;" [src]="tool.logoUrl" alt="">
|
339
|
337
|
</div>
|
340
|
338
|
</div>
|
341
|
339
|
|
|
@@ -376,13 +374,13 @@
|
376
|
374
|
<div *ngFor="let data of printData.specimenList; let index=index;">
|
377
|
375
|
<div style="height: 50px;" *ngIf="printData && printData.specimenList && printData.specimenList.length>1"></div>
|
378
|
376
|
<div style="border: 1px solid #AAAAAA;border-radius: 5px;">
|
379
|
|
- <div style="display: flex;">
|
380
|
|
- <img style="width: 50%;height: 70px;border-radius: 5px;" [src]="data.barCode" alt="">
|
381
|
|
- <div style="width: 50%;">
|
382
|
|
- <img style="width: 100%; border-radius: 5px;
|
383
|
|
- position: relative;top: 15px;right: 7px;" [src]="tool.logoUrl" alt="">
|
384
|
|
- <!-- <img style="width: 100%;border-radius: 5px;
|
385
|
|
- position: relative;top: 15px;right: 7px;" src="../../../assets/images/yc_logo.png" alt=""> -->
|
|
377
|
+ <div style="display: flex;align-items: center;flex-wrap: nowrap;height: 80px;">
|
|
378
|
+ <div style="width: 60%;height: 70px;text-align: center;">
|
|
379
|
+ <img style="max-width: 95%;height: 80%;" [src]="data.barCode" alt="">
|
|
380
|
+ <div>{{data.specimenCode}}</div>
|
|
381
|
+ </div>
|
|
382
|
+ <div style="width: 40%;text-align: center;">
|
|
383
|
+ <img style="max-width: 100%;height: 100%;" [src]="tool.logoUrl" alt="">
|
386
|
384
|
</div>
|
387
|
385
|
</div>
|
388
|
386
|
<div style="display: flex;border-bottom: 1px solid #AAAAAA;">
|