yangan
2024-10-15 5211e91aa2a919a9026b1db61bc1740c97d78c51
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,15 @@
   splicingOrders:{
      url: '/wrzs/warehouse/splicingOrders',
      methods: 'POST'
   },
   //供应商获取合卡订单
   getCloseOrderList:{
      url: '/wrzs/tmorder/getCloseOrderList',
      methods: 'get'
   },
   //修改确认装卸
   confirmLoadAndUnloadModify:{
      url: '/wrzs/warehouse/confirmLoadAndUnloadModify',
      methods: 'POST'
   }
}