| | |
| | | map.put("开户银行", serviceFunddetailShared.getDepositbank()); |
| | | map.put("卡号", serviceFunddetailShared.getBankcardno()); |
| | | map.put("收益人家属或专家", serviceFunddetailShared.getBeneficiaryname()); |
| | | map.put("税后金额", serviceFunddetailShared.getTaxamount()); |
| | | map.put("税后金额", serviceFunddetailShared.getTaxedamount()); |
| | | map.put("作废最终金额", null); |
| | | Long fpuuid = COUNTER.incrementAndGet(); |
| | | map.put("发票附件", fpuuid); |
| | |
| | | formmain_0831.put("备注", null); |
| | | formmain_0831.put("财务审批", null); |
| | | formmain_0831.put("财务部负责人审批", getLastApprovalInfo(serviceFundflows, serviceFund.getFinancedirector())); |
| | | formmain_0831.put("办公室主任审批", getLastApprovalInfo(serviceFundflows, serviceFund.getOfficedirector())); |
| | | |
| | | // formmain_0831.put("办公室主任审批", "办公室主任审批", "审批人:周育成 & 审批时间:" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) + " & 审批结果:通过"); |
| | | if (serviceFund.getBackflowlevel() == 3) |
| | | formmain_0831.put("办公室主任审批", "审批人:周育成 & 审批时间:" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) + " & 审批结果:通过"); |
| | | else formmain_0831.put("办公室主任审批", getLastApprovalInfo(serviceFundflows, "周育成")); |
| | | |
| | | formmain_0831.put("业务副院长审批", serviceFund.getBusvicepresident()); |
| | | formmain_0831.put("财务副院长审批", serviceFund.getFinvicepresident()); |
| | | formmain_0831.put("中心负责人审批", serviceFund.getOpochecker()); |