质量管理
This commit is contained in:
35
src/api/quality/processTraceabilityDetail.js
Normal file
35
src/api/quality/processTraceabilityDetail.js
Normal file
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
* @Author: zhp
|
||||
* @Date: 2023-10-18 09:33:57
|
||||
* @LastEditTime: 2023-11-03 19:37:30
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
*/
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
// 获得物料信息追溯page
|
||||
export function getDetMaterial(query) {
|
||||
return request({
|
||||
url: '/extend/process-retrospect/getDetMaterial',
|
||||
method: 'post',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// export function getWorkOrderList(query) {
|
||||
// return request({
|
||||
// url: '/base/core-work-order/listbyfilter',
|
||||
// method: 'get',
|
||||
// params: query,
|
||||
// })
|
||||
// }
|
||||
// // 导出物料信息
|
||||
// export function exportEnergyPlcExcel(query) {
|
||||
// return request({
|
||||
// url: '/base/material-use-log/materialTraceExport',
|
||||
// method: 'get',
|
||||
// params: query,
|
||||
// responseType: 'blob'
|
||||
// })
|
||||
// }
|
||||
Reference in New Issue
Block a user