胡半仙 3 vuotta sitten
vanhempi
commit
74a3286d7b
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      src/views/inward/components/truckAppoint/requirement.vue

+ 0 - 5
src/views/inward/components/truckAppoint/requirement.vue

@@ -199,11 +199,6 @@ export default {
         return
       }
       // 权限控制,判断用户是否属于轧钢厂下面的车间
-      this.orgCode = getCookie("orgCode");
-      if(this.orgCode=="yunxingchejian"||this.orgCode=="shebeike"||this.orgCode=="zhunbeichejian"||this.orgCode=="zagangshenchan"||this.orgCode=="zagangweijianchejian"||this.orgCode=="zagangzonghe"||this.orgCode=="gaoxianchejian"||this.orgCode=="anquanhuanbao"||this.orgCode=="yibanchejian"||this.orgCode=="zhuanyundui"||this.orgCode=="erbangchejian"){
-        this.$message.warning("您的权限不足,请联系下发负责人")
-        return
-      }
       this.$confirm("是否下发", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",