feat:【antd】【erp 系统】finance/receipt 的迁移 4/4(已完成)

This commit is contained in:
YunaiV
2025-10-05 13:59:01 +08:00
parent 8789cd1ff2
commit ce709742fd
4 changed files with 7 additions and 16 deletions

View File

@@ -55,11 +55,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
},
} as VxeTableGridOptions<ErpSaleOutApi.SaleOut>,
gridEvents: {
checkboxChange: ({
records,
}: {
records: ErpSaleOutApi.SaleOut[];
}) => {
checkboxChange: ({ records }: { records: ErpSaleOutApi.SaleOut[] }) => {
selectedRows.value = records;
},
checkboxAll: ({ records }: { records: ErpSaleOutApi.SaleOut[] }) => {
@@ -105,4 +101,4 @@ defineExpose({ open: openModal });
table-title="销售出库单列表(仅展示可收款的单据)"
/>
</Modal>
</template>
</template>