更新自贡
This commit is contained in:
		
							
								
								
									
										34
									
								
								src/api/cost/costOthercostHis.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								src/api/cost/costOthercostHis.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-19 14:24:17 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新原片其他成本-历史 | ||||
| export function updateRawOthercostHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片其他成本-历史分页 | ||||
| export function getRawOthercostHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-成本查询分页 | ||||
| export function getRawOthercostSunPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/page-sum', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user