yangan
2024-09-03 df14d215c569aadd4515a6033d09739bbb8eff64
api/globalApi.js
@@ -63,13 +63,13 @@
      url: '/wrzs/userOperation/getJhOrderPlanDataPage',
      method: 'GET'
   },
   // 货代首页列表
   // 承运商首页列表
   // huoDaiList: {
   //    url: "/wrzs/wx/huoDaiList",
   //    method: "GET"
   // },
   /**
    * @货代首页列表修改
    * @承运商首页列表修改
    */
   huoDaiList: {
      url: '/wrzs/userOperation/huoDaiList   ',
@@ -166,22 +166,22 @@
      url: '/wrzs/wx/getUserById',
      method: 'POST'
   },
   //获取货代列表
   //获取承运商列表
   getAllHuoDaiByCustomerId: {
      url: '/wrzs/wx/getAllHuoDaiByCustomerId',
      method: 'GET'
   },
   //邀请货代
   //邀请承运商
   bindHuoDai: {
      url: '/wrzs/wx/bindHuoDai',
      method: 'POST'
   },
   //删除货代
   //删除承运商
   deleteHuoDai: {
      url: '/wrzs/wx/deleteHuoDai',
      method: 'POST'
   },
   //获取货代详情
   //获取承运商详情
   getHuoDaiDetail: {
      url: '/wrzs/wx/getHuoDaiDetail',
      method: 'GET'
@@ -626,23 +626,23 @@
      url: '/wrzs/customerSupplier/addDeliveryPlan',
      methods: 'GET'
   },
   // 提交道路运输证
   // 提交剧毒运输证
   
   addJcroadtransport: {
      url: '/wrzs/jcroadtransport/add',
      methods: 'POST'
   },
   // 获取道路运输证
   // 获取剧毒运输证
   getDriverListById: {
      url: '/wrzs/jcroadtransport/getDriverListById',
      methods: 'GET'
   },
   // 根据id查找道路运输证
   // 根据id查找剧毒运输证
   getById: {
      url: '/wrzs/jcroadtransport/getById',
      methods: 'GET'
   },
   //检查道路运输证号
   //检查剧毒运输证号
   checkNumber: {
      url: '/wrzs/jcroadtransport/checkNumber',
      methods: 'GET'
@@ -700,5 +700,26 @@
   passwordEdit:{
      url: '/wrzs/userentity/appUpdatePassword',
      methods: 'PUT'
   },
   //获取客户or供应商标识
   getPersonnelType:{
      url: '/wrzs/yhcustomer',
      methods: 'PUT'
   },
   //转发获取PVC吨数列表
   getBuildList:{
      url: '/wrzs/pvcforward/getBuildList',
      methods: 'get'
   },
   //PVC转发计划提交
   allocation:{
      url: '/wrzs/pvcforward/allocation',
      methods: 'PUT'
   },
   //库管获取历史通知单
   getHistoryTaskCoalList:{
      url: '/wrzs/warehouse/getHistoryTaskCoalList',
      methods: 'GET'
   }
}