接口
This commit is contained in:
@@ -192,3 +192,11 @@ export const semiProductInFromPda = (id, mid, qty, code) => request({
|
||||
}
|
||||
})
|
||||
|
||||
// 入库点/放货点获取
|
||||
export const finishproductPoint = (type) => request({
|
||||
url:'api/pda/finishproduct/point',
|
||||
data: {
|
||||
type: type
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user