产线叫料物料处理

This commit is contained in:
2025-10-13 14:15:47 +08:00
parent 4197e4185e
commit bd5d9d0364
4 changed files with 198 additions and 15 deletions

View File

@@ -39,6 +39,17 @@ export const loading = (pcode, rcode, mcode, num) => request({
url:'api/hand/loading',
data: {point_code: pcode, region_code: rcode, material_code: mcode, num: num}
})
// 1.4查询物料信息
export const selectFullMaterials = (rcode) => request({
url:'api/hand/selectFullMaterials',
data: {region_code: rcode}
})
// 1.4查询所有叫料区域
export const getCallRegions = () => request({
url:'api/hand/getCallRegions',
data: {}
})
// 产线下料
// 1.1查询物料信息