From 7edeaaa39078fcbc9fc773a86aa0cc9775d48306 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 16 Nov 2021 10:21:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/securityGuard/securityGuard.vue |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 95a56ff..19ca32e 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -75,6 +75,15 @@
               @click="handleSecurityPaperApply"
             >证书制证申请
             </el-button>
+            <el-button
+              type="primary"
+              size="small"
+              plain
+              v-if="permission.securityGuard_escort_personnel_import"
+              icon="el-icon-collection-tag"
+              @click="handleEscortPersonnelImport"
+              >押运人员批量导入
+            </el-button>
 
             <el-button
               type="danger"
@@ -1226,7 +1235,6 @@
   created() {
     console.log(this.userInfo, 9999);
     if (this.userInfo.role_name == "办证管理员") {
-      console.log(this.userInfo.role_name, 5555225);
       this.search["userType"] = 7;
       this.search["hold"] = "1";
     }
@@ -2297,7 +2305,7 @@
 // 抬头名字
 .security_m_l_titleName {
   position: absolute;
-  top: 35px;
+  top: 38px;
   left: 121px;
   right: 0;
   line-height: 45px;
@@ -2305,7 +2313,7 @@
 }
 
 //发证时间
-$timeTop: 310px; //整体高度
+$timeTop: 315px; //整体高度
 //年
 .security_m_l_titlepaperTimenian {
   position: absolute;
@@ -2342,7 +2350,7 @@
 $centerLeft: 458px;
 .security_m_r_o_right {
   position: absolute;
-  top: $downTop + $lineHigeht * 0-12px;
+  top: $downTop + $lineHigeht * 0+18px;
   left: $centerLeft;
   // width: $rightWidth;
 }
@@ -2350,7 +2358,7 @@
 // 生日
 .security_m_r_o_rightbirthday {
   position: absolute;
-  top: $downTop + $lineHigeht * 1-14px;
+  top: $downTop + $lineHigeht * 1+0px;
   left: $centerLeft;
   // width: $rightWidth;
 }
@@ -2358,7 +2366,7 @@
 // 地址
 .security_m_r_o_rightaddress {
   position: absolute;
-  top: $downTop + $lineHigeht * 2 -16px;
+  top: $downTop + $lineHigeht * 2+0px;
   left: $centerLeft;
   width: 185px;
 }
@@ -2366,7 +2374,7 @@
 // 身份证
 .security_m_r_o_rightcardid {
   position: absolute;
-  top: $downTop + $lineHigeht * 4 +0px;
+  top: $downTop + $lineHigeht * 4 +10px;
   left: $centerLeft;
   // width: $rightWidth;
 }

--
Gitblit v1.9.3