支出申请审批 {{ form.transferTypeText }} 基础信息 {{showSteps?'点击关闭审批模板':'点击查看审批模板'}} 审批模板 {{index+1}} {{ item.name }} {{ item.name }} {{ item.name }} {{ item.approvalLevel == 1 ? '组级审批' : item.approvalLevel == 2 ? '村级审批' : item.approvalLevel == 3 ? '镇级审批' : item.approvalLevel == 4 ? '区县审批' : '' }} {{ item.nickName }} ({{item.feeLimit}}元) 关联项目 关联合同 付款方信息 付款方选择 收款方信息 收款方 {{ form.payeeList[childrenIndex].payee }}收款方 ¥{{ form.payeeList[childrenIndex].incomeAmount }} 查看更多 上传附件 总数 {{form.fileNum?form.fileNum:0}}张 收据 发票 其他 四议两公开 审批流程 批次号:{{childrenItem[0]}} {{index+1}} {{item.actorName}} {{item.auditBy}} 同意 审核中 驳回 {{ item.auditRemark==null?'无':item.auditRemark }} {{ sub.times(item.auditTime) }} var times = function(time){ console.log(time) return time.substring(0,10); } module.exports.times = times;