春风项目四线(合箱线、总装线)
cl
2024-03-05 0b13e2c2d85f3515bb20e9398529d128f9ad3a8f
jcdm-ui/src/api/main/bs/formulaChild/formulaChild.js
@@ -9,6 +9,24 @@
  })
}
// 查询配方配置子信息列表
export function getProductProcess(query) {
  return request({
    url: '/bs/formulaChild/getProductProcess',
    method: 'post',
    data: query
  })
}
// 查询工艺文件
export function getMainProductProcess(query) {
  return request({
    url: '/bs/formulaChild/getMainProductProcess',
    method: 'post',
    data: query
  })
}
// 查询配方配置子信息详细
export function getFormulaChild(id) {
  return request({