qingyiay
2023-04-06 3419e3866b16f4b4ace7e89ea50c74dc0983da9a
api/globalApi.js
@@ -36,7 +36,7 @@
   //    method: "POST"
   // },
   /**
    * @转发修改
    * @description 转发修改
    */
   forward: {
      url: "/wrzs/userOperation/forwardList",
@@ -55,6 +55,13 @@
   deleteForward: {
      url: "/wrzs/userOperation/deleteForward",
      method: "POST"
   },
   /**
    * @description 获取历史提煤单
    */
   getJhOrderPlanDataPage: {
      url: '/wrzs/userOperation/getJhOrderPlanDataPage',
      method: "GET"
   },
   // 货代首页列表
   // huoDaiList: {
@@ -236,6 +243,20 @@
   },
   /**
    * @description 第一次放空
    */
   getOneEvacuation: {
      url: "/wrzs/userOperation/getOneEvacuation",
      method: 'POST'
   },
   /**
    * @description 第二次放空
    */
   getTwoEvacuation: {
      url: "/wrzs/userOperation/getTwoEvacuation",
      method: 'POST'
   },
   /**
    * @称重
    */
   saveWeigh: {
@@ -263,10 +284,10 @@
      url: "/wrzs/tmtaskcoallog/getTmId",
      method: 'GET'
   },
   // 获取openId
   getCallOutList:{
      url:'/wrzs/callout/getCallOutList',
      method:'GET'
   getCallOutList: {
      url: '/wrzs/callout/getCallOutList',
      method: 'GET'
   }
}