2
schangxiang@126.com
2024-06-16 e948de08cab594a4e6a146c50f5f2a4a7c5d28ce
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'
  })
}
/**
 * 查询在制品监控 产品维度查询
 *