Administrator
2021-11-16 72004f8bfb9b72366d14e3ef8ef5dfaa30929705
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"
@@ -1220,9 +1229,7 @@
  },
  beforeCreate() {},
  created() {
    console.log(this.userInfo.role_name, 123541);
    if (this.userInfo.role_name == "办证管理员") {
      console.log(this.userInfo.role_name, 5555225);
      this.search["userType"] = 7;
      this.search["hold"] = "1";
    }
@@ -2256,14 +2263,14 @@
// 抬头名字
.security_m_l_titleName {
  position: absolute;
  top: 35px;
  top: 38px;
  left: 121px;
  right: 0;
  line-height: 45px;
  letter-spacing: 3px;
}
//发证时间
$timeTop: 310px; //整体高度
$timeTop: 315px; //整体高度
//年
.security_m_l_titlepaperTimenian {
  position: absolute;
@@ -2297,28 +2304,28 @@
$centerLeft: 458px;
.security_m_r_o_right {
  position: absolute;
  top: $downTop + $lineHigeht * 0-12px;
  top: $downTop + $lineHigeht * 0+18px;
  left: $centerLeft;
  // width: $rightWidth;
}
// 生日
.security_m_r_o_rightbirthday {
  position: absolute;
  top: $downTop + $lineHigeht * 1-14px;
  top: $downTop + $lineHigeht * 1+0px;
  left: $centerLeft;
  // width: $rightWidth;
}
// 地址
.security_m_r_o_rightaddress {
  position: absolute;
  top: $downTop + $lineHigeht * 2 -16px;
  top: $downTop + $lineHigeht * 2+0px;
  left: $centerLeft;
  width: 185px;
}
// 身份证
.security_m_r_o_rightcardid {
  position: absolute;
  top: $downTop + $lineHigeht * 4 +0px;
  top: $downTop + $lineHigeht * 4 +10px;
  left: $centerLeft;
  // width: $rightWidth;
}