|  | @@ -12,7 +12,7 @@ export function listCorps(query) {
 | 
	
		
			
				|  |  |  // 查询客户详情列表
 | 
	
		
			
				|  |  |  export function listCorps_s(query) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/list',
 | 
	
		
			
				|  |  | +        url: '/finance/other/list',
 | 
	
		
			
				|  |  |          method: 'get',
 | 
	
		
			
				|  |  |          params: query
 | 
	
		
			
				|  |  |      })
 | 
	
	
		
			
				|  | @@ -21,14 +21,14 @@ export function listCorps_s(query) {
 | 
	
		
			
				|  |  |  export function single(fId) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  |          // url: '/basicdata/corps/selectCustomerDriverList',
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/' + fId,
 | 
	
		
			
				|  |  | +        url: '/finance/other/' + fId,
 | 
	
		
			
				|  |  |          method: 'get',
 | 
	
		
			
				|  |  |      })
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  // 新增
 | 
	
		
			
				|  |  |  export function preservation(data) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/save',
 | 
	
		
			
				|  |  | +        url: '/finance/other/save',
 | 
	
		
			
				|  |  |          method: 'post',
 | 
	
		
			
				|  |  |          data: data
 | 
	
		
			
				|  |  |      })
 | 
	
	
		
			
				|  | @@ -36,21 +36,21 @@ export function preservation(data) {
 | 
	
		
			
				|  |  |  // 删除
 | 
	
		
			
				|  |  |  export function singleDeletion(fId) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/remove/' + fId,
 | 
	
		
			
				|  |  | +        url: '/finance/other/remove/' + fId,
 | 
	
		
			
				|  |  |          method: 'get'
 | 
	
		
			
				|  |  |      })
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  // 撤销
 | 
	
		
			
				|  |  |  export function revokeContainerPort(fId) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/revoke/' + fId,
 | 
	
		
			
				|  |  | +        url: '/finance/other/revoke/' + fId,
 | 
	
		
			
				|  |  |          method: 'get'
 | 
	
		
			
				|  |  |      })
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  // 提交
 | 
	
		
			
				|  |  |  export function submit(data) {
 | 
	
		
			
				|  |  |      return request({
 | 
	
		
			
				|  |  | -        url: '/warehouseBusiness/otherFees/add',
 | 
	
		
			
				|  |  | +        url: '/finance/other/add',
 | 
	
		
			
				|  |  |          method: 'post',
 | 
	
		
			
				|  |  |          data: data
 | 
	
		
			
				|  |  |      })
 |