diff --git a/screen-vue/src/views/screen/Erp/components/ChartV10.vue b/screen-vue/src/views/screen/Erp/components/ChartV10.vue new file mode 100644 index 0000000..f0fbf98 --- /dev/null +++ b/screen-vue/src/views/screen/Erp/components/ChartV10.vue @@ -0,0 +1,375 @@ + + + + + + + 分类收入分析 + + + + + + + + + + + + + + + + + + + + + + + + 支出收入分析 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/screen-vue/src/views/screen/Erp/components/ChartV11.vue b/screen-vue/src/views/screen/Erp/components/ChartV11.vue new file mode 100644 index 0000000..f0fbf98 --- /dev/null +++ b/screen-vue/src/views/screen/Erp/components/ChartV11.vue @@ -0,0 +1,375 @@ + + + + + + + 分类收入分析 + + + + + + + + + + + + + + + + + + + + + + + + 支出收入分析 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/mini/mybigscreen/biz/controller/ErpTransactionFlowController.java b/src/main/java/com/mini/mybigscreen/biz/controller/ErpTransactionFlowController.java index c48b539..7ef2e58 100644 --- a/src/main/java/com/mini/mybigscreen/biz/controller/ErpTransactionFlowController.java +++ b/src/main/java/com/mini/mybigscreen/biz/controller/ErpTransactionFlowController.java @@ -2,7 +2,6 @@ package com.mini.mybigscreen.biz.controller; import cn.hutool.core.util.StrUtil; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; -import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.mini.mybigscreen.Model.Message; import com.mini.mybigscreen.Model.PageResult; import com.mini.mybigscreen.Model.Result; @@ -47,7 +46,6 @@ public class ErpTransactionFlowController { return Result.success(result); } - public Result save() { return Result.success(new Message("数据新增成功", 200)); }