lyfO_o
2021-04-22 a061540bf4c2bdb81edc3898cd27f4ba18512846
src/main/java/com/nanometer/smartlab/controller/LaboratoryStockMngController.java
@@ -165,6 +165,19 @@
      return reagentStoreDataModel;
   }
   public void exportLabStock() {
      try {
         List<Map> list = opeReagentStatusService.selectExportList(reagentId, null,
               ArrivalStatus.LABORATORY.getKey(), reagentCode, getUserId());
         opeReagentStatusService.exportLabStock2Excel(list);
         FacesUtils.info("导出成功");
      }catch (Exception e){
         e.printStackTrace();
         FacesUtils.warn("导出失败");
      }
   }
   public int getAction() {
      return action;
   }