维修记录单打印功能修复

This commit is contained in:
hongchao 2025-10-28 10:24:55 +08:00
parent 33d7138a26
commit 4e5f761dbd
1 changed files with 4 additions and 2 deletions

View File

@ -119,7 +119,8 @@
</div> </div>
</div> </div>
<div style="border: 3px solid #000; min-height: 690px; line-height: 3; position: relative"> <div style="border: 3px solid #000; min-height: 680px; line-height: 3; display: flex; flex-direction: column; justify-content: space-between;">
<div style="flex: 1; overflow: auto;">
<div style="font-weight: 800; border-bottom: 1px solid #888; display: flex"> <div style="font-weight: 800; border-bottom: 1px solid #888; display: flex">
<div style="width: 100%; padding-left: 10px;text-align: center">{{this.printInfo.typeName }}</div> <div style="width: 100%; padding-left: 10px;text-align: center">{{this.printInfo.typeName }}</div>
</div> </div>
@ -134,7 +135,8 @@
</div> </div>
</div> </div>
</div> </div>
<div style="position: absolute; bottom: 0; width: 100%;"> </div>
<div style="flex-shrink: 0;">
<div style="font-weight: 800; border-bottom: 1px solid #888;border-top: 1px solid #888; display: flex"> <div style="font-weight: 800; border-bottom: 1px solid #888;border-top: 1px solid #888; display: flex">
<div style="width: 20%; text-align: center;border-right: 1px solid #888;">其他</div> <div style="width: 20%; text-align: center;border-right: 1px solid #888;">其他</div>
<div style="width: 80%; text-align: center; display: flex; justify-content: space-between; "> <div style="width: 80%; text-align: center; display: flex; justify-content: space-between; ">