This commit is contained in:
2023-04-13 18:56:04 +08:00
parent 742e6449c0
commit 537b349a9f
3 changed files with 24 additions and 6 deletions

View File

@@ -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
}
})