admin
2024-08-01 002c0ac4c04ea51dd3fd96def3c1f62c8bade624
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({