From 3e580102f045aa28ab01be7a04268f17cd8c41a1 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 9 Mar 2026 10:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erf/components/expRawMaterialList.vue | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/views/modules/erf/components/expRawMaterialList.vue b/src/views/modules/erf/components/expRawMaterialList.vue index 531fc62..799ed4f 100644 --- a/src/views/modules/erf/components/expRawMaterialList.vue +++ b/src/views/modules/erf/components/expRawMaterialList.vue @@ -80,6 +80,18 @@ header-align="center"> + + + + + + + + + + { if (data && data.code === 0 && data.partDesc) { this.formData.partDesc = data.partDesc + this.formData.umid = data.umid || '' } else { this.$message.warning('未找到该物料编码,请手动填写物料描述') }