diff --git a/src/components/receiptPrinting.vue b/src/components/receiptPrinting.vue
index 3e5c10d..86a1c31 100644
--- a/src/components/receiptPrinting.vue
+++ b/src/components/receiptPrinting.vue
@@ -3,6 +3,7 @@
物业费收款收据
{{ data.contracttab.serialnumber }}
{{ printSerialNumber }}
+ {{ data.accesscardid }}
小区楼名称:{{ data.cidName }}
楼号:{{ data.propertyid }}
@@ -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 {