gdg
2021-01-25 7852471dd7eca58e49ab49cf6efdc8ad8cecd1c4
src/main/java/com/nanometer/smartlab/controller/WarehouseStockMngController.java
@@ -1199,6 +1199,9 @@
         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();
@@ -1445,9 +1448,11 @@
         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;