yangan
18 小时以前 a28d0135ee42809b2c5863609da37155d3ecba5b
api/globalApi.js
@@ -783,6 +783,39 @@
   oneClickLoading:{
      url: '/wrzs/warehouse/oneClickLoading',
      methods: 'POST'
   },
   //司机接单后的pvc可拼单列表
   pvcSplicingList:{
      url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingList',
      methods: 'GET'
   },
   //司机Pvc拼单接口
   pvcSplicingOfDriver:{
      url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingOfDriver',
      methods: 'POST'
   },
   //司机取消拼单接口
   cancelPindan:{
      url: '/wrzs/tmtaskcoalpvcpd/cancelPindan',
      methods: 'POST'
   },
      //id查询pvc的拼单表
   getPdListByMainTmTaskCoalId:{
      url: '/wrzs/tmtaskcoalpvcpd/getPdListByMainTmTaskCoalId',
      methods: 'GET'
   },
   //pvc库管装卸
   pvcConfirmLoadAndUnload:{
      url: '/wrzs/warehouse/pvcConfirmLoadAndUnload',
      methods: 'POST'
   },
   //库管查询日计划
   getMyPlanListByBunkerIdsAndProductIds:{
      url:'/wrzs/warehouse/getMyPlanListByBunkerIdsAndProductIds',
      methods: 'GET'
   }
}