From 18bdf8344589d18aa59b8c873bd3bd5808c4b22d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 14 Oct 2025 16:59:09 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-14=20=E6=94=B6=E8=B4=A7=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E9=80=9A=E7=9F=A5=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=96=B0=E5=A2=9E=E5=85=B3=E8=81=94=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E5=85=B3=E8=81=94=E5=8D=95=E8=A1=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/inboundNotification.vue | 86 +++++++++++++++----- 1 file changed, 65 insertions(+), 21 deletions(-) diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index f08d70d..5f5cacb 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -313,10 +313,11 @@ 可选物料 @@ -329,22 +330,22 @@ @@ -370,10 +371,11 @@ 已选物料
@@ -386,22 +388,22 @@ + + + + + +
+ 可选物料 @@ -451,7 +483,7 @@ prop="partDesc" header-align="center" align="left" - min-width="200" + min-width="300" label="物料名称"> 已选物料
@@ -521,22 +554,22 @@ { this.partList2.push(item) }) + console.log(this.partList2) this.searchTypeChange() },