产线叫料物料处理
This commit is contained in:
@@ -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查询物料信息
|
||||
|
||||
Reference in New Issue
Block a user