wk
2024-10-23 77428b4780dcd121a173503b9063774d8d205332
api/globalApi.js
@@ -581,6 +581,25 @@
      url: '/wrzs/guard/getAlreadyCheckTaskCoal',
      method: 'GET'
   },
   //临时司机列表
   getTemporaryEntryInspectionList:{
      url: '/wrzs/guard/getTemporaryEntryInspectionList',
      method: 'GET'
   },
   //临时司机出厂列表
   getTemporaryEntryOutInspectionList:{
      url: '/wrzs/guard/getTemporaryEntryOutInspectionList',
      method: 'GET'
   },
   //临时司机检查
   temporaryEntryConfirmation:{
      url: '/wrzs/guard/temporaryEntryConfirmation',
      method: 'POST'
   },
   temporaryentryinspection:{
      url: '/wrzs/temporaryentryinspection',
      method: 'PUT'
   },
   addCheckLog: {
      url: '/wrzs/guard/addCheckLog',
      methods: 'POST'
@@ -749,5 +768,21 @@
   splicingOrders:{
      url: '/wrzs/warehouse/splicingOrders',
      methods: 'POST'
   },
   //供应商获取合卡订单
   getCloseOrderList:{
      url: '/wrzs/tmorder/getCloseOrderList',
      methods: 'get'
   },
   //修改确认装卸
   confirmLoadAndUnloadModify:{
      url: '/wrzs/warehouse/confirmLoadAndUnloadModify',
      methods: 'POST'
   },
   //一建装卸
   oneClickLoading:{
      url: '/wrzs/warehouse/oneClickLoading',
      methods: 'POST'
   }
}