From b5762ad1f375cf16557f06c132e24481d226a76e Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 11 Jul 2024 18:36:43 +0800 Subject: [PATCH] =?UTF-8?q?SCP=20=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E7=94=B3=E8=AF=B7=20=E7=94=9F=E6=88=90=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=97=B6=EF=BC=8C=E6=83=B3=E5=B0=91=E5=8F=91=E5=87=A0?= =?UTF-8?q?=E7=AE=B1=EF=BC=8C=E6=8A=8A=E7=AE=B1=E7=A7=BB=E5=87=BA=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=89=A9=E4=BD=99=E7=AE=B1=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E9=87=8F=E3=80=82=E6=97=A0=E6=B3=95=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliverRequestMain/labelForm.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue index 83247227f..ee81020ce 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/labelForm.vue @@ -475,11 +475,11 @@ const blurOne = (oneRow, twoRow) => { } //在托下方的箱数量失去焦点 const blurTwo = (oneRow, twoRow, threeRow) => { - if (parseFloat(threeRow.qtyTwo) > parseFloat(oneRow.packQty)) { - message.warning('数量最多为' + oneRow.packQty) - threeRow.qtyTwo = oneRow.packQty - return - } + // if (parseFloat(threeRow.qtyTwo) > parseFloat(oneRow.packQty)) { + // message.warning('数量最多为' + oneRow.packQty) + // threeRow.qtyTwo = oneRow.packQty + // return + // } let num = 0 twoRow.children.forEach((item) => { num += parseFloat(item.qtyTwo) || 0 @@ -488,10 +488,10 @@ const blurTwo = (oneRow, twoRow, threeRow) => { } // 箱数量失去焦点 const blurThree = (oneRow, twoRow, thereeRow) => { - if (parseFloat(thereeRow.qtyTwo) > parseFloat(oneRow.packQty)) { - message.warning('每箱个数最多' + oneRow.packQty) - thereeRow.qtyTwo = oneRow.packQty - } + // if (parseFloat(thereeRow.qtyTwo) > parseFloat(oneRow.packQty)) { + // message.warning('每箱个数最多' + oneRow.packQty) + // thereeRow.qtyTwo = oneRow.packQty + // } let num = 0 twoRow.children.forEach((item) => { num += parseFloat(item.qtyTwo) || 0