Fixiaobai
2023-12-06 41a563c32583d51214fe21a557e898db76b35637
src/api/plan/productionschedul.js
@@ -10,7 +10,15 @@
export function fetchScheduleById(id) {
  return request({
    url: '/mes//productionSchedul/'+id,
    url: '/mes/productionSchedul/'+id,
    method: 'get',
  })
}
export function fillTime(data) {
  return request({
    url: '/mes/productionSchedul/fillTime',
    method: 'put',
    data: data
  })
}