@@ -408,7 +408,7 @@ const validate = (data,type) => {
showToast({duration:5000,message:'请先扫描拣货容器'})
return false;
}
- if (scanType.value === 2) {
+ if (scanType.value === 2 && type!==1) {
showToast({duration:5000,message:'请先扫描库位'})