中检批次信息
中检名称
{{ form.batchName || '-' }}
中检周期
{{ stateBatchDate || '-' }}
基本信息
项目名称
{{ form.projectTitle || '-' }}
项目实施周期
{{ form.implementCycle || '-' }} 月
进行时间
{{ form.implementExecute || '-' }} 月
项目完成占比
{{ form.implementCycleProp || '0' }} %
项目经费总额
{{ formatAmount(form.fundsTotal) }} 万元
基本信息
项目名称
{{ form.projectTitle || '-' }}
起止日期
{{ formatDate(form.projectStartDate) }} ~ {{ formatDate(form.projectEndDate) }}
实施周期
{{ form.implCycle || '-' }}
完成占比
{{ form.implementCycleProp || '0' }} %
{{ form.isClinicalTrial === '10' ? '合同经费' : '科研经费' }}
{{ formatAmount(form.fundsTotal) }} 万元
经费使用总额
{{ formatAmountV2(form.fundsUsed) }} 元
费用使用占比
{{ form.fundsProp || '0' }} %
项目进展
{{ form.projectProgress || '-' }}
费用经费支出
支出科目
{{ item.subject || '-' }}
合同金额
{{ formatAmount(item.contractAmount) }} 万元
支出金额
¥{{ formatAmountV2(item.amount) }}
财政拨款
¥{{ formatAmountV2(item.projectAmount) }}
匹配经费
¥{{ formatAmountV2(item.otherAmount) }}
自筹经费
¥{{ formatAmountV2(item.raiseAmount) }}
收款人
{{ item.receiver || '-' }}
附件资料
{{ file.fileName }}
{{ file.fileType }}{{ file.required ? ' *' : '' }}