|
|
|
@ -150,6 +150,11 @@
|
|
|
|
|
return parseInt(index)+1; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'部门', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'materialStorageId_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物料组', |
|
|
|
|
align:"center", |
|
|
|
@ -287,7 +292,8 @@
|
|
|
|
|
let res=JSON.parse(ue); |
|
|
|
|
console.log("23r4qwerfasdfgzsfh",res) |
|
|
|
|
if(res.realname !== "管理员"){ |
|
|
|
|
this.queryParam.departIds = res.departIds; |
|
|
|
|
console.log("asdfasd") |
|
|
|
|
this.queryParam.departId = res.departIds; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|