src/api/plan/productionschedul.js
@@ -10,7 +10,7 @@ export function fetchScheduleById(id) { return request({ url: '/mes/productionSchedul/'+id, url: '/mes/productionSchedul/selTime/'+id, method: 'get', }) } @@ -19,6 +19,14 @@ return request({ url: '/mes/productionSchedul/fillTime', method: 'put', data: data }) } export function checkTimeLines(data) { return request({ url: '/mes/productionSchedul/checkTimeLines', method: 'post', data: data }) } @@ -44,4 +52,4 @@ method: 'post', data: data }) } }