付延余
2022-07-26 7c3218e12105b87cab21e9ced57c99c339ffac10
utils/api.js
@@ -49,6 +49,12 @@
      name:'pig',
      method:'GET'
   },
   // 获取全部优惠政策
   getFavouredPolicyItem:{
      url:'/yunxiao/jcfavouredpolicyitem/page',
      method:'GET'
   },
   // 煤场
   coalfiled:{
      url:'/yunxiao/coalfiled/page',
      name:'pig',
@@ -67,6 +73,12 @@
      url:'/yunxiao/account/getAccount',
      method:'GET'
   },
   // 选择客户回调
   // customerAccount:{
   //    url:'/yunxiao/account/getAccountByCustmoerIdAndCompId',
   //    method:'GET'
   // },
   
   // 选择合同
   contract:{
@@ -82,19 +94,43 @@
      url:'/admin/dict/type/contract_type',
      method:'GET'
   },
   trainFreightFind:{
      url:"/yunxiao/trainFreight/find",
      mehtod:"GET"
   },
   
   // 合同详情
   getByContractId:{
      url:'/yunxiao/contractitem/getByContractId',
      method:'GET'
   },
   // 添加申请
   xswaybill:{
      url:'/yunxiao/xswaybill',
      method:'POST'
   },
   // 煤种价格修改信息
   getNewPrice:{
      url:'/yunxiao/coalpricemodifyinfo/getNewPrice',
      method:'GET'
   },
   
   
   // 撤回
   withDraw:{
      url:'/oa/actBusiness/cancel',
      name:'pig',
      method:'POST'
   },
   // 获取操作人
   getFirstNode:{
      url:'/oa/actProcess/getFirstNode',
      method:'GET'
   },
   // 重新申请
   apply:{
      url:'/oa/actBusiness/apply',
      name:'pig',
      method:'POST'
   },
   // 我的待办
@@ -109,4 +145,44 @@
      name:'pig',
      method:'GET'
   },
   // 表单数据
   formData:{
      url:'/yunxiao/xswaybill',
      method:'GET'
   },
   // 查看进度
   historicFlow:{
      url:'/oa/actTask/historicFlow',
      method:'GET'
   },
   // 待办通过
   // getNextNode:{
   //    url:'/oa/actProcess/getNextNode',
   //    method:'GET'
   // },
   // 批量通过
   passAll:{
      url:'/oa/actTask/passAll',
      method:'POST'
   },
   // 批量驳回
   backAll:{
      url:'/oa/actTask/backAll',
      method:"POST"
   },
   deleteHistoric:{
      url:'/oa/actTask/deleteHistoric',
      method:"POST"
   },
   // 修改驳回申请信息
   editXswaybill:{
      url:'/yunxiao/xswaybill',
      method:'PUT'
   },
   // 退出清空缓存
   // logout:{
   //    url:'/auth/token/logout',
   //    method:'DELETE'
   // }
}