支出申请审批 审批事项 支出总金额 提交单位:{{form.approvalItemTemplate.submitCompany}} 人:{{form.approvalItemTemplate.submitter}} 联系电话:{{form.approvalItemTemplate.telephone}} 事项{{form.transfers[index].num}} 事项{{item.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;