|
|
|
@ -196,6 +196,7 @@ public class ExcelServiceImpl implements ExcelService {
|
|
|
|
|
vo.setId(i+1);
|
|
|
|
|
vo.setProductName(ioStatDayEntities.get(i).getProductName());
|
|
|
|
|
vo.setGgxh(ioStatDayEntities.get(i).getGgxh());
|
|
|
|
|
vo.setDeptName(ioStatDayEntities.get(i).getDeptName());
|
|
|
|
|
vo.setBatchNo(ioStatDayEntities.get(i).getBatchNo());
|
|
|
|
|
vo.setBeginCount(ioStatDayEntities.get(i).getBeginCount());
|
|
|
|
|
vo.setBeginPrice(ioStatDayEntities.get(i).getBeginPrice());
|
|
|
|
@ -219,6 +220,7 @@ public class ExcelServiceImpl implements ExcelService {
|
|
|
|
|
vo.setProductName(ioStatMonthEntities.get(i).getProductName());
|
|
|
|
|
vo.setGgxh(ioStatMonthEntities.get(i).getGgxh());
|
|
|
|
|
vo.setBatchNo(ioStatMonthEntities.get(i).getBatchNo());
|
|
|
|
|
vo.setDeptName(ioStatMonthEntities.get(i).getDeptName());
|
|
|
|
|
vo.setBeginCount(ioStatMonthEntities.get(i).getBeginCount());
|
|
|
|
|
vo.setBeginPrice(ioStatMonthEntities.get(i).getBeginPrice());
|
|
|
|
|
vo.setBeginAmount(ioStatMonthEntities.get(i).getBeginAmount());
|
|
|
|
@ -241,6 +243,7 @@ public class ExcelServiceImpl implements ExcelService {
|
|
|
|
|
vo.setProductName(ioStatQuarterEntities.get(i).getProductName());
|
|
|
|
|
vo.setGgxh(ioStatQuarterEntities.get(i).getGgxh());
|
|
|
|
|
vo.setBatchNo(ioStatQuarterEntities.get(i).getBatchNo());
|
|
|
|
|
vo.setDeptName(ioStatQuarterEntities.get(i).getDeptName());
|
|
|
|
|
vo.setBeginCount(ioStatQuarterEntities.get(i).getBeginCount());
|
|
|
|
|
vo.setBeginPrice(ioStatQuarterEntities.get(i).getBeginPrice());
|
|
|
|
|
vo.setBeginAmount(ioStatQuarterEntities.get(i).getBeginAmount());
|
|
|
|
@ -263,6 +266,7 @@ public class ExcelServiceImpl implements ExcelService {
|
|
|
|
|
vo.setProductName(ioStatYearEntities.get(i).getProductName());
|
|
|
|
|
vo.setGgxh(ioStatYearEntities.get(i).getGgxh());
|
|
|
|
|
vo.setBatchNo(ioStatYearEntities.get(i).getBatchNo());
|
|
|
|
|
vo.setDeptName(ioStatYearEntities.get(i).getDeptName());
|
|
|
|
|
vo.setBeginCount(ioStatYearEntities.get(i).getBeginCount());
|
|
|
|
|
vo.setBeginPrice(ioStatYearEntities.get(i).getBeginPrice());
|
|
|
|
|
vo.setBeginAmount(ioStatYearEntities.get(i).getBeginAmount());
|
|
|
|
|