基本信息
项目名称{{ state.form.projectName }}
项目级别
{{ getDictLabel('sci_pjt_level', state.form.projectLevel) }}
项目来源{{ state.form.projectSource || '-' }}
计划日期
{{ formatDate(state.form.planStartDate) }} 至 {{ formatDate(state.form.planEndDate) }}
研究类型
{{ getDictLabel('sci_pjt_type', state.form.studyType) }}
所属科室{{ state.form.deptName }}
项目负责人{{ state.form.projectLeaderName }}
负责人电话{{ state.form.projectLeaderPhone || '-' }}
负责人邮箱{{ state.form.projectLeaderMail || '-' }}
备注{{ state.form.remark || '-' }}
成员信息
所属科室:{{ row.deptName }}
职称学位:
{{ getDictLabel('sci_technical_title', row.technicalTitle) || '-' }} / {{ getDictLabel('sci_academic_degree', row.degree) || '-' }}
负责内容:{{ row.responsibleContent }}
签署顺序:{{ row.serialNum }}
预算信息
{{ item.fundsSubjName }}
{{ item.fundsClass === '10' ? '直接费用' : '间接费用/管理费' }}
财政拨款(万元){{ formatAmount(item.projectFundsAmount) }}
匹配经费(万元){{ formatAmount(item.otherFundsAmount) }}
自筹经费(万元){{ formatAmount(item.raiseFundsAmount) }}
预算金额(万元){{ formatAmount(item.totalFundsAmount) }}
附件资料
{{ file.fileName }}
{{ file.fileType || '附件' }}