| | |
| | | <template> |
| | | <LoadingLayout> |
| | | <AppContainer> |
| | | <PageFormLayout title="奖励金登记"> |
| | | <PageFormLayout title="可用资金登记"> |
| | | <DetailView :form="form"> |
| | | <ChunkCellV2 title="申报企业名单"> |
| | | <DeclareEnterpriseTableView |
| | |
| | | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { rewardGrantRegisterColumns } = useRewardGrantRegisterColumns(); |
| | |
| | | useDeclareEnterpriseTable({ |
| | | id: ref(id), |
| | | applyMonth: toRef(form, 'applyMonth'), |
| | | bountyTemplateId: toRef(form, 'bountyTemplateId'), |
| | | }); |
| | | |
| | | const registerOperationBtns = defineOperationBtns([ |
| | |
| | | form.suportPlatRecharge = data.suportPlatRecharge; |
| | | form.suportFinance = data.suportFinance; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId; |
| | | form.bountyTemplateName = data.bountyTemplateName; |
| | | |
| | | getList(); |
| | | }, |
| | | }); |