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