This commit is contained in:
2025-09-03 14:30:22 +08:00
parent d9c3e9513e
commit b35a0da6d5
2 changed files with 41 additions and 18 deletions

View File

@@ -30,9 +30,9 @@ export const getRegionByPoint = (pcode) => request({
data: {point_code: pcode}
})
// 1.2查询物料信息
export const selectMaterials = (blurry) => request({
url:'api/hand/selectMaterials',
data: {blurry: blurry}
export const selectMaterialByRegion = (rcode) => request({
url:'api/hand/selectMaterialByRegion',
data: {region_code: rcode}
})
// 1.3叫料
export const loading = (pcode, rcode, mcode, num) => request({