Merge remote-tracking branch 'origin/0.8.X' into 0.8.X

This commit is contained in:
2026-05-29 16:10:09 +08:00
2 changed files with 602 additions and 1 deletions

View File

@@ -26,6 +26,15 @@ export function addPlanDetail(data) {
})
}
// 批量新增排产单明细
export function addPlanDetailBatch(data) {
return request({
url: '/aps/planDetail/batch',
method: 'post',
data: data
})
}
// 修改排产单明细
export function updatePlanDetail(data) {
return request({