二级修改

This commit is contained in:
2025-11-06 17:38:46 +08:00
parent 39c745ebcb
commit be7f6ed23c
5 changed files with 1220 additions and 96 deletions

View File

@@ -58,3 +58,15 @@ export function getTrackMatPosition() {
})
}
/**
* 获取生产计划队列
* 使用现有的计划列表接口
*/
export function getPlanQueue(data = {}) {
return l2Request({
method: 'post',
url: '/api/pdi/list',
data
})
}