zh 3 сар өмнө
parent
commit
f29a62cfa0

+ 1 - 1
src/views/robot/merge/index.vue

@@ -1132,7 +1132,7 @@ const submitMove = () => {
     showToast('请输入有效的移库数量')
     return
   }
-  if (Number(productInfo.actualMoveQty) > Number(productInfo.moveQty)) {
+  if (Number(productInfo.actualMoveQty) >= Number(productInfo.moveQty)) {
     scanError()
     showToast('移库数量不能大于可移库数量')
     return