From 86cd803bd0a0d52e3a29368c784eb7799cbe3b30 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 20 May 2025 13:15:30 +0800 Subject: [PATCH] =?UTF-8?q?SBBJ-1064=E9=A2=86=E7=94=A8=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=EF=BC=8C=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=B8=8D=E5=BE=97=E5=A4=A7=E4=BA=8E=E8=AE=A2=E5=8D=95=E5=8F=AF?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=BA=93=E5=AD=98=E6=95=B0=E9=87=8F=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E6=8F=90=E7=A4=BA=E6=98=AF=E5=93=AA=E4=B8=AA=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/itemApplyMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/item/itemApplyMain/index.vue b/src/views/eam/item/itemApplyMain/index.vue index cab0e65..c2fe673 100644 --- a/src/views/eam/item/itemApplyMain/index.vue +++ b/src/views/eam/item/itemApplyMain/index.vue @@ -304,7 +304,7 @@ if (item.qty > item.availableQty) { console.log("item.qty",item.qty); console.log("item.availableQty",item.availableQty); - message.error('要货计划数量不得大于订单可申请库存数量') + message.error('备件编号' + item.itemNumber + '要货计划数量不得大于订单可申请库存数量') return false; } }