Sfoglia il codice sorgente

拣货任务-跳过不校验库位

zhaohuanhuan 1 anno fa
parent
commit
5e6c1ccda3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/outbound/picking/list/index.vue

+ 1 - 1
src/views/outbound/picking/list/index.vue

@@ -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:'请先扫描库位'})
     return false;
   }