|
@ -152,16 +152,16 @@ const butttondata = (row) =>{ |
|
|
type: 'primary', |
|
|
type: 'primary', |
|
|
color: '', |
|
|
color: '', |
|
|
link: true, // 文本展现按钮 |
|
|
link: true, // 文本展现按钮 |
|
|
hasPermi: '' |
|
|
hasPermi: 'wms:supplierinvoice-invoiced:agree' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '审核拒绝', |
|
|
label: '作废', |
|
|
name: 'refuse', |
|
|
name: 'refuse', |
|
|
hide: isShowMainButton(row, ['1']), |
|
|
hide: isShowMainButton(row, ['1']), |
|
|
type: 'danger', |
|
|
type: 'danger', |
|
|
color: '', |
|
|
color: '', |
|
|
link: true, // 文本展现按钮 |
|
|
link: true, // 文本展现按钮 |
|
|
hasPermi: '' |
|
|
hasPermi: 'wms:supplierinvoice-invoiced:refuse' |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|