From b6e22b0c60333aff85a633bf4be45b3fa7635c6b Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Thu, 14 Jul 2022 16:49:02 +0800 Subject: [PATCH] =?UTF-8?q?2022-07-14=20=E7=BB=93=E6=9D=9F=E5=8D=B7?= =?UTF-8?q?=E5=92=8C=E4=BA=A7=E9=87=8F=E6=8A=A5=E5=91=8A=20=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E6=8A=A50=E6=95=B0=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_finish_roll.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 926b951..fe0612e 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -805,9 +805,10 @@ export default { //首先判断数值是否通过判断 let approvedQty = this.pageData.approvedQty; if(approvedQty == null || approvedQty == ''){ - this.$message.error('请输入良品总数量!'); + //this.$message.error('请输入良品总数量!'); this.pageData.approvedQty = 0;//重新赋值 - return false; + approvedQty = 0; + //return false; } if(approvedQty < 0){ this.$message.error('良品总数量必须大于等于0!');