{{detailsData.title}}
有效期:{{date.getDate(detailsData.begdate)}} ~ {{date.getDate(detailsData.enddate)}}
提报要求:{{detailsData.notes}}
附件列表
提报记录
{{item.content?item.content:'未填写内容'}}
提交时间:{{item.createdate}}
附件数量:{{item.attinfos.length}}
退回
提报内容
提报附件已上传{{submiteditData.attinfos.length}}个
上传附件
提报内容
{{recordL.content}}
提报附件已上传{{recordL.attinfos.length}}个
module.exports.getDate = function (time) {
return time.split(" ")[0]
}