This commit is contained in:
2025-08-22 14:05:56 +08:00
parent 4a7bc7ddc1
commit 4729585448
3 changed files with 10 additions and 8 deletions

View File

@@ -35,9 +35,9 @@ export const selectMaterials = (blurry) => request({
data: {blurry: blurry}
})
// 1.3叫料
export const loading = (rcode, mcode, num) => request({
export const loading = (pcode, rcode, mcode, num) => request({
url:'api/hand/loading',
data: {region_code: rcode, material_code: mcode, num: num}
data: {point_code: pcode, region_code: rcode, material_code: mcode, num: num}
})
// 产线下料