烘烤工序质检不合格/新增母卷决策页面/新增冷却区生箔详情页面

This commit is contained in:
2025-06-10 13:24:24 +08:00
parent 9b0835a7b5
commit 1e59224993
8 changed files with 304 additions and 27 deletions

View File

@@ -142,6 +142,17 @@ export const bakingquery = (pcode) => request({
point_code: pcode
}
})
// 质检不合格
export const inCoolOrOven = (pcode, cname, temp, hours, type) => request({
url: 'api/pda/baking/inCoolOrOven',
data: {
point_code: pcode,
container_name: cname,
temperature: temp,
hours: hours,
type: type,
}
})
/**
* 人工烘烤