Browse Source

显示电梯卡号

wangxinyao
lingxiao 2 years ago
parent
commit
697172aaae
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      src/components/receiptPrinting.vue

+ 8
- 2
src/components/receiptPrinting.vue View File

@ -3,6 +3,7 @@
<p id="title"><e>物业费收款收据</e></p>
<p class="serialnumber">{{ data.contracttab.serialnumber }}</p>
<p class="printSerialNumber">{{ printSerialNumber }}</p>
<p class="accesscardid">{{ data.accesscardid }}</p>
<p id="details-wrap">
<span style="width: 181px" class="cidName"><e>小区楼名称</e>{{ data.cidName }}</span>
<span style="width: 128px" class="propertyid"><e>楼号</e>{{ data.propertyid }}</span>
@ -189,6 +190,11 @@ span {
top: 70px;
right: 70px;
}
.accesscardid{
position: absolute;
top: 50px;
right: 70px;
}
#details-wrap {
position: relative;
margin-top: 37px;
@ -213,7 +219,7 @@ span {
}
#details-wrap .constructionarea{
position: absolute;
top: 3px;
top: 0px;
right: 203px;
}
tr,
@ -228,7 +234,7 @@ td p {
line-height: 13px;
}
#bottom-wrap {
margin-top: 6px;
margin-top: 2px;
width: 100%;
}
#bottom-wrap span {


Loading…
Cancel
Save