设备产量看板-增加班次查询

master
LAPTOP-R6EHHS26\86155 11 months ago
parent 55ffe9f104
commit 19634920f6

@ -16,3 +16,11 @@ export function getMesBoardEquProductionToday(data) {
data: data
});
}
// 获取班次
export function getBoardShifts(data) {
return request({
url: '/mes/wcsInterface/getBoardShifts',
method: 'post',
data: data
});
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save