This commit is contained in:
2022-12-13 10:56:09 +08:00
parent 30b1d87ef4
commit 068753627f
4 changed files with 50 additions and 23 deletions

View File

@@ -94,6 +94,14 @@ export const bakingrelease = (pcode) => request({
}
})
// 1.4点位查询带出母卷
export const bakingquery = (pcode) => request({
url: 'api/pda/baking/query',
data: {
point_code: pcode
}
})
/**
* 人工烘烤
*/