admin
2024-07-26 5f75515d78809c336cb1a004a8cacf53c982344b
jcdm-ui/src/api/main/om/productionOrde/productionOrde.js
@@ -74,6 +74,13 @@
  })
}
export function workReportingByStation(id,stationCode) {
  return request({
    url: '/om/productionOrde/workReportingByStation/' + id+'/' + stationCode,
    method: 'get',
  })
}
// 新增生产工单
export function addProductionOrde(data) {
  return request({