保安服务企业管理项目备份
guoshilong
2023-12-19 74433dea18d66b0799b57657d51065e14ef7b93b
制证功能放开
3 files modified
36 ■■■■■ changed files
src/views/securityAnalysis/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue 28 ●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue 5 ●●●●● patch | view | raw | blame | history
src/views/securityAnalysis/index.vue
@@ -488,7 +488,7 @@
        },
        legend: {
          x: "center",
          y: "90%"
          y: "90%",
        },
        // toolbox: this.gettoolbox("审查情况查询", "保安员审查情况明细", 1),
        series: [
@@ -889,7 +889,6 @@
        //   6
        // ),
        legend: {
          // orient: "vertical",
          // left: "left",
          x: "center",
          y: "83%"
src/views/securityGuard/securityGuard.vue
@@ -43,11 +43,11 @@
            <el-button type="success" size="small" plain icon="el-icon-upload2" v-if="permission.securityGuard_import"
              @click="handleImportNoCriminal">无犯罪记录图片批量上传
            </el-button>
            <el-button type="primary" style="display: none;" size="small" plain
              v-if="permission.securityGuard_security_apply" icon="el-icon-s-promotion"
              @click="handleSecurityApply">上岗证制证申请
            </el-button>
            <el-button type="primary" style="display: none;" size="small" plain
<!--            <el-button type="primary" size="small" plain-->
<!--              v-if="permission.securityGuard_security_apply" icon="el-icon-s-promotion"-->
<!--              @click="handleSecurityApply">上岗证制证申请-->
<!--            </el-button>-->
            <el-button type="primary"  size="small" plain
              v-if="permission.securityGuard_security_paper_apply" icon="el-icon-collection-tag"
              @click="handleSecurityPaperApply">证书制证申请
            </el-button>
@@ -1119,11 +1119,25 @@
                label: "居住地址",
                prop: "dwellAddress",
                hide: true,
                rules: [
                  {
                    required: true,
                    message: "请输入居住地址",
                    trigger: "blur"
                  }
                ]
              },
              {
                label: "户籍地址",
                prop: "permanentResidenceAddress",
                hide: true,
                rules: [
                  {
                    required: true,
                    message: "请输入户籍地址",
                    trigger: "blur"
                  }
                ]
              },
              {
                label: "报考等级",
@@ -1492,7 +1506,9 @@
        addBtn: this.vaildData(this.permission.securityGuard_add, false),
        viewBtn: this.vaildData(null, false),
        delBtn: this.vaildData(null, false),
        editBtn: this.vaildData(this.permission.securityGuard_edit, false)
        editBtn: this.vaildData(this.permission.securityGuard_edit, false),
        securityGuard_security_apply:this.vaildData(this.permission.securityGuard_security_apply,true),
        securityGuard_security_paper_apply:this.vaildData(this.permission.securityGuard_security_paper_apply,true)
      };
    },
    platformPermissionList() {
src/views/trainExam/performance.vue
@@ -97,7 +97,6 @@
          size="small"
          plain
          v-if="permission.trainExam_performance_paper_apply"
          style="display: none"
          icon="el-icon-collection-tag"
          @click="handleSecurityPaperApply"
          >证书制证申请
@@ -295,7 +294,7 @@
                请上传笔试答题图片,只能上传jpg/png文件,最多上传5张图片
              </div>
            </el-upload>
            <el-dialog :visible.sync="dialogVisible"
            <el-dialog :visible.sync="dialogVisible"
              :modal="true"
              :modal-append-to-body="true"
              :append-to-body="true"
@@ -705,7 +704,6 @@
            // 表单编辑时是否可见
            editDisplay: true,
            searchLabelWidth: 50,
            searchSpan: 3,
            // 表单编辑时是否为查看模式
            editDetail: false,
            rules: [
@@ -1212,6 +1210,7 @@
          this.permission.trainExam_performance_export,
          false
        ),
        trainExam_performance_paper_apply:this.vaildData(this.permission.trainExam_performance_paper_apply,true)
      };
    },
  },