add 烘箱暂存

This commit is contained in:
2025-03-07 10:47:39 +08:00
parent 6c0f5d8af0
commit 2531809d57
18 changed files with 127 additions and 19 deletions

View File

@@ -204,4 +204,9 @@ export const doSubVolumeDown = (code) => request({
export const getWastePointList = (type) => request({
url:'api/schBasePoint/getWastePointList?point_type=' + type,
method: 'get'
})
})
// 烘箱暂存
export const temporaryStorage = (plan, code) => request({
url:'api/pda/baking/temporaryStorage',
data: {plan: plan, point_code: code}
})