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">
+
+
+
+ {{ scope.row.umid || '-' }}
+
+
+
+
+
+
+
+
{
if (data && data.code === 0 && data.partDesc) {
this.formData.partDesc = data.partDesc
+ this.formData.umid = data.umid || ''
} else {
this.$message.warning('未找到该物料编码,请手动填写物料描述')
}