yangan
2024-03-20 984b4fea0cb45ad57bb2ecd85b06d2937e368dd0
api/globalApi.js
@@ -278,7 +278,10 @@
      url: '/wrzs/jccoalweighhouse/getUpperPound',
      method: 'GET'
   },
   getWeighHouse1: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      method: 'GET'
   },
   // 提煤单日志查询
   coalDayPage: {
      url: '/wrzs/tmtaskcoallog/getTmId',
@@ -514,7 +517,7 @@
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    * @description 确认自主创建
    */
   saveDeliveryNote: {
      url: '/wrzs/tmtaskcoal/saveDeliveryNote',
@@ -526,5 +529,16 @@
   getDeptAndProductNameByCustomer: {
      url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
      method: 'GET'
   }
   },
   // 场内接单
   insideConnect: {
      url: '/wrzs/tmtaskcoal/insideConnect',
      methods: 'POST'
   },
   //"煤仓视频地址"
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
   },
}