prove.js 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. import {get,post} from '@/method/axios'
  2. //登录
  3. export const userloginInfo=(data)=>post("/foundation/dashboard/login/",data)
  4. //公司接口
  5. export const kcfxcompanInfo=(data)=>get('/plugins/lhyt/get_companies/',data)
  6. //首页chart库存分析
  7. export const kcfxchartInfo=(data)=>get('/plugins/lhyt/product_stock/home/',data)
  8. //库存分析details表格数据
  9. export const kcfxdataInfo=(data)=>get('/plugins/lhyt/product_stock/detail/',data)
  10. //首页chart客流分析
  11. export const klfxchartInfo=(data)=>get('/plugins/lhyt/klfx_home/',data)
  12. //客流分析表格数据
  13. export const klfxtabledataInfo=(data)=>get('/plugins/lhyt/klfx_detail/',data)
  14. //首页chart车辆库存
  15. export const clkcchartInfo=(data)=>get('/plugins/lhyt/jxc_home/',data)
  16. //车辆库存 进销存报表表
  17. export const jxctabledataInfo=(data)=>get('/plugins/lhyt/jxc_detail/jxc/',data)
  18. //车辆库存 分渠道销量统计分析
  19. export const fqdxltabledataInfo=(data)=>get('/plugins/lhyt/jxc_detail/fqd/',data)
  20. //首页chart分期业务
  21. export const fqywchartInfo=(data)=>get('/plugins/lhyt/fqyx_home/',data)
  22. //分期业务 表格数据
  23. export const fqywtabledataInfo=(data)=>get('/plugins/lhyt/fqyx_detail/',data)
  24. //首页chart客源分析
  25. export const kyfxchartInfo=(data)=>get('/plugins/lhyt/kyfx_home/',data)
  26. //客源分析 表格数据
  27. export const kyfxtabledataInfo=(data)=>get('/plugins/lhyt/kyfx_detail/',data)
  28. //首页chart保客分析
  29. export const bkfxchartInfo=(data)=>get('/plugins/lhyt/bkfx_home/',data)
  30. //保客分析 table数据
  31. export const bkfxtabledataInfo=(data)=>get('/plugins/lhyt/bkfx_detail/',data)
  32. //首页chart入厂台次
  33. export const rctcchartInfo=(data)=>get('/plugins/lhyt/shtc_home/',data)
  34. //入场台次 table数据
  35. export const rctctabledataInfo=(data)=>get('/plugins/lhyt/shtc_detail/',data)
  36. //入厂产值 table数据 售后收入明细
  37. export const rccztabledataInfo=(data)=>get('/plugins/lhyt/shjy_detail/',data)
  38. //首页月度数据
  39. export const monthlydata=(data)=>get('/plugins/lhyt/xssjml_home/',data)
  40. //月度数据 table数据 销售三级毛利
  41. export const monthlytabledataInfo=(data)=>get('/plugins/lhyt/xssjml_detail/',data)
  42. //首页交车排名数据
  43. export const jcpmchartInfo=(data)=>get('/plugins/lhyt/jcpm_home/',data)
  44. //销售顾问业绩排名
  45. export const xsgwtabledataInfo=(data)=>get('/plugins/lhyt/jcpm_detail/xsgwyjpm/',data)
  46. //各品牌品牌销量
  47. export const ppxltabledataInfo=(data)=>get('/plugins/lhyt/jcpm_detail/gppxltj/',data)
  48. //销售数据对比
  49. export const xsdbtabledataInfo=(data)=>get('/plugins/lhyt/jcpm_detail/xssjdb/',data)
  50. //首页产值统计
  51. export const cztjchartInfo=(data)=>get('/plugins/lhyt/shsr_home/',data)
  52. //产值统计 售后收入明细
  53. export const cztjtabledataInfo=(data)=>get('/plugins/lhyt/shsr_detail/',data)
  54. //首页保险承保核保
  55. export const bxcbhbchartInfo=(data)=>get('/plugins/lhyt/bxcb_home/',data)
  56. //保险承保核保数据
  57. export const bxcbhbtabledataInfo=(data)=>get('/plugins/lhyt/bxcb_detail/',data)