Index: ssts-basedata/src/main/java/com/forgon/disinfectsystem/entity/stocktakerecordmanager/MonthGoodsDetailVo.java =================================================================== diff -u -r13291 -r13295 --- ssts-basedata/src/main/java/com/forgon/disinfectsystem/entity/stocktakerecordmanager/MonthGoodsDetailVo.java (.../MonthGoodsDetailVo.java) (revision 13291) +++ ssts-basedata/src/main/java/com/forgon/disinfectsystem/entity/stocktakerecordmanager/MonthGoodsDetailVo.java (.../MonthGoodsDetailVo.java) (revision 13295) @@ -75,11 +75,19 @@ */ private Double moveOutStoragePrice = 0.00; /** - * 盘盈出库数量 + * 发货出库数量 */ + private Long sendOutStorageAmount = 0L; + /** + * 发货出库价格 + */ + private Double sendOutStoragePrice = 0.00; + /** + * 盘亏出库数量 + */ private Long stockTakeOutStorageAmount = 0L; /** - * 盘盈出库价格 + * 盘亏出库价格 */ private Double stockTakeOutStoragePrice = 0.00; /** @@ -107,6 +115,22 @@ this.receiveRecordStorageAmount = receiveRecordStorageAmount; } + public Long getSendOutStorageAmount() { + return sendOutStorageAmount; + } + + public void setSendOutStorageAmount(Long sendOutStorageAmount) { + this.sendOutStorageAmount = sendOutStorageAmount; + } + + public Double getSendOutStoragePrice() { + return sendOutStoragePrice; + } + + public void setSendOutStoragePrice(Double sendOutStoragePrice) { + this.sendOutStoragePrice = sendOutStoragePrice; + } + public Double getReceiveRecordStoragePrice() { return receiveRecordStoragePrice; } Index: ssts-web/src/main/webapp/jasperRtp/stocktakeSummaryReport.jrxml =================================================================== diff -u -r13212 -r13295 --- ssts-web/src/main/webapp/jasperRtp/stocktakeSummaryReport.jrxml (.../stocktakeSummaryReport.jrxml) (revision 13212) +++ ssts-web/src/main/webapp/jasperRtp/stocktakeSummaryReport.jrxml (.../stocktakeSummaryReport.jrxml) (revision 13295) @@ -1,8 +1,8 @@ - + - +