From 38af2b29b08181362b4f9a399a5885a193f5999c Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Thu, 7 May 2026 15:46:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E5=9E=8B=E5=8F=B7=E5=AF=B9=E6=AF=94=E6=9D=A1=E4=BB=B6=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supplier/code/barCode/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/supplier/code/barCode/index.vue b/src/views/supplier/code/barCode/index.vue index f3124d9..6b5c6a2 100644 --- a/src/views/supplier/code/barCode/index.vue +++ b/src/views/supplier/code/barCode/index.vue @@ -726,7 +726,7 @@ const handleSpecificationConfirm = async () => { }; //判断一下是否是相同的物料编码进行转换 let isMaterialNumberSome = datas.codePrintSelectionList.some((item: any) => { - return item.materialNumber === datas.remoteSelectItem.materialNumber; + return item.specifications === datas.remoteSelectItem.specifications; }); if (isMaterialNumberSome) { useMsg("warning", "请选择不同的规格型号进行转换 ! ");