qingyiay
2023-08-08 40a7d8db73f81ad10de03684dc9f6720e18cc315
api/globalApi.js
@@ -354,5 +354,62 @@
   getAppLocation: {
      url: '/wrzs/userOperation/getAppLocation',
      method: 'GET'
   }
}
   },
   /**
    @description 判断是否要完成外销提煤单
    */
   getTmTaskCoalOrderType: {
      url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType',
      method: 'GET'
   },
   /**
    @description 更新提煤单状态
    */
   updateTmTaskCoalState: {
      url: '/wrzs/tmtaskcoal/updateTmTaskCoalState',
      method: 'POST'
   },
   /**
    @description 后台用户绑定
    */
   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'
   },
}