瀏覽代碼

海康上架-增加类型

zhaohuanhuan 2 月之前
父節點
當前提交
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={
     const data={
       container,sku,boxCode,taskLineNoList,taskNo,warehouse,lotNum,
       container,sku,boxCode,taskLineNoList,taskNo,warehouse,lotNum,
       location:searchLocation.value,
       location:searchLocation.value,
-      quantity:count.value
+      quantity:count.value,
+      robotType:mode.value?'ASRS':'HIK'
     }
     }
     const res = await setBoxInboundInventory(data)
     const res = await setBoxInboundInventory(data)
     return res
     return res