yangan
2024-05-30 26cf5599ccc92203cb7313385c2bf3c26c42ac0c
api/globalApi.js
@@ -8,7 +8,7 @@
   //   提煤单
   //   获取发运计划列表
   GetOrderPlan: {
      url: '/wrzs/wx/getOrderPlan',
      url: '/wrzs/customerSupplier/getOrderPlan',
      method: 'GET'
   },
   //获取发运计划详情
@@ -627,5 +627,10 @@
      url: '/wrzs/jcroadtransport/getDriverListById',
      methods: 'GET'
   },
   //库管获取日计划
   getMyPlanListByBunkerId:{
      url:'/wrzs/warehouse/getMyPlanListByBunkerId',
      methods:'GET'
   }
   
}