From 1e66dbf8da3bf8929a93e42e9217eae35f60237c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 08 Nov 2021 15:40:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/securityGuard/securityGuard.vue | 36 +++++++++++++++++++++++-------------
1 files changed, 23 insertions(+), 13 deletions(-)
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 69862c6..e5a99d1 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -274,6 +274,9 @@
<div class="security_m_l_titleName widt">
{{ certificateObj.realName }}
</div>
+ <div class="security_m_r_o_jg widt">
+ 南昌市公安局
+ </div>
<div class="security_m_l_titlepaperTimenian widt">
{{ certificateYear }}
</div>
@@ -295,6 +298,7 @@
<div class="security_m_r_o_rightcardid">
{{ certificateObj.cardid }}
</div>
+
</div>
</div>
</div>
@@ -1064,7 +1068,7 @@
}),
},
beforeCreate () { },
- created () {
+ created () {
console.log(this.userInfo.role_name,123541);
if(this.userInfo.role_name=="办证管理员"){
console.log(this.userInfo.role_name,5555225);
@@ -1133,7 +1137,7 @@
//更新发证时间
var printDom = document.getElementById("certificateDom");
printDom.style.position = "absolute";
- printDom.style.top = "-27.5%";
+ printDom.style.top = "-25.0%";
printDom.style.left = "-23%";
printDom.style.width = "120%";
printDom.style.height = "100%";
@@ -1173,8 +1177,7 @@
var day = oneHoursAgo.getDay();
var date = oneHoursAgoY + "-" + oneHoursAgoM + "-" + day;
const data = {
- id: this.data.id,
- rtime: this.data.rtime,
+ id: this.certificateObj.id,
userType: 6,
paperTime: date
}
@@ -1747,7 +1750,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
- font: bold 18px 'SimSun' !important;
+ font: normal 18px 'SimSuncss' !important;
}
.security_main {
width: 630px;
@@ -1845,26 +1848,26 @@
// 抬头名字
.security_m_l_titleName {
position: absolute;
- top: 35px;
+ top: 45px;
left: 121px;
right: 0;
line-height: 45px;
letter-spacing: 3px;
}
//发证时间
-$timeTop: 304px; //整体高度
+$timeTop: 312px; //整体高度
//年
.security_m_l_titlepaperTimenian {
position: absolute;
top: $timeTop;
- left: 107px;
+ left: 109px;
line-height: 40px;
}
//月
.security_m_l_titlepaperTimeyue {
position: absolute;
top: $timeTop;
- left: 166px;
+ left: 168px;
line-height: 40px;
}
//日
@@ -1877,7 +1880,7 @@
//证件编号
.security_m_l_downsecuritynumber {
position: absolute;
- top: 379px; //整体高度
+ top: 386px; //整体高度
left: 145px;
}
@@ -1902,13 +1905,12 @@
position: absolute;
top: $downTop + $lineHigeht * 2 -6px;
left: $centerLeft;
- width: 160px;
- font: bold 16px 'SimSun' !important;
+ width: 185px;
}
// 身份证
.security_m_r_o_rightcardid {
position: absolute;
- top: $downTop + $lineHigeht * 4 -2px;
+ top: $downTop + $lineHigeht * 4 +10px;
left: $centerLeft;
// width: $rightWidth;
}
@@ -1921,4 +1923,12 @@
background-size: 100% 100%;
background-repeat: no-repeat;
}
+
+.security_m_r_o_jg{
+ position: absolute;
+ top: 267px;
+ left: 210px;
+ line-height: 40px;
+ letter-spacing: 2px;
+}
</style>
--
Gitblit v1.9.3