美文网首页
统计模块

统计模块

作者: 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 总费用

    相关文章

      网友评论

          本文标题:统计模块

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