qingyiay
2023-09-18 40ce9965257472d715d072647796ac91c3932d73
api/globalApi.js
@@ -275,7 +275,7 @@
   },
   // 获取所在磅房
   getWeighHouse: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      url: '/wrzs/jccoalweighhouse/getUpperPound',
      method: 'GET'
   },
@@ -375,5 +375,72 @@
   setUpWxOpenid: {
      url: '/admin/user/setUpWxOpenid',
      method: 'POST'
   },
   /**
    * @description 装卸员查看所有煤种类型 */
   getCoalNameAll: {
      url: '/wrzs/jccoalbunker/getCoalNameAll',
      method: 'GET'
   },
   /**
    * @description 选择煤种 */
   getAccordingCoalNameAll: {
      url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll',
      method: 'GET'
   },
   /**
    * @description 确认卸货 */
   confirmLoadAndUnload: {
      url: '/wrzs/tmtaskcoal/confirmLoadAndUnload',
      method: 'POST'
   },
   /**
    * @description 皮重异常 */
   getAvgSkin: {
      url: '/wrzs/tmtaskcoal/getAvgSkin',
      method: 'GET'
   },
   /**
    * @description 皮重异常原因填写 */
   tmAbnormalTextAdd: {
      url: '/wrzs/tmtaskcoal/tmAbnormalTextAdd',
      method: 'POST'
   },
   /**
    * @description 获取appid和secret */
   getAppidAndSercet: {
      url: '/wrzs/wx/getAppidAndSercet',
      method: 'GET'
   },
   /**
    * @description 皮重异常调用 */
   skinAbnormal: {
      url: '/wrzs/printer/skinAbnormal',
      method: 'POST'
   },
   /**
    * @description 批量邀请司机  */
   bindUserFleetBatch: {
      url: '/wrzs/wx/bindUserFleetBatch',
      method: 'POST'
   },
   /**
    * @description 打印出入门证*/
   printer: {
      url: '/wrzs/printer/handler',
      method: 'GET'
   },
   /**
    * @description 装卸员通过负责的单位查询煤场*/
   getDeptIdFiled: {
      url: '/wrzs/jccoalfiled/getDeptIdFiled',
      method: 'GET'
   },
   /**
    * @description 装卸员查看煤场下所有的煤种类型
    */
   getFiledIdCoalBunker: {
      url: '/wrzs/jccoalbunker/getFiledIdCoalBunker',
      method: 'GET'
   }
}