去掉托盘限制

master
Mr.sun 2 years ago
parent 04ae640af4
commit 05155729b7
  1. 18
      pages/AvgCarry/index.vue

@ -105,14 +105,16 @@
// this.judge() // this.judge()
// } // }
// }).catch(err=>console.log(err)) // }).catch(err=>console.log(err))
if(this.dataForm.containerCode == null // if(this.dataForm.containerCode == null
|| this.dataForm.containerCode === '' // || this.dataForm.containerCode === ''
|| this.dataForm.containerCode === 0 // || this.dataForm.containerCode === 0
|| this.dataForm.containerCode === undefined // || this.dataForm.containerCode === undefined
|| this.dataForm.containerCode ==='undefined'){ // || this.dataForm.containerCode ==='undefined'){
this.$u.toast("请扫描台车编号"); // this.$u.toast("");
return; // return;
} if(this.beginValue == null // }
if(this.beginValue == null
|| this.beginValue === '' || this.beginValue === ''
|| this.beginValue === 0 || this.beginValue === 0
|| this.beginValue === undefined || this.beginValue === undefined

Loading…
Cancel
Save