| | |
| | | }) |
| | | } |
| | | |
| | | export function fetchRecordsList(mId) { |
| | | return request({ |
| | | url: '/mes/productionSchedul/pageRecords/'+mId, |
| | | method: 'get', |
| | | }) |
| | | } |
| | | |
| | | export function fetchScheduleById(id) { |
| | | return request({ |
| | | url: '/mes/productionSchedul/'+id, |
| | | url: '/mes/productionSchedul/selTime/'+id, |
| | | method: 'get', |
| | | }) |
| | | } |
| | |
| | | return request({ |
| | | url: '/mes/productionSchedul/fillTime', |
| | | method: 'put', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | export function checkTimeLines(data) { |
| | | return request({ |
| | | url: '/mes/productionSchedul/checkTimeLines', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | | } |
| | | |
| | | export function getProductionSchedulReport() { |
| | | return request({ |
| | | url: '/mes/productionSchedul/getReport', |
| | | method: 'get', |
| | | }) |
| | | } |