yangan
2024-06-18 ff4f3ab0c60e21bc1e356a7311da7257b74c963d
api/globalApi.js
@@ -8,7 +8,7 @@
   //   提煤单
   //   获取发运计划列表
   GetOrderPlan: {
      url: '/wrzs/wx/getOrderPlan',
      url: '/wrzs/customerSupplier/getOrderPlan',
      method: 'GET'
   },
   //获取发运计划详情
@@ -85,7 +85,7 @@
    * @司机首页列表修改
    */
   qiangDanList: {
      url: '/wrzs/userOperation/qiangDanList',
      url: '/wrzs/app/driver/qiangDanList',
      method: 'GET'
   },
@@ -98,7 +98,7 @@
    * @抢单修改
    */
   qiangDan: {
      url: '/wrzs/userOperation/qiangDan',
      url: '/wrzs/app/driver/qiangDan',
      method: 'POST'
   },
@@ -119,6 +119,10 @@
      url: '/wrzs/userOperation/yuYueList',
      method: 'GET'
   },
   driverYuYueList: {
      url: '/wrzs/app/driver/yuYueAPPList',
      method: 'GET'
   },
   //预约
   // yuYue: {
@@ -129,7 +133,7 @@
    * @预约修改
    */
   yuYue: {
      url: '/wrzs/userOperation/yuYue',
      url: '/wrzs/app/driver/yuYue',
      method: 'POST'
   },
@@ -260,7 +264,8 @@
    * @称重
    */
   saveWeigh: {
      url: '/wrzs/userOperation/saveWeigh',
      // url: '/wrzs/userOperation/saveWeigh',
      url:'/wrzs/app/driver/saveWeigh',
      method: 'POST'
   },
   // 获取称重信息
@@ -278,7 +283,10 @@
      url: '/wrzs/jccoalweighhouse/getUpperPound',
      method: 'GET'
   },
   getWeighHouse1: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      method: 'GET'
   },
   // 提煤单日志查询
   coalDayPage: {
      url: '/wrzs/tmtaskcoallog/getTmId',
@@ -449,5 +457,223 @@
   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'
   },
   /**
    * @description 根据司机去查询相关送货客户列表
    */
   getShipToList: {
      url: '/wrzs/shipto/getShipToList',
      method: 'GET'
   },
   /**
    * @description 保存送货客户
    */
   saveShipTo: {
      url: '/wrzs/shipto/saveShipTo',
      method: 'POST'
   },
   /**
    * @description 删除送货客户
    */
   deleteShipTo: {
      url: '/wrzs/shipto/deleteShipTo',
      method: 'POST'
   },
   /**
    * @description 根据车牌号查询相关的单位
    */
   getCarNoByVarieties: {
      url: '/wrzs/specialvarieties/getCarNoByVarieties',
      method: 'GET'
   },
   /**
    * @description 根据单位查询相关的产品
    */
   getDeptByProductName: {
      url: '/wrzs/specialvarieties/getDeptByProductName',
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    */
   getDeptIdByFiledList: {
      url: '/wrzs/jccoalfiled/getDeptIdByFiledList',
      method: 'GET'
   },
   /**
    * @description 确认自主创建
    */
   saveDeliveryNote: {
      url: '/wrzs/tmtaskcoal/saveDeliveryNote',
      method: 'POST'
   },
   /**
    * @description
    */
   getDeptAndProductNameByCustomer: {
      url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
      method: 'GET'
   },
   // 场内接单
   insideConnect: {
      url: '/wrzs/tmtaskcoal/insideConnect',
      methods: 'POST'
   },
   //"煤仓视频地址"
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
   },
   //'获取路线‘
   getRoute:{
      url: '/wrzs/guideroutemanage/getGuideRouteByType',
      method: 'GET'
   },
   //库管获取仓库
   getWarehouseList:{
      url: '/wrzs/warehouse/getMyWarehouseList',
      method: 'GET'
   },
   //获取仓库下的收发单
      getTaskCoalListByBunkerId:{
      url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId',
      method: 'GET'
   },
   /**
    * @description 我来送货
    */
   myDelivery:{
      url: '/wrzs/jhorderplan',
      method: 'GET'
   },
   saveMyDelivery: {
      url: '/wrzs/app/driver/saveMyDelivery',
      methods: 'POST'
   },
   getCheckTaskCoal:{
      url: '/wrzs/guard/getCheckTaskCoal',
      method: 'GET'
   },
   addCheckLog: {
      url: '/wrzs/guard/addCheckLog',
      methods: 'POST'
   },
   saveDriverDocs: {
      url: '/wrzs/userentity/saveDriverDocs',
      methods: 'POST'
   },
   // 获取产品表
   getProductTree:{
      url: '/wrzs/jcproduct/getProductTree',
      method: 'GET'
   },
   /**
    * @description 购买证
    */
   addBuycard: {
      url: '/wrzs/buycard',
      methods: 'POST'
   },
   getBuyCardList: {
      url: '/wrzs/buycard/getBuyCardList',
      methods: 'GET'
   },
   // 注册
   registerDriver: {
      url: '/wrzs/userentity/registerDriver',
      methods: 'GET'
   },
   //客户日计划获取订单
   getOrderList: {
      url: '/wrzs/tmorder/getOrderList',
      methods: 'GET'
   },
   //客户获取创建日计划订单
   getAppOrderList:{
      url: '/wrzs/customerSupplier/getAppOrderList',
      methods: 'GET'
   },
   //客户创建日计划
   addDeliveryPlan:{
      url: '/wrzs/customerSupplier/addDeliveryPlan',
      methods: 'GET'
   },
   // 提交道路运输证
   addJcroadtransport: {
      url: '/wrzs/jcroadtransport/add',
      methods: 'POST'
   },
   // 获取道路运输证
   getDriverListById: {
      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'
   },
}