schangxiang@126.com
2024-06-11 d75c40cd7e8ab784b5d9caa289e22f2e7a9b6ea7
iwara-scada-web/src/api/modular/main/WorkPieceInfoManage.js
@@ -35,6 +35,21 @@
  })
}
export function WorkPieceInfoYieldPage (parameter) {
  return axios({
    url: '/WorkPieceProcess/queryYield',
    method: 'get',
    params: parameter
  })
}
export function WorkPieceInfoYieldToExcel1 (parameter) {
  return axios({
    url: '/WorkPieceProcess/exportYield',
    method: 'get',
    params: parameter,
    responseType: 'blob'
  })
}
/**
 * 查询在制品监控 产品维度查询
 *