|
@@ -359,7 +359,15 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
[
|
|
|
- {},
|
|
|
+ {
|
|
|
+ icon: require('@/assets/home-icon/home_icon_finance_pay.png'),
|
|
|
+ name: '财务付款',
|
|
|
+ styleC: 'red-color',
|
|
|
+ url: '/financialManagement/financialPayment/list',
|
|
|
+ params: JSON.stringify({ bizType: 'PURCHASE', billState: 'UNSETTLE' }),
|
|
|
+ permission: 'M_financialPaymentList',
|
|
|
+ orderNum: 'sparePartsPurchaseFinancialWaitCount'
|
|
|
+ },
|
|
|
{
|
|
|
icon: require('@/assets/home-icon/home_icon_finance_pay.png'),
|
|
|
name: '财务收款',
|