支出申请
审批事项
提交单位:{{form.approvalItemTemplate.submitCompany}}
提交日期:{{form.approvalItemTemplate.submitDate}}
提 交 人:{{form.approvalItemTemplate.submitter}}
联系电话:{{form.approvalItemTemplate.telephone}}
事项{{form.transfers[index].num}}
基础信息
关联项目
关联合同
付款方信息
付款方必填
收款方信息
公户
私户
是
否
姓名收款方
附件可拍照
总数 {{form.transfers[index].fileNum?form.transfers[index].fileNum:0}}张
收\n据
发\n票
其\n他
审批流程
{{index+1}}
{{item.assigneeName}}
{{item.deptLabel}}
同意
审核中
驳回
{{ item.comment }}
{{ sub.times(item.time) }}
var times = function(time){
console.log(time)
return time.substring(0,10);
}
module.exports.times = times;