小小儁爺
8 天以前 19bb512734fc1bd3524a45cc66dfda8caef2066b
src/api/ProductModel.js
@@ -133,3 +133,20 @@
  })
}
// 存货档案关联工艺(工艺路线/工序)查询多存货
export function TMaterielFileAssociationRouteList(data) {
  return request({
    url: 'ProductModel/TMaterielFileAssociationRouteList',
    method: 'post',
    data
  })
}
// 存货档案关联工艺(工艺路线或工序)提交多存货
export function SaveTMaterielFileList(data) {
  return request({
    url: 'ProductModel/SaveTMaterielFileList',
    method: 'post',
    data
  })
}