yangan
2025-01-20 bcf7914e7b55e72cc453b559086255a56fe53a64
api/globalApi.js
@@ -517,7 +517,7 @@
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    * @description 确认自主创建
    */
   saveDeliveryNote: {
      url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -534,5 +534,52 @@
   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'
   },
   //电子磅单下载
   downLoadTm:{
      url:'/wrzs/e-task',
      method: 'GET'
   },
   //查询需要使用电子磅单的矿
   getIsOpenTm:{
      url:'/dict/type/app_tmorder_use',
      method: 'GET'
   }
}