yangan
2024-09-25 6042333b76aaf8097271348ec56fad019a685c84
api/globalApi.js
@@ -134,7 +134,7 @@
      method: 'GET'
   },
   /**
    * @description 查询产品 河钢
    * @description 查询产品 河钢
    */
   getJcProductList: {
      url: '/wrzs/jcproduct/getJcProductList',
@@ -278,7 +278,7 @@
      url: '/wrzs/userOperation/saveWeigh',
      method: 'POST'
   },
   /**
   /**
    * @description 复称  河钢
    */
   repeatCheck: {
@@ -348,7 +348,7 @@
      url: '/wrzs/jhorderplanforward/getAppById',
      method: 'GET'
   },
   /**
   /**
     @description 管理用户页面获取用户列表信息
   */
   appUserPage: {
@@ -450,10 +450,79 @@
      },
   /**
    *@description  合作基地 */
   getDepts:{
       url:'/wrzs/userentity/getDepts',
      method: 'GET'
   }
}
   getCoalFiled:{
       url:'/wrzs/tmtaskcoal/getCoalFiled',
      method: 'POST'
   },
   /**
    *@description  数据统计 */
   getStatistics:{
      url:'/wrzs/tmtaskcoal/getStatistics',
      method: 'GET'
   },
   /**
    *@description  磅房列表 */
   getPoundRoomByList:{
      url:'/wrzs/jccoalweighhouse/getPoundRoomByList',
      method: 'GET'
   },
   // wrzs/userOperation/applyWeight
   /**
    *@description  无车牌的需要申请磅房计量 */
   applyWeight:{
      url:'/wrzs/userOperation/applyWeight',
      method: 'POST'
   },
   /**
    * @description  无车牌的需要申请磅房计量的——称重
    */
   saveWeighYZY: {
      url: '/wrzs/userOperation/saveWeighYZY',
      method: 'POST'
   },
   /**
    * @description  无车牌的需要申请磅房计量的——复磅
    */
   reWeighYZY: {
      url: '/wrzs/userOperation/reWeighYZY',
      method: 'POST'
   },
   /**
    * @description  质检员获取磅房列表,无传参
    */
   getPoundRoomsByZJY: {
      url: '/wrzs/jccoalweighhouse/getPoundRoomsByZJY',
      method: 'POST'
   },
   /**
    * @description  质检员获取点击磅房
    */
   getTmTaskCoalNoCar: {
      url: '/wrzs/jccoalweighhouse/getTmTaskCoalNoCar',
      method: 'get'
   },
   applyForRepeatedCar: {  //司机申请复磅按钮
      url: '/wrzs/jcgatelog/applyForRepeatedCar',
      method: 'POST'
   },
   applyForRepeatedCarNew: {  //司机申请复磅按钮新
      url: '/wrzs/jcgatelog/applyForRepeatedCarNew',
      method: 'POST'
   },
   getReWeighList: {  //质检员获取复磅提煤单列表
      url: '/wrzs/tmtaskcoal/getReWeighList',
      method: 'GET'
   },
   agreeWeigh: {  //司机同意复磅
      url: '/wrzs/userOperation/agreeWeigh',
      method: 'POST'
   },
   disAgreeWeigh: {  //司机同意复磅
      url: '/wrzs/userOperation/disAgreeWeigh',
      method: 'POST'
   },
   reSendErp: {  //司机同意复磅
      url: '/wrzs/userOperation/reSendErp',
      method: 'POST'
   },
}