admin
2024-10-15 6d313a4a6f9f9d7ea65ec50ab0d4491e595edb97
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({