小小儁爺
2026-04-09 5f680565db1bdc822005397f2e9124376458df6a
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
  })
}