| | |
| | | <ChunkCellV2 title="批次信息" style="margin-bottom: 0"> |
| | | <BatchInfoView :form="form"></BatchInfoView> |
| | | </ChunkCellV2> |
| | | <ChunkCellV2 title="汇总材料" style="margin-bottom: 0"> |
| | | <ChunkCellV2 title="汇总材料" style="margin-bottom: 0" v-if="form.parkCollectFileList.length > 0"> |
| | | <MaterialInfoView :form="form"></MaterialInfoView> |
| | | </ChunkCellV2> |
| | | <ChunkCellV2 title="汇算材料" style="margin-bottom: 0"> |
| | |
| | | applyMonth: string; |
| | | applySumAmount: number; |
| | | /** 奖励金分配表 */ |
| | | bountyAssignFileUlr: UploadUserFile[]; |
| | | // bountyAssignFileUlr: UploadUserFile[]; |
| | | /** 奖励金汇总表 */ |
| | | bountyCollectFileUrl: UploadUserFile[]; |
| | | // bountyCollectFileUrl: UploadUserFile[]; |
| | | parkCollectFileList: CustomerApplyFileTypeListItem[]; |
| | | /**汇算材料 */ |
| | | calculationFileList: CustomerApplyFileTypeListItem[]; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | }; |