feat:【ele】【erp】stock 的迁移(30%)- check

This commit is contained in:
YunaiV
2025-11-16 18:29:24 +08:00
parent 14016b8d4e
commit 1810c5dc4a
12 changed files with 12 additions and 11 deletions

View File

@@ -158,6 +158,17 @@ const [Grid, gridApi] = useVbenVxeGrid({
auth: ['erp:stock-check:export'],
onClick: handleExport,
},
{
label: '批量删除',
type: 'danger',
disabled: isEmpty(checkedIds),
icon: ACTION_ICON.DELETE,
auth: ['erp:stock-check:delete'],
popConfirm: {
title: `是否删除所选中数据?`,
confirm: handleDelete.bind(null, checkedIds),
},
},
]"
/>
</template>