From 49173d00286efbb37bee8cca20e2eeb210e6a364 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Dec 2025 15:27:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=96=B7=E7=A0=81=E5=88=86=E6=89=B9?= =?UTF-8?q?=E6=97=B6=E5=BD=95=E5=85=A5=E6=9D=BF=E6=AE=B5=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E8=AF=A5=E6=89=B9=E6=AC=A1=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=B9=B6=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form2.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/handover_form2.vue b/src/views/wpm_bx/handover_form2.vue index d6d2c92b..ca2cd6cf 100644 --- a/src/views/wpm_bx/handover_form2.vue +++ b/src/views/wpm_bx/handover_form2.vue @@ -59,6 +59,9 @@ {{ item2.number }} +
+ {{ item3 }} +
@@ -229,8 +232,11 @@ export default { }) //如果arrs里有不是这个批次的wpr,提示错误 let diff = arrs.filter(item => !barchArrs.includes(item)); + that.diff = diff; + console.log('diff',diff) if(diff.length>0){ - that.$confirm("物料"+diff.join(",")+"不在该批次中", "提示", {type: "warning",}).then(() => {}); + that.$message.warning("物料"+diff.join(",")+"不在该批次中"); + // that.$confirm("物料"+diff.join(",")+"不在该批次中", "提示", {type: "warning",}).then(() => {}); } }else{ //放入对应的行中的handoverb中,并且在列表中disabled @@ -251,7 +257,8 @@ export default { } }) } - this.$refs.codeInput.focus(); + console.log('this.$refs.codeInput',this.$refs.codeInput) + this.$refs.codeInput[index].focus(); }, deleteWpr(index1,index2,wpr){ let that = this; @@ -356,6 +363,10 @@ export default { margin-right: 20px; margin-top: 5px; } +.disabledItem{ + color: #fff; + background: #f56c6c; +} .circleCloseFilled{ position: absolute; top: -7px;