|
@ -86,7 +86,7 @@ |
|
|
{ |
|
|
{ |
|
|
id: 1, |
|
|
id: 1, |
|
|
name: '收款记录', |
|
|
name: '收款记录', |
|
|
path: '/pages/collection/list/list', |
|
|
|
|
|
|
|
|
path: '/subpackage/income/pages/details_record/details_record', |
|
|
serverKey: 1002 // 后端对应权限编号 |
|
|
serverKey: 1002 // 后端对应权限编号 |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -208,6 +208,13 @@ |
|
|
if(!tabInfo.path)return util.showNone('暂未开放!'); |
|
|
if(!tabInfo.path)return util.showNone('暂未开放!'); |
|
|
//if(tabInfo.id == 2)return util.routeTo(tabInfo.path,'nT'); //测试 |
|
|
//if(tabInfo.id == 2)return util.routeTo(tabInfo.path,'nT'); //测试 |
|
|
if(!_permission[tabInfo.serverKey])return util.showNone('暂无权限,请联系管理员开启!') |
|
|
if(!_permission[tabInfo.serverKey])return util.showNone('暂无权限,请联系管理员开启!') |
|
|
|
|
|
|
|
|
|
|
|
if(tabInfo.id === 1){ |
|
|
|
|
|
util.$_emit('turnoverToDetailsRecord', { |
|
|
|
|
|
stadiumInfo: null, |
|
|
|
|
|
brandInfo: indexData&&indexData.brand ? indexData.brand : null, |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
util.routeTo(tabInfo.path,'nT'); |
|
|
util.routeTo(tabInfo.path,'nT'); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|