zhaohuanhuan 1 месяц назад
Родитель
Сommit
63b7f58283
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/haikang/putaway/putaway/index.vue

+ 2 - 1
src/views/haikang/putaway/putaway/index.vue

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