|
@@ -80,7 +80,7 @@
|
80
|
80
|
<!-- 打印的内容 -->
|
81
|
81
|
<div id="print-section" hidden>
|
82
|
82
|
<!-- 80mm*80mm -->
|
83
|
|
- <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 80mm;max-height: 80mm;" *ngIf="configs.spePackageCodeSize == 1">
|
|
83
|
+ <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 75mm;height: 75mm;" *ngIf="configs.spePackageCodeSize == 1">
|
84
|
84
|
<div style="display: flex;">
|
85
|
85
|
<img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
|
86
|
86
|
<div style="flex: 1;">
|
|
@@ -97,9 +97,9 @@
|
97
|
97
|
</div>
|
98
|
98
|
</div>
|
99
|
99
|
<!-- 70mm*50mm -->
|
100
|
|
- <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 70mm;max-height: 50mm;" *ngIf="configs.spePackageCodeSize == 2">
|
|
100
|
+ <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 65mm;height: 45mm;" *ngIf="configs.spePackageCodeSize == 2">
|
101
|
101
|
<div style="display: flex;">
|
102
|
|
- <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 1mm;">
|
|
102
|
+ <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
|
103
|
103
|
<div style="flex: 1;">
|
104
|
104
|
<div>包号:{{package.packCode}}</div>
|
105
|
105
|
<div>{{package.packDeptDTO?.dept}}</div>
|