人工移库
This commit is contained in:
@@ -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}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user