缺少产线时间冲突爆红问题
This commit is contained in:
@@ -42,3 +42,12 @@ export function delProductionLine(lineId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增:产线甘特图接口
|
||||
export function ganttProductionLine(params) {
|
||||
return request({
|
||||
url: '/wms/productionLine/gantt',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user