wk
2024-09-14 0bd15917637362c104eb157d5163f65bf9503780
api/globalApi.js
@@ -5,7 +5,7 @@
      method: 'POST'
   },
   //   提煤单
   //   收发单
   //   获取发运计划列表
   GetOrderPlan: {
      url: '/wrzs/customerSupplier/getOrderPlan',
@@ -57,19 +57,19 @@
      method: 'POST'
   },
   /**
    * @description 获取历史提煤单
    * @description 获取历史收发单
    */
   getJhOrderPlanDataPage: {
      url: '/wrzs/userOperation/getJhOrderPlanDataPage',
      method: 'GET'
   },
   // 货代首页列表
   // 承运商首页列表
   // huoDaiList: {
   //    url: "/wrzs/wx/huoDaiList",
   //    method: "GET"
   // },
   /**
    * @货代首页列表修改
    * @承运商首页列表修改
    */
   huoDaiList: {
      url: '/wrzs/userOperation/huoDaiList   ',
@@ -137,13 +137,13 @@
      method: 'POST'
   },
   //获取提煤单详情
   //获取收发单详情
   // getTakeCoal: {
   //    url: "/wrzs/wx/getTakeCoal",
   //    method: "GET"
   // },
   /**
    * @获取提煤单详情修改后
    * @获取收发单详情修改后
    */
   getTakeCoal: {
      url: '/wrzs/userOperation/getTakeCoal',
@@ -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'
@@ -264,7 +264,8 @@
    * @称重
    */
   saveWeigh: {
      url: '/wrzs/userOperation/saveWeigh',
      // url: '/wrzs/userOperation/saveWeigh',
      url:'/wrzs/app/driver/saveWeigh',
      method: 'POST'
   },
   // 获取称重信息
@@ -286,7 +287,7 @@
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      method: 'GET'
   },
   // 提煤单日志查询
   // 收发单日志查询
   coalDayPage: {
      url: '/wrzs/tmtaskcoallog/getTmId',
      method: 'GET'
@@ -363,14 +364,14 @@
      method: 'GET'
   },
   /**
    @description 判断是否要完成外销提煤单
    @description 判断是否要完成外销收发单
    */
   getTmTaskCoalOrderType: {
      url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType',
      method: 'GET'
   },
   /**
    @description 更新提煤单状态
    @description 更新收发单状态
    */
   updateTmTaskCoalState: {
      url: '/wrzs/tmtaskcoal/updateTmTaskCoalState',
@@ -438,13 +439,13 @@
      method: 'GET'
   },
   /**
    * @description 装卸员通过负责的单位查询煤场*/
    * @description 装卸员通过负责的单位查询场地*/
   getDeptIdFiled: {
      url: '/wrzs/jccoalfiled/getDeptIdFiled',
      method: 'GET'
   },
   /**
    * @description 装卸员查看煤场下所有的煤种类型
    * @description 装卸员查看场地下所有的煤种类型
    */
   getFiledIdCoalBunker: {
      url: '/wrzs/jccoalbunker/getFiledIdCoalBunker',
@@ -514,7 +515,7 @@
      method: 'GET'
   },
   /**
    * @description 根据单位查询煤场
    * @description 根据单位查询场地
    */
   getDeptIdByFiledList: {
      url: '/wrzs/jccoalfiled/getDeptIdByFiledList',
@@ -539,7 +540,7 @@
      url: '/wrzs/tmtaskcoal/insideConnect',
      methods: 'POST'
   },
   //"煤仓视频地址"
   //"仓库视频地址"
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
@@ -576,6 +577,10 @@
      url: '/wrzs/guard/getCheckTaskCoal',
      method: 'GET'
   },
   getAlreadyCheckTaskCoal:{
      url: '/wrzs/guard/getAlreadyCheckTaskCoal',
      method: 'GET'
   },
   addCheckLog: {
      url: '/wrzs/guard/addCheckLog',
      methods: 'POST'
@@ -589,6 +594,11 @@
      url: '/wrzs/jcproduct/getProductTree',
      method: 'GET'
   },
   getProductIsDanger:{
      url: '/wrzs/jcproduct/getProductIsDanger',
      method: 'GET'
   },
   /**
    * @description 购买证
    */
@@ -620,23 +630,28 @@
      url: '/wrzs/customerSupplier/addDeliveryPlan',
      methods: 'GET'
   },
   // 提交道路运输证
   // 提交剧毒通行证
   
   addJcroadtransport: {
      url: '/wrzs/jcroadtransport/add',
      methods: 'POST'
   },
   // 获取道路运输证
   // 获取剧毒通行证
   getDriverListById: {
      url: '/wrzs/jcroadtransport/getDriverListById',
      methods: 'GET'
   },
   // 根据id查找道路运输证
   // 更改剧毒通行证
   putJcroadtransport: {
      url: '/wrzs/jcroadtransport',
      methods: 'put'
   },
   // 根据id查找剧毒通行证
   getById: {
      url: '/wrzs/jcroadtransport/getById',
      methods: 'GET'
   },
   //检查道路运输证号
   //检查剧毒通行证号
   checkNumber: {
      url: '/wrzs/jcroadtransport/checkNumber',
      methods: 'GET'
@@ -670,4 +685,65 @@
      url: '/wrzs/app/driver/saveMyEscort',
      methods: 'POST'
   },
   //修改收发单
   tmtaskCoalPut:{
      url: '/wrzs/tmtaskcoal',
      methods: 'PUT'
   },
   //填写集装箱号
   addContainer:{
      url: '/wrzs/app/driver/addContainer',
      methods: 'PUT'
   },
   //字典
   dictFun:{
      url: '/admin/dict/type',
      methods: 'GET'
   },
   // 修改头像
   faceEdit:{
      url: '/wrzs/userentity/updateImgPath',
      methods: 'PUT'
   },
   // 修改密码
   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'
   },
   //获取已确认收罚单
   getTodayConfirmedTaskCoalList:{
      url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList',
      methods: 'GET'
   },
   //获取可拼单司机单
   getUnclaimedList:{
      url: '/wrzs/warehouse/getUnclaimedList',
      methods: 'GET'
   },
   //司机接单
   splicingOrders:{
      url: '/wrzs/warehouse/splicingOrders',
      methods: 'POST'
   }
}