|
|
|
@ -1113,19 +1113,16 @@ const IndexTable = val => {
|
|
|
|
|
columnList[2].checkarr = []; //重置下拉搜索框 |
|
|
|
|
columnList[3].checkarr = []; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(columnList[3].checkarr, 'pc_discovery_node'); //发现环节 |
|
|
|
|
updateDictionary(columnList[17].checkarr, 'work_order_status'); //发现环节 |
|
|
|
|
// 获取角色权限 |
|
|
|
|
getDictionaryBiz('after_sales_visits').then(res => { |
|
|
|
|
|
|
|
|
|
console.log(res, '角色字典'); |
|
|
|
|
const matchingItem = res.data.data.find( |
|
|
|
|
item => item.dictValue == JSON.parse(localStorage.getItem('TWMS-userInfo')).content.role_name |
|
|
|
|
); |
|
|
|
|
if (matchingItem) { |
|
|
|
|
|
|
|
|
|
console.log(TabList.value, '导航'); |
|
|
|
|
UserPermissions.value = matchingItem.dictValue; |
|
|
|
|
console.log(matchingItem.dictValue, '角色'); |
|
|
|
@ -1140,11 +1137,11 @@ const IndexTable = val => {
|
|
|
|
|
} |
|
|
|
|
console.log(UserPermissions.value, '当前角色权限'); |
|
|
|
|
let data = { |
|
|
|
|
workOrderStatus:TabPermissions.value == '0' && UserPermissions.value == '仓库客服' ? '1000' : null,//不可调整顺序 |
|
|
|
|
...val,//接收搜索参数值 |
|
|
|
|
current:page.value.currentPage, //页码 |
|
|
|
|
size:page.value.pageSize, //条数 |
|
|
|
|
}; |
|
|
|
|
workOrderStatus:TabPermissions.value == '0' && UserPermissions.value == '仓库客服' ? '1000' : null, //不可调整顺序 |
|
|
|
|
...val, //接收搜索参数值 |
|
|
|
|
current: page.value.currentPage, //页码 |
|
|
|
|
size: page.value.pageSize, //条数 |
|
|
|
|
}; |
|
|
|
|
$_getList(data).then(res => { |
|
|
|
|
Tableheaderswitching(columnList); |
|
|
|
|
console.log(res, '初始化返回值'); |
|
|
|
@ -1248,8 +1245,7 @@ const OnLoad = () => {
|
|
|
|
|
console.log(data, '要提交的数据'); |
|
|
|
|
updateDictionary(columnList[2].checkarr, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(columnList[3].checkarr, 'pc_discovery_node'); //发现环节 |
|
|
|
|
|
|
|
|
|
IndexTable(details.query); |
|
|
|
|
IndexTable(); |
|
|
|
|
getDeptWarehouse({}).then(res => { |
|
|
|
|
res.data.data.forEach(item => { |
|
|
|
|
warehouseData.value.push({ |
|
|
|
|