| | |
| | | printTable.put("phone", applyPersonInfo.get("phone")); |
| | | String receiptNum = new SimpleDateFormat("yyyyMMddHHmmssSSS").format(new Date()); |
| | | printTable.put("receiptNumber", receiptNum); |
| | | printTable.put("project", applyPersonInfo.get("project")); |
| | | SysLaboratory lab = sysLaboratoryService.getSysLaboratory(laboratoryId); |
| | | printTable.put("lab", lab.getName()); |
| | | this.receiptNumber = receiptNum; |
| | | for (OpeApplyReserve oar : selectedTmpOrderList) { |
| | | ApplyListDto lis = new ApplyListDto(); |
| | |
| | | printTable.put("department", applyPersonInfo.get("meta_value")); |
| | | printTable.put("date", Utils.now("yyyy-MM-dd")); |
| | | printTable.put("phone", applyPersonInfo.get("phone")); |
| | | |
| | | printTable.put("project", applyPersonInfo.get("project")); |
| | | SysLaboratory lab = sysLaboratoryService.getSysLaboratory(laboratoryId); |
| | | String receiptNum = new SimpleDateFormat("yyyyMMddHHmmssSSS").format(new Date()); |
| | | printTable.put("receiptNumber", receiptNum); |
| | | printTable.put("lab", lab.getName()); |
| | | this.receiptNumber = receiptNum; |
| | | |
| | | //int size = 0; |