From 60b30353246dc2848b579fc9ea07be01df720194 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 26 Aug 2024 18:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E6=95=B0?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/qty/balanceQtyEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mycomponents/qty/balanceQtyEdit.vue b/src/mycomponents/qty/balanceQtyEdit.vue index 79109196..29dbf85f 100644 --- a/src/mycomponents/qty/balanceQtyEdit.vue +++ b/src/mycomponents/qty/balanceQtyEdit.vue @@ -182,7 +182,7 @@ }, setValue() { var balanceQty = Number(this.dataContent.balanceQty); - if(this.allQty<0){ + if(this.allQty<=0){ this.$refs.comMessage.showConfirmWarningModal('数量必须大于等于0', res => { this.allQty = balanceQty;