yangan
2024-09-06 7e7e77134aa0324993ce7d9db9884eab4d8f98fe
api/globalApi.js
@@ -705,5 +705,36 @@
   getPersonnelType:{
      url: '/wrzs/yhcustomer',
      methods: 'PUT'
   },
   //转发获取PVC吨数列表
   getBuildList:{
      url: '/wrzs/pvcforward/getBuildList',
      methods: 'get'
   },
   //PVC转发计划提交
   allocation:{
      url: '/wrzs/pvcforward/allocation',
      methods: 'PUT'
   },
   //库管获取历史通知单
   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'
   }
}