美文网首页
统计模块

统计模块

作者: yanzhu728 | 来源:发表于2018-01-12 15:23 被阅读14次

1. 总公司统计

url: /office/head/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

2. 分公司统计

url: /office/branch/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

3. 门店统计

url: /office/store/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
store_id int 门店ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

4. 分公司门店统计信息数量

url: /office/store/stat/num
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
store_id int 门店id
store_name str 门店名

返回参数:

参数名称 类型 备注
count int 数量

5. 分公司统计信息

url: /office/store/stat/num
method: get/json

提交参数:

参数名称 类型 备注
start int
num int
branch_id int 分公司ID
store_id int 门店id
store_name str 门店名

返回参数:

参数名称 类型 备注
store_name store 门店名
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用
store_id int 门店id

6. 生成excel

url: /office/gene/excel
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
store_id int 门店ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

相关文章

  • 统计模块

    1. 总公司统计 url: /office/head/statistical/incomemethod: get/...

  • 基于Spark的机器学习实践 (六) - 基础统计模块

    0 相关源码 1 基础统计模块及常用统计学知识介绍 ◆ Spark 的基础统计模块即MLlib组件中的Basic...

  • 8. 统计模块(一)之统计

    上一节对欢迎模块进行了综述(可参见 3. 首页模块 进行了解),接下来将从统计模块开始详细介绍: 统计模块(一)之...

  • 9. 统计模块(二)之统计详情

    上一节对欢迎模块进行了综述(可参见 3. 首页模块 进行了解),接下来将从统计模块开始详细介绍: 统计模块(一)之...

  • python-web

    python数据统计之web显示 参考链接 csdn web模块:flask python模块生成数据统计图 fl...

  • 项目基础框架

    1、用户管理模块 2、用户行为统计模块 3、崩溃捕捉上传模块 4、投诉建议模块 5、网络传输模块:asihttps...

  • IOS工程基础框架

    1、用户管理模块 2、用户行为统计模块 3、崩溃捕捉上传模块 4、投诉建议模块 5、网络传输模块:asihttps...

  • 2018-10-31

    产投集团APP-智慧党建系统统计模块1、新增查询统计接口2、情况统计数据建言献策模块1、更新建言献策图片预览大图微...

  • 第三方SDK 动态配置解决方案

    一、说明 从2019年3月份接手游戏SDK任务以来,我们完善了 登录模块、支付模块、事件 统计模块、分享模块 等功...

  • nginx 添加统计模块

    为nginx增加统计模块image.png ./nginx -s reload 报错nginx: [emerg] ...

网友评论

      本文标题:统计模块

      本文链接:https://www.haomeiwen.com/subject/trefoxtx.html