叫料
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user