yangan
2024-09-12 75811022288e2c4832974a1586f442608706c30a
api/globalApi.js
@@ -577,6 +577,10 @@
      url: '/wrzs/guard/getCheckTaskCoal',
      method: 'GET'
   },
   getAlreadyCheckTaskCoal:{
      url: '/wrzs/guard/getAlreadyCheckTaskCoal',
      method: 'GET'
   },
   addCheckLog: {
      url: '/wrzs/guard/addCheckLog',
      methods: 'POST'
@@ -721,5 +725,20 @@
   getHistoryTaskCoalList:{
      url: '/wrzs/warehouse/getHistoryTaskCoalList',
      methods: 'GET'
   },
   //获取已确认收罚单
   getTodayConfirmedTaskCoalList:{
      url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList',
      methods: 'GET'
   },
   //获取可拼单司机单
   getUnclaimedList:{
      url: '/wrzs/warehouse/getUnclaimedList',
      methods: 'GET'
   },
   //司机接单
   splicingOrders:{
      url: '/wrzs/warehouse/splicingOrders',
      methods: 'POST'
   }
}