qingyiay
2023-07-06 57704defda1b3b3155a6ef53644e8b0aa0d87abd
api/globalApi.js
@@ -75,14 +75,8 @@
      url: '/wrzs/userOperation/huoDaiList   ',
      method: 'GET'
   },
   //司机首页列表
   // qiangDanList: {
   //    url: "/wrzs/wx/qiangDanList",
   //    method: "GET"
   // },
   /**
    * @司机首页列表修改
    * @description  司机首页列表修改  河钢
    */
   qiangDanList: {
      url: '/wrzs/userOperation/qiangDanList',
@@ -132,20 +126,36 @@
      url: '/wrzs/userOperation/yuYue',
      method: 'POST'
   },
   //获取提煤单详情
   // getTakeCoal: {
   //    url: "/wrzs/wx/getTakeCoal",
   //    method: "GET"
   // },
   /**
    * @获取提煤单详情修改后
    * @description 获取提煤单详情  河钢
    */
   getTakeCoal: {
      url: '/wrzs/userOperation/getTakeCoal',
      method: 'GET'
   },
   /**
    * @description 查询产品 河钢
    */
   getJcProductList: {
      url: '/wrzs/jcproduct/getJcProductList',
      method: 'GET'
   },
   /**
    * @description 验质产品 河钢     */
   qualityInspection: {
      url: '/wrzs/userOperation/qualityInspection',
      method: 'GET'
   },
   /**
    * @description 验质产品历史 河钢     */
   qualityInspectionHistory: {
      url: '/wrzs/userOperation/qualityInspectionHistory',
      method: 'GET'
   },
   getMaterialDetailByOrderCode: {
      url: '/wrzs/materialdetail/getMaterialDetailByOrderCode',
      method: 'GET'
   },
   //   用户
   // 获取用户信息
   getUserEntity: {
@@ -217,14 +227,14 @@
   },
   /**
    * @签到
    * @description  签到
    */
   arrive: {
      url: '/wrzs/userOperation/arrive',
      method: 'POST'
   },
   /**
    * @入场申请
    * @description  入场申请
    */
   // 新增
   saveRCSQ: {
@@ -257,20 +267,34 @@
      method: 'POST'
   },
   /**
    * @称重
    * @description  称重 河钢
    */
   saveWeigh: {
      url: '/wrzs/userOperation/saveWeigh',
      method: 'POST'
   },
   // 获取称重信息
   /**
    * @description 复称  河钢
    */
   repeatCheck: {
      url: '/wrzs/jcgatestate/repeatCheck',
      method: 'POST'
   },
   /**
    * @description  获取称重信息 河钢
    */
   weighList: {
      url: '/wrzs/userOperation/weighList',
      method: 'GET'
   },
   // 加减煤
   // 加减煤 河钢
   addAndSubtractCoal: {
      url: '/wrzs/jcgatestate/repeatCheck',
      method: 'POST'
   },
   // 继续称重
   continueWeigh: {
      url: '/wrzs/jcgatestate/continueWeigh',
      method: 'POST'
   },
   // 获取所在磅房
@@ -295,6 +319,91 @@
      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 根据id更新折扣率  河钢*/
   updateTmTaskCoalItem: {
      url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
      method: 'POST'
   },
}