AGV搬运条件

master
Mr.sun 2 years ago
parent 245e5732d5
commit 73bac95f0d
  1. 16
      pages/AvgCarry/index.vue

@ -132,14 +132,14 @@
// 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 === ''

Loading…
Cancel
Save