Browse Source

海康上架-增加类型

zhaohuanhuan 1 month ago
parent
commit
63b7f58283
1 changed files with 2 additions and 1 deletions
  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