This commit is contained in:
2025-09-08 09:47:21 +08:00
parent dd60d1bb24
commit 4144492ad3
3 changed files with 7 additions and 42 deletions

View File

@@ -41,6 +41,11 @@ export const loading = (pcode, rcode, mcode, num) => request({
})
// 产线下料
// 1.1查询物料信息
export const selectMaterials = (blurry, page, size) => request({
url:'api/hand/selectMaterials',
data: {blurry: blurry, page: page, size: size}
})
// 1.2查询所有区域
export const getRegions = () => request({
url:'api/hand/getRegions',