yangan
2024-05-22 9406b7504be6855e8c41206f8b9923a75e6c07c3
api/globalApi.js
@@ -517,7 +517,7 @@
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    * @description 确认自主创建
    */
   saveDeliveryNote: {
      url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -529,5 +529,32 @@
   getDeptAndProductNameByCustomer: {
      url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
      method: 'GET'
   }
   },
   // 场内接单
   insideConnect: {
      url: '/wrzs/tmtaskcoal/insideConnect',
      methods: 'POST'
   },
   //"煤仓视频地址"
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
   },
   //'获取路线‘
   getRoute:{
      url: '/wrzs/guideroutemanage/getGuideRouteByType',
      method: 'GET'
   },
   //库管获取仓库
   getWarehouseList:{
      url: '/wrzs/warehouse/getMyWarehouseList',
      method: 'GET'
   },
   //获取仓库下的收发单
      getTaskCoalListByBunkerId:{
      url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId',
      method: 'GET'
   },
}