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