qingyiay
2023-10-19 5071cbf55bd73b6d7bb61421fe618666c537a4e2
api/globalApi.js
@@ -275,7 +275,7 @@
   },
   // 获取所在磅房
   getWeighHouse: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      url: '/wrzs/jccoalweighhouse/getUpperPound',
      method: 'GET'
   },
@@ -295,6 +295,180 @@
      url: '/wrzs/appMessage/getMessageByUser',
      method: 'GET'
   },
   // 已读消息
   readMessage: { url: '/wrzs/appMessage/readMessage' },
   delteMessage: { url: '/wrzs/appMessage/deleteMessage', method: 'GET' }
}
   // 删除消息
   delteMessage: { url: '/wrzs/appMessage/deleteMessage', method: 'GET' },
   // 消息详情
   getMsgDetail: {
      url: '/wrzs/appMessage/getMsgById',
      method: 'GET'
   },
   // 发运统计筛选条件
   getShippingCondition: {
      url: '/wrzs/tmtaskcoal/getShippingCondition',
      method: 'GET'
   },
   // 发运统计数据
   getTmTaskCoalData: {
      url: '/wrzs/tmtaskcoal/getTmTaskCoalData',
      method: 'GET'
   },
   //根据id拿到转发中的原始数量
   jhorderplanforward: {
      url: '/wrzs/jhorderplanforward/getAppById',
      method: 'GET'
   },
   /**
     @description 管理用户页面获取用户列表信息
   */
   appUserPage: {
      url: '/wrzs/userentity/appUserPage',
      method: 'GET'
   },
   /**
     @description 根据用户列表信息的userid查找
   */
   getAppById: {
      url: '/wrzs/userentity/getAppById',
      method: 'GET'
   },
   /**
     @description 根据用户列表信息的userid编辑
   */
   appUpdateById: { url: '/wrzs/userentity/appUpdateById', },
   /**
     @description 根据用户列表信息的userid删除
   */
   appRemoveById: { url: '/wrzs/userentity/appRemoveById' },
   /**
     @description 新增用户信息
   */
   appSave: {
      url: '/wrzs/userentity/appSave',
      method: 'POST'
   },
   /**
    @description 司机首页点击地图icon获取经纬度
    */
   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'
   },
   /**
    * @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'
   },
   /**
    * @description 新增外购原发磅单表
    */
   appSaveContact: {
      url: '/wrzs/tmtaskcoalcontact/appSave',
      method: 'POST'
   },
   /**
    * @description 查询是否有此用户
    */
   phoneAndCard: {
      url: '/wrzs/userentity/phoneAndCard',
      method: 'GET'
   },
   /**
    * @description 请求退单
    */
   cancelAppoint: {
      url: '/wrzs/userOperation/quXiaoQiangDan',
      method: 'POST'
   },
   /**
    * @description 积分详情
    */
   scoreDetail: {
      url: '/wrzs/userintegral/appPage',
      method: 'GET'
   }
}