소스 검색

宝时快上-更改上架库位字段

zhaohuanhuan 7 달 전
부모
커밋
f835897c3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/inbound/putaway/task/index.vue

+ 1 - 1
src/views/inbound/putaway/task/index.vue

@@ -439,7 +439,7 @@ const onConfirm = () => {
         taskLineNo,
         warehouse,
         container: '*',
-        location: searchLocation.value,
+        targetCode: searchLocation.value,
         quantity: takeQuantity, // 当前项扣除的数量
       })
       remainingQuantity -= takeQuantity