feat:【antd】【erp 系统】finance/receipt 的迁移 4/4(已完成)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user