|
@@ -96,6 +96,8 @@ public class BiInfoController {
|
|
getCostCount(biViewInfos,seachMoth);
|
|
getCostCount(biViewInfos,seachMoth);
|
|
// 库点流向
|
|
// 库点流向
|
|
getMapInfo(biViewInfos,seachMoth);
|
|
getMapInfo(biViewInfos,seachMoth);
|
|
|
|
+ // 收入支出毛利润
|
|
|
|
+ getMoney(biViewInfos,seachMoth);
|
|
|
|
|
|
return biViewInfos;
|
|
return biViewInfos;
|
|
}
|
|
}
|
|
@@ -157,6 +159,17 @@ public class BiInfoController {
|
|
return biViewInfos;
|
|
return biViewInfos;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 获取收入、支出、毛利润
|
|
|
|
+ *
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
|
|
+ private List<BiViewInfo> getMoney(List<BiViewInfo> biViewInfos,String seachMoth) {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ return biViewInfos;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 车辆 粮食储存总量
|
|
* 车辆 粮食储存总量
|
|
*
|
|
*
|