Browse Source

HL-5542 SCP 供应商发票申请 财务审批驳回状态的数据应该增加作废按钮

hella_online_20240823
王宇飞 8 months ago
parent
commit
8406559c5a
  1. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -629,7 +629,7 @@ const butttondata = (row, $index) => {
{ {
label: t('ts.作废'), label: t('ts.作废'),
name: 'repeal', name: 'repeal',
hide: isShowMainButton(row, ['1', '3', '6']), hide: isShowMainButton(row, ['1', '3', '6', '7']),
type: 'danger', type: 'danger',
color: '', color: '',
link: true, // link: true, //

Loading…
Cancel
Save