wk
2024-06-21 23a65c1fe33867afcc4629612caece1fcfe3f7ec
api/globalApi.js
@@ -85,7 +85,7 @@
    * @司机首页列表修改
    */
   qiangDanList: {
      url: '/wrzs/userOperation/qiangDanList',
      url: '/wrzs/app/driver/qiangDanList',
      method: 'GET'
   },
@@ -117,6 +117,10 @@
    */
   yuYueList: {
      url: '/wrzs/userOperation/yuYueList',
      method: 'GET'
   },
   driverYuYueList: {
      url: '/wrzs/app/driver/yuYueAPPList',
      method: 'GET'
   },
@@ -260,7 +264,8 @@
    * @称重
    */
   saveWeigh: {
      url: '/wrzs/userOperation/saveWeigh',
      // url: '/wrzs/userOperation/saveWeigh',
      url:'/wrzs/app/driver/saveWeigh',
      method: 'POST'
   },
   // 获取称重信息
@@ -561,11 +566,11 @@
    * @description 我来送货
    */
   myDelivery:{
      url: '/wrzs/jhorderplan/myDelivery',
      url: '/wrzs/jhorderplan',
      method: 'GET'
   },
   saveMyDelivery: {
      url: '/wrzs/tmtaskcoal/saveMyDelivery',
      url: '/wrzs/app/driver/saveMyDelivery',
      methods: 'POST'
   },
   getCheckTaskCoal:{
@@ -585,6 +590,11 @@
      url: '/wrzs/jcproduct/getProductTree',
      method: 'GET'
   },
   getProductIsDanger:{
      url: '/wrzs/jcproduct/getProductIsDanger',
      method: 'GET'
   },
   /**
    * @description 购买证
    */
@@ -627,10 +637,53 @@
      url: '/wrzs/jcroadtransport/getDriverListById',
      methods: 'GET'
   },
   // 根据id查找道路运输证
   getById: {
      url: '/wrzs/jcroadtransport/getById',
      methods: 'GET'
   },
   //检查道路运输证号
   checkNumber: {
      url: '/wrzs/jcroadtransport/checkNumber',
      methods: 'GET'
   },
   //库管获取日计划
   getMyPlanListByBunkerId:{
      url:'/wrzs/warehouse/getMyPlanListByBunkerId',
      methods:'GET'
   }
   },
   //查看详情
   getTmOrderById: {
      url: '/wrzs/tmtaskcoal',
      methods: 'GET'
   },
   //确认装卸
   confirmLoadAndUnload:{
      url: '/wrzs/warehouse/confirmLoadAndUnload',
      methods: 'POST'
   },
   //查看原盐钙镁
   getQualityResultEachCustomer:{
      url: '/wrzs/warehouse/getQualityResultEachCustomer',
      methods: 'GET'
   },
   
   getMyEscortList: {
      url: '/wrzs/app/driver/getMyEscortList',
      methods: 'GET'
   },
   saveMyEscort:{
      url: '/wrzs/app/driver/saveMyEscort',
      methods: 'POST'
   },
   //修改提煤单
   tmtaskCoalPut:{
      url: '/wrzs/tmtaskcoal',
      methods: 'PUT'
   },
   //填写集装箱号
   addContainer:{
      url: '/wrzs/app/driver/addContainer',
      methods: 'PUT'
   },
}