zhangxiaoxu
14 小时以前 07e7049fe46931edd6ade7c6871fdccb360a9058
utils/api.js
@@ -242,6 +242,22 @@
   getListByComp: {
      url: '/yunxiao/jcncskuser/getListByComp',
      method: 'GET',
   }
   },
    //首页新增煤种价格
    currentCoalPrice: {
        url: '/yunxiao/api/index/currentCoalPrice',
        method: 'GET',
    },
    getSkList: {  //当天收款记录
        url: '/yunxiao/api/index/getSkList',
        method: 'GET',
    },
    getStatistics1: {  //按煤种统计
        url: '/yunxiao/api/index/getStatistics1',
        method: 'GET',
    },
    getStatistics2: {  //按客户发运统计
        url: '/yunxiao/api/index/getStatistics2',
        method: 'GET',
    }
}