| | |
| | | responseType: 'blob' |
| | | }) |
| | | } |
| | | |
| | | export function QueryWorkPieceLogYield (parameter) { |
| | | return axios({ |
| | | url: '/WorkPieceProcess/queryWorkPieceLogYield', |
| | | method: 'get', |
| | | params: parameter |
| | | }) |
| | | } |
| | | export function exportWorkPieceLogYield (parameter) { |
| | | return axios({ |
| | | url: '/WorkPieceProcess/exportWorkPieceLogYield', |
| | | method: 'get', |
| | | params: parameter, |
| | | responseType: 'blob' |
| | | }) |
| | | } |
| | | /** |
| | | * 查询在制品监控 产品维度查询 |
| | | * |
| | |
| | | params |
| | | }) |
| | | } |
| | | |
| | | export function accessInterfaceLogPage(params) { |
| | | return axios({ |
| | | url: '/AccessInterfaceLog/page', |
| | | method: 'get', |
| | | params |
| | | }) |
| | | } |
| | | /** |
| | | * 导出在制品监控信息的Excel文件 工件 |
| | | * |