yangan
2024-10-15 aeb8685d9cafbfb42ecc587ebc8bc54f1e34be46
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'
@@ -605,6 +624,10 @@
   addBuycard: {
      url: '/wrzs/buycard',
      methods: 'POST'
   },
   putBuycard: {
      url: '/wrzs/buycard',
      methods: 'PUT'
   },
   getBuyCardList: {
      url: '/wrzs/buycard/getBuyCardList',
@@ -644,7 +667,7 @@
   // 更改剧毒通行证
   putJcroadtransport: {
      url: '/wrzs/jcroadtransport',
      methods: 'put'
      methods: 'PUT'
   },
   // 根据id查找剧毒通行证
   getById: {
@@ -745,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'
   }
}