@@ -546,7 +546,8 @@ const _setBoxInboundInventory = async () => {
const data={
container,sku,boxCode,taskLineNoList,taskNo,warehouse,lotNum,
location:searchLocation.value,
- quantity:count.value
+ quantity:count.value,
+ robotType:mode.value?'ASRS':'HIK'
}
const res = await setBoxInboundInventory(data)
return res