小小儁爺
13 小时以前 7aa96df3596971484ee1827047dbb084525e6a24
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
  })
}