保安服务企业管理项目备份
Administrator
2022-01-22 b6ed539c8ca4f41c3e994b263f2ae9d659a63c74
通知公告,政策发布,通知通报针对公司过滤
3 files modified
25 ■■■■■ changed files
src/views/desk/notice.vue 9 ●●●●● patch | view | raw | blame | history
src/views/desk/notification.vue 8 ●●●●● patch | view | raw | blame | history
src/views/desk/policyRelease.vue 8 ●●●●● patch | view | raw | blame | history
src/views/desk/notice.vue
@@ -396,6 +396,15 @@
          ? (that.deptCategory = true)
          : (that.deptCategory = false);
        if (
          this.userInfo.role_name == "保安公司管理员" ||
          this.userInfo.role_name == "分公司管理员" ||
          this.userInfo.role_name == "保安" ||
          this.userInfo.role_name == "装备管理员"
        ) {
          params['deptId'] = this.userInfo.dept_id;
        }
        const { releaseTimeRange } = this.query;
        params["jurisdiction"] = this.jurisdiction;
        params["type"] = 1;
src/views/desk/notification.vue
@@ -419,6 +419,14 @@
          ? (that.deptCategory = true)
          : (that.deptCategory = false);
        if (
          this.userInfo.role_name == "保安公司管理员" ||
          this.userInfo.role_name == "分公司管理员" ||
          this.userInfo.role_name == "保安" ||
          this.userInfo.role_name == "装备管理员"
        ) {
          params['deptId'] = this.userInfo.dept_id;
        }
        const { releaseTimeRange } = this.query;
        params["jurisdiction"] = this.jurisdiction;
        params["type"] = 3;
src/views/desk/policyRelease.vue
@@ -400,6 +400,14 @@
          ? (that.deptCategory = true)
          : (that.deptCategory = false);
        if (
          this.userInfo.role_name == "保安公司管理员" ||
          this.userInfo.role_name == "分公司管理员" ||
          this.userInfo.role_name == "保安" ||
          this.userInfo.role_name == "装备管理员"
        ) {
          params['deptId'] = this.userInfo.dept_id;
        }
        const { releaseTimeRange } = this.query;
        params["jurisdiction"] = this.jurisdiction;
        params["type"] = 2;