Fixiaobai
2023-12-13 8ac7bed2e7d52a6bbcb44ecfb1e11a0b1244e85e
src/api/plan/productionschedul.js
@@ -21,4 +21,19 @@
    method: 'put',
    data: data
  })
}
export function deleteSchedul(mId) {
  return request({
    url: '/mes/productionSchedul/'+mId,
    method: 'delete',
  })
}
export function updateSchedul(data) {
  return request({
    url: '/mes/productionSchedul/updateByMId',
    method: 'post',
    data: data
  })
}