客户 供应商审批按钮

This commit is contained in:
‘huanghaiixia’
2026-01-05 17:17:47 +08:00
parent 32b58d7c79
commit 93c0f9fc74
16 changed files with 595 additions and 174 deletions

View File

@ -670,6 +670,20 @@
code: PrintButton.CODE,
icon: 'ant-design:printer-outlined',
isDefault: true
},
{
isUse: false,
name: t('变更'),
code: 'update',
icon: 'ant-design:edit-filled',
isDefault: true
},
{
isUse: false,
name: t('审批'),
code: 'approve',
icon: 'ant-design:check-outlined',
isDefault: true
}
];