yangan
2024-11-21 89484ac1b090d4881038ac3258ac50aeef716752
api/globalApi.js
@@ -517,7 +517,7 @@
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    * @description 确认自主创建
    */
   saveDeliveryNote: {
      url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -534,5 +534,41 @@
   insideConnect: {
      url: '/wrzs/tmtaskcoal/insideConnect',
      methods: 'POST'
   }
   },
   //"煤仓视频地址"
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
   },
   //'获取路线‘
   getRoute:{
      url: '/wrzs/guideroutemanage/getGuideRouteByType',
      method: 'GET'
   },
   downloadExcel:{
      url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel',
      method:'GET',
   },
   //登录之后记录信息所用
   setApplogonTime:{
      url:'/wrzs/userentity/setApplogonTime',
      method:'POST',
   },
   //取样员茶查询提煤单
   inspectedTaskPage:{
      url:'/wrzs/tmtaskcoal/inspectedTaskPage',
      method: 'GET'
   },
   //确认取样
   updateInspectionStatus:{
      url:'/wrzs/tmtaskcoal/updateInspectionStatus',
      method: 'PUT'
   },
   //获取二维码
   showQRCode:{
      url:'/wrzs/api/showQRCode',
      method: 'GET'
   },
}