{{ reverse }} | ||||||||||
部门 | {{ formList.deptName }} | 报销方式 | {{ formList.expenseTypeName }} | 业务类型 | {{ formList.businessTypeName }} | 制单人 | {{ formList.createBy }} | 制单日期 | {{ formList.createTime ? formList.createTime.slice(0, 10) : '' }} | |
户头 | {{ formList.account }} | 开户行 | {{ formList.openingBank }} | 账号 | {{ formList.openingBankAccount }} | |||||
备注 | {{ formList.remark }} |
序号 | 费用名称 | 金额 | 项目 | 所属人员 | 所属部门 | 物料 | 备注 | ||
{{ Number(index) + 1 }} | {{ item.expenseName }} | {{ item.amount ? Number(item.amount).toFixed(2) : item.amount }} | {{ item.belongsProjectName }} | {{ item.personnelName }} | {{ item.departmentName }} | {{ item.matterName }} | {{ item.remark }} | ||
金额合计(小写): | {{ formList.totalAmount ? formList.totalAmount.toFixed(2) : '' }} | 金额合计(大写): | {{ formList.totalAmount ? dealBigMoney(formList.totalAmount) : '' }} |
财务: | 财务经理: | 总经理: |