|
|
|
@ -126,29 +126,25 @@ export default {
|
|
|
|
|
route: '/mySupplier',
|
|
|
|
|
title: '供应商合同审批',
|
|
|
|
|
icon: 'friends-o',
|
|
|
|
|
// show: this.permission_btns.includes('procurement:supplierCt:list')
|
|
|
|
|
show: true
|
|
|
|
|
show: this.permission_btns.includes('procurement:supplierCt:list')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myCustom',
|
|
|
|
|
title: '客户合同审批',
|
|
|
|
|
icon: 'manager-o',
|
|
|
|
|
// show: this.permission_btns.includes('bs:customer-contract:query')
|
|
|
|
|
show: true
|
|
|
|
|
show: this.permission_btns.includes('bs:customer-contract:query')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myBidder',
|
|
|
|
|
title: '中标审批',
|
|
|
|
|
icon: 'bookmark-o',
|
|
|
|
|
// show: this.permission_btns.includes('bs:quotation-sheet:create')
|
|
|
|
|
show: true
|
|
|
|
|
show: this.permission_btns.includes('bs:quotation-sheet:create')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myPay',
|
|
|
|
|
title: '付款审批',
|
|
|
|
|
icon: 'refund-o',
|
|
|
|
|
// show: this.permission_btns.includes('procurement:payApply:list')
|
|
|
|
|
show: true
|
|
|
|
|
show: this.permission_btns.includes('procurement:payApply:list')
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
title: '合同审批'
|
|
|
|
@ -165,15 +161,13 @@ export default {
|
|
|
|
|
route: '/myNewTrips',
|
|
|
|
|
title: '我的申请',
|
|
|
|
|
icon: 'manager-o',
|
|
|
|
|
// show: checkPermission('bs/myExpenseApply/index'),
|
|
|
|
|
show: true
|
|
|
|
|
show: checkPermission('bs/myExpenseApply/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myTrips',
|
|
|
|
|
title: '申请单',
|
|
|
|
|
icon: 'exchange',
|
|
|
|
|
// show: checkPermission('bs/expenseApply/index'),
|
|
|
|
|
show: true
|
|
|
|
|
show: checkPermission('bs/expenseApply/index'),
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// route: '/claim',
|
|
|
|
@ -185,22 +179,19 @@ export default {
|
|
|
|
|
route: '/myNewClaim',
|
|
|
|
|
title: '我的报销',
|
|
|
|
|
icon: 'bookmark-o',
|
|
|
|
|
// show: checkPermission('bs/myExpenseClaim/index'),
|
|
|
|
|
show: true
|
|
|
|
|
show: checkPermission('bs/myExpenseClaim/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myClaim',
|
|
|
|
|
title: '报销单',
|
|
|
|
|
icon: 'qr-invalid',
|
|
|
|
|
// show: checkPermission('bs/expenseClaim/index'),
|
|
|
|
|
show: true
|
|
|
|
|
show: checkPermission('bs/expenseClaim/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
route: '/myInvoice',
|
|
|
|
|
title: '我的发票',
|
|
|
|
|
icon: 'label-o',
|
|
|
|
|
// show: checkPermission('bs/invoice/index'),
|
|
|
|
|
show: true
|
|
|
|
|
show: checkPermission('bs/invoice/index'),
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
title: '企业办公'
|
|
|
|
|