| | |
| | | <ProFormText v-model.trim="form.parkTypeName" /> |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | <ProFormColItem :span="12"> |
| | | <ProFormItemV2 label="材料模板:" :mode="mode"> |
| | | <ProFormText v-model.trim="form.bountyTemplateName" /> |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | </ProFormCol> |
| | | </template> |
| | | |
| | |
| | | parkTypeName: string; |
| | | applyMonth: string; |
| | | applySumAmount: number; |
| | | bountyTemplateName: string; |
| | | }; |
| | | }; |
| | | |
| | |
| | | extraListFiles: CustomerApplyFileTypeListItem[]; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | |
| | | bountyTemplateName: string; |
| | | }; |
| | | }; |
| | | |
| | |
| | | suportFinance: false, |
| | | |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({ |
| | |
| | | form.reasonForWithdrawal = data.reasonForWithdrawal ?? ''; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId ?? ''; |
| | | form.bountyTemplateName = data.bountyTemplateName ?? ''; |
| | | |
| | | getList(); |
| | | }, |
| | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({ |
| | |
| | | form.suportFinance = data.suportFinance; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId; |
| | | form.bountyTemplateName = data.bountyTemplateName; |
| | | |
| | | getList(); |
| | | }, |
| | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({ |
| | |
| | | form.suportFinance = data.suportFinance; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId; |
| | | form.bountyTemplateName = data.bountyTemplateName; |
| | | |
| | | getList(); |
| | | }, |
| | |
| | | suportPlatRecharge: false, |
| | | suportFinance: false, |
| | | bountyTemplateId: '', |
| | | bountyTemplateName: '', |
| | | }); |
| | | |
| | | const { rewardGrantRegisterColumns } = useRewardGrantRegisterColumns(); |
| | |
| | | form.suportFinance = data.suportFinance; |
| | | |
| | | form.bountyTemplateId = data.bountyTemplateId; |
| | | form.bountyTemplateName = data.bountyTemplateName; |
| | | |
| | | getList(); |
| | | }, |