|
@@ -563,7 +563,15 @@
|
|
this.$router.push({name:view})
|
|
this.$router.push({name:view})
|
|
},
|
|
},
|
|
handleXfrws(orgCode){
|
|
handleXfrws(orgCode){
|
|
- this.$router.push({name:'isystem-user',query:{orgCode: orgCode}})
|
|
|
|
|
|
+ if (JSON.stringify(this.$store.state.permission.routers[6]).includes('isystem-user')) {
|
|
|
|
+ this.$router.push({name:'isystem-user',query:{orgCode: orgCode}})
|
|
|
|
+ } else {
|
|
|
|
+ this.$notification.error({
|
|
|
|
+ message: '提示',
|
|
|
|
+ description: `没有该菜单权限,不支持查看!`,
|
|
|
|
+ duration:3
|
|
|
|
+ });
|
|
|
|
+ }
|
|
},
|
|
},
|
|
handleWsh(view){
|
|
handleWsh(view){
|
|
this.$router.push({name:view})
|
|
this.$router.push({name:view})
|
|
@@ -669,6 +677,8 @@
|
|
|
|
|
|
getAction("/qcsb.qyxx/qcQyxx/rwdls").then(res=>{
|
|
getAction("/qcsb.qyxx/qcQyxx/rwdls").then(res=>{
|
|
if(res.code==200){
|
|
if(res.code==200){
|
|
|
|
+ console.log("/rwdls", res);
|
|
|
|
+ console.log("/rwdls", this.yhjs);
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
this.xfrws=res.result1[0];//下发任务数
|
|
this.xfrws=res.result1[0];//下发任务数
|
|
this.yxdls=res.result1[1];//有效登录数
|
|
this.yxdls=res.result1[1];//有效登录数
|
|
@@ -677,6 +687,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
debugger
|
|
debugger
|
|
|
|
+ console.log("/rwdls", this.yhjs);
|
|
if(this.yhjs=='shyh'||this.yhjs=='sjzh'){
|
|
if(this.yhjs=='shyh'||this.yhjs=='sjzh'){
|
|
|
|
|
|
this.show=true;
|
|
this.show=true;
|
|
@@ -688,6 +699,8 @@
|
|
|
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sydw").then(res=>{
|
|
getAction("/qcsb.qyxx/qcQyxx/sydw").then(res=>{
|
|
if(res.code==200){
|
|
if(res.code==200){
|
|
|
|
+ console.log("/sydw", res);
|
|
|
|
+ console.log("/sydw", this.sydwyhjs);
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
this.sydwxfrws=res.result1[0];//下发任务数
|
|
this.sydwxfrws=res.result1[0];//下发任务数
|
|
this.sydwyxdls=res.result1[1];//有效登录数
|
|
this.sydwyxdls=res.result1[1];//有效登录数
|
|
@@ -695,6 +708,7 @@
|
|
this.sydwwsh=res.result1[3];//未审核数量
|
|
this.sydwwsh=res.result1[3];//未审核数量
|
|
this.sydwyhjs=res.result1[4];//用戶角色
|
|
this.sydwyhjs=res.result1[4];//用戶角色
|
|
}
|
|
}
|
|
|
|
+ console.log("/sydw", this.sydwyhjs);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
@@ -740,14 +754,17 @@
|
|
selectDqsbs(){
|
|
selectDqsbs(){
|
|
let usercode=''
|
|
let usercode=''
|
|
usercode = store.getters.userInfo.username
|
|
usercode = store.getters.userInfo.username
|
|
- getAction("/qcsb.qyxx/qcQyxx/dqsbs").then(res=>{
|
|
|
|
|
|
+ getAction("/dqsbs").then(res=>{
|
|
if(res.code==200){
|
|
if(res.code==200){
|
|
|
|
+ console.log("/dqsbs", res);
|
|
|
|
+ console.log("/dqsbs", this.yhjs);
|
|
this.shtgs=res.result1[0]//审核通过数
|
|
this.shtgs=res.result1[0]//审核通过数
|
|
this.cwth=res.result1[1]//错误退回
|
|
this.cwth=res.result1[1]//错误退回
|
|
this.yhjs=res.result1[3];
|
|
this.yhjs=res.result1[3];
|
|
if(this.yhjs=="shyh"){
|
|
if(this.yhjs=="shyh"){
|
|
this.showDqsbs=false;
|
|
this.showDqsbs=false;
|
|
}
|
|
}
|
|
|
|
+ console.log("/dqsbs", this.yhjs);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|