|
|
|
@ -257,14 +257,11 @@
|
|
|
|
|
} |
|
|
|
|
let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
let res=JSON.parse(ue); |
|
|
|
|
// console.log("res",res); |
|
|
|
|
|
|
|
|
|
let role = { |
|
|
|
|
userid : res.id, |
|
|
|
|
} |
|
|
|
|
let isAdmin = false; |
|
|
|
|
await getAction(this.url.userRoleUrl,role).then(res =>{ |
|
|
|
|
// console.log("res信息",res) |
|
|
|
|
if(res.success){ |
|
|
|
|
let item = res.result; |
|
|
|
|
item.forEach( re =>{ |
|
|
|
@ -328,22 +325,64 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
handleDetail(record){ |
|
|
|
|
async handleDetail(record){ |
|
|
|
|
// console.log("1111111111111111111111111111111111") |
|
|
|
|
// console.log(record); |
|
|
|
|
this.$router.push({ |
|
|
|
|
// name:'src-views-wastematerials-ProcessWasteMaterialsLists', |
|
|
|
|
// params:{ |
|
|
|
|
// merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
// materialStorageId : record.materialStorageId |
|
|
|
|
// } |
|
|
|
|
path:'/materials/wastematerials_detail', |
|
|
|
|
query:{ |
|
|
|
|
merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
materialStorageId : record.departId, |
|
|
|
|
merchandiseName : ' - '+record.materialDescription.substring(0,10) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
// console.log("sdfgadsg",record); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$router.push({ |
|
|
|
|
path:'/materials/wastematerials_detail', |
|
|
|
|
query:{ |
|
|
|
|
merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
materialStorageId : record.materialStorageId, |
|
|
|
|
merchandiseName : ' - '+record.materialDescription.substring(0,10) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
// let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
// let res=JSON.parse(ue); |
|
|
|
|
// let role = { |
|
|
|
|
// userid : res.id, |
|
|
|
|
// } |
|
|
|
|
// let is = false; |
|
|
|
|
// await getAction(this.url.userRoleUrl,role).then(res =>{ |
|
|
|
|
// // console.log("res信息",res) |
|
|
|
|
// if(res.success){ |
|
|
|
|
// let item = res.result; |
|
|
|
|
// item.forEach( re =>{ |
|
|
|
|
// if(re.roleName === "管理员" || re.roleName === "超级管理员"){ |
|
|
|
|
// is = true; |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// |
|
|
|
|
// console.log("is=====",is); |
|
|
|
|
// if(is){ |
|
|
|
|
// this.$router.push({ |
|
|
|
|
// // name:'src-views-wastematerials-ProcessWasteMaterialsLists', |
|
|
|
|
// // params:{ |
|
|
|
|
// // merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
// // materialStorageId : record.materialStorageId |
|
|
|
|
// // } |
|
|
|
|
// path:'/materials/wastematerials_detail', |
|
|
|
|
// query:{ |
|
|
|
|
// merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
// materialStorageId : record.materialStorageId, |
|
|
|
|
// merchandiseName : ' - '+record.materialDescription.substring(0,10) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// }else{ |
|
|
|
|
// this.$router.push({ |
|
|
|
|
// path:'/materials/wastematerials_detail', |
|
|
|
|
// query:{ |
|
|
|
|
// merchandiseNewsId: record.merchandiseNewsId, |
|
|
|
|
// materialStorageId : record.materialStorageId, |
|
|
|
|
// merchandiseName : ' - '+record.materialDescription.substring(0,10) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
initDictConfig(){ |
|
|
|
|
//优先从缓存中读取字典配置 |
|
|
|
|