From 05155729b7a4ece27980460d5a0db73730469bd8 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Tue, 5 Mar 2024 09:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=89=98=E7=9B=98=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/AvgCarry/index.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/AvgCarry/index.vue b/pages/AvgCarry/index.vue index 9fa644b..c67161c 100644 --- a/pages/AvgCarry/index.vue +++ b/pages/AvgCarry/index.vue @@ -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