|
@@ -312,7 +312,7 @@ const buttonConfigMap: Record<number, ActionButton[]> = {
|
|
|
[InvoiceStatus.DRAFT]: [
|
|
[InvoiceStatus.DRAFT]: [
|
|
|
{ action: 'detail', label: '查看', handler: handleDetail, permission: 'bill:statementInvoice:edit' },
|
|
{ action: 'detail', label: '查看', handler: handleDetail, permission: 'bill:statementInvoice:edit' },
|
|
|
{ action: 'edit', label: '编辑', handler: handleUpdate, permission: 'bill:statementInvoice:edit' },
|
|
{ action: 'edit', label: '编辑', handler: handleUpdate, permission: 'bill:statementInvoice:edit' },
|
|
|
- { action: 'send', label: '发送对账单', handler: handleSend, permission: 'bill:statementInvoice:edit' },
|
|
|
|
|
|
|
+ { action: 'send', label: '发送开票信息', handler: handleSend, permission: 'bill:statementInvoice:edit' },
|
|
|
{ action: 'withdraw', label: '撤回', handler: handleWithdraw, permission: 'bill:statementInvoice:edit' },
|
|
{ action: 'withdraw', label: '撤回', handler: handleWithdraw, permission: 'bill:statementInvoice:edit' },
|
|
|
{ action: 'obsolete', label: '作废', handler: handleObsolete, permission: 'bill:statementInvoice:remove' }
|
|
{ action: 'obsolete', label: '作废', handler: handleObsolete, permission: 'bill:statementInvoice:remove' }
|
|
|
],
|
|
],
|