From ddc26c414ae60c8bff8e7a859f6b262d259b07bd Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 24 Apr 2026 14:40:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(material):=20=E6=96=B0=E5=A2=9E/=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E8=A1=A8=E5=8D=95=E6=8C=89=E4=B8=89=E5=9D=97=E5=88=86?= =?UTF-8?q?=E5=8C=BA=EF=BC=9B=E4=BE=9B=E5=BA=94=E5=95=86=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=85=A8=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - MaterialForm edit 模式按 材料信息/品牌与供应商/案例信息 分段,字段顺序与列表/详情对齐 - 供应商下拉显示 factory_name(全称),fallback short_name;filterable 支持筛选 - 列表页高级筛选中的供应商下拉同步改用全称 Co-Authored-By: Claude Opus 4.7 --- frontend/src/views/MaterialManage.vue | 2 +- frontend/src/views/material/MaterialForm.vue | 111 +++++++++++-------- 2 files changed, 66 insertions(+), 47 deletions(-) diff --git a/frontend/src/views/MaterialManage.vue b/frontend/src/views/MaterialManage.vue index 1cf3413..d3323ff 100644 --- a/frontend/src/views/MaterialManage.vue +++ b/frontend/src/views/MaterialManage.vue @@ -100,7 +100,7 @@ style="width: 180px" @change="triggerSearch" > - + diff --git a/frontend/src/views/material/MaterialForm.vue b/frontend/src/views/material/MaterialForm.vue index 31c22b6..a3bc4e4 100644 --- a/frontend/src/views/material/MaterialForm.vue +++ b/frontend/src/views/material/MaterialForm.vue @@ -5,6 +5,7 @@ :model="modelValue" label-width="120px" > +
材料信息
@@ -13,7 +14,7 @@ - + - - - - - - - - - - - - - - - @@ -76,6 +62,15 @@ + + + + + + + + + @@ -95,23 +90,6 @@ - - - - - - {{ uploading ? '上传中...' : '选择图片' }} - -
- 预览 -
-
@@ -137,20 +115,22 @@ - - - - - - - - - - - - - + + + {{ uploading ? '上传中...' : '选择图片' }} + +
+ 预览 +
+ +
品牌与供应商
+ + + + + + + + + + + + +
案例信息
+ + + + + + + + + + + +