This commit is contained in:
2026-04-21 13:53:43 +08:00
parent bd0b41550d
commit 69f2931e3b
3 changed files with 31 additions and 5 deletions

View File

@@ -330,6 +330,11 @@ export const takePalletMaterial = (search, rows) => request({
url:'api/pdaProduction/takePalletMaterial',
data: {search: search, rows: rows}
})
// 一键取料
export const clickMaterial = (search) => request({
url:'api/pdaProduction/clickMaterial',
data: {search: search}
})
// 取载具
export const takeTheVehicle = (search) => request({
url:'api/pdaProduction/takeTheVehicle',