This commit is contained in:
linfso 2024-09-14 23:05:16 +08:00
parent 0b485dd1c0
commit c17588ede2

View File

@ -24,7 +24,11 @@
</div>
<div v-if="extBillInfo!=null" style="line-height:30px;margin-top: 10px; font-size: 14px;width:100%" class="panel" >
<div style="display: inline-flex; width: 100%;">
<div style="width:20%;color:black;font-weight: 600; font-size: 18px;line-height: 50px;text-align: center;">{{ extBillInfo.sendSiteName }}</div>
<div style="width:20%;color:black;font-weight: 600; font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;">{{ extBillInfo.sendSiteName }}</div>
<div style="position: relative; text-align: center;">
<svg t="1726269105329" class="icon" viewBox="0 0 1024 1024" version="1.1" p-id="2426" width="200" height="50" xmlns="http://www.w3.org/2000/svg">
<path d="M 1467.617 655.095 L -534.095 655.095 C -589.52 653.579 -620.594 625.007 -590.029 603.666 C -577.517 594.93 -556.788 589.42 -534.095 588.798 L 1467.617 588.798 C 1523.042 587.282 1561.249 613.957 1536.386 636.814 C 1523.467 648.693 1496.419 655.882 1467.617 655.095 Z" p-id="2427" style="fill: rgb(135, 5, 5);"/>
@ -34,10 +38,12 @@
<div style="position: absolute; top:30px;left:50px; color: gray;">{{ extBillInfo.productTypeName }}</div>
</div>
<div style="width:20%;color:black;font-weight: 600;font-size: 18px; line-height: 50px; text-align: center;">{{ extBillInfo.destinationName }}</div>
<div style="width:20%;color:black;font-weight: 600;font-size: 18px; display: flex;
justify-content: center;
align-items: center;text-align: center;">{{ extBillInfo.destinationName }}</div>
</div>
<div style="width: 100%;color:black;font-weight: 600;padding-left: 10px;">
<div style="color: gray"> 预计送达:{{ extBillInfo.estimateDate }}</div>
<div style="color: #880504"> 预计送达:{{ extBillInfo.estimateDate }}</div>
</div>