人工移库

This commit is contained in:
2025-12-16 13:44:24 +08:00
parent c3360f03a1
commit f051664364
7 changed files with 117 additions and 2 deletions

View File

@@ -235,3 +235,10 @@ export const selectPointInfo = (rcode) => request({
url:'api/hand/selectPointInfo',
data: {region_code: rcode}
})
// 人工移库
// 1.2人工移库
export const materialTransfer = (pcode1, pcode2) => request({
url:'api/hand/materialTransfer',
data: {point_code1: pcode1, point_code2: pcode2}
})