基本信息
项目编号{{ form.projectCode || '-' }}
项目名称{{ form.projectName || '-' }}
学科分类
{{ getDictLabel('project_class', form.disciplineFirstName) }}
负责人类型
{{ form.projectLeaderType === '10' ? '教师' : form.projectLeaderType === '20' ? '学生' : '校外人员' }}
负责人{{ form.projectLeaderName || '-' }}
合同类别
{{ getDictLabel('contract_type', form.contractType) }}
统计年度{{ form.statisticalYear || '-' }}
签订时间{{ form.signDate || '-' }}
项目时间{{ form.planStartDate || '-' }} 至 {{ form.planEndDate || '-' }}
合同经费(元)
¥{{ formatAmount(form.contractFunds) }}
配套经费(元)
¥{{ formatAmount(form.supportFunds) }}
到账金额(元)
¥{{ formatAmount(form.arrivalFunds) }}
到账时间{{ form.arrivalDate || '-' }}
所属平台
{{ item.platformName }} ({{ item.platformType }})
-
所属团队{{ form.belongTeam || '-' }}
备注
合作单位
单位级别:{{ getDictLabel('sci_tripartite_type', comp.compType) }}
联系人:{{ comp.compContact || '-' }} ({{ comp.compPhoneNum || '-' }})
成员信息
所属科室:{{ row.deptName }}
职称:{{ row.technicalTitle }}
学位:{{ getDictLabel('sci_academic_degree', row.degree) }}
负责内容:{{ row.responsibleContent }}
预算信息
财政拨款¥{{ item.projectFundsAmount || 0 }}
匹配经费¥{{ item.otherFundsAmount || 0 }}
自筹经费¥{{ item.raiseFundsAmount || 0 }}
预算金额¥{{ item.totalFundsAmount || 0 }}
附件资料
{{ file.fileName }}
{{ file.fileType || '附件' }}