From 25bb35e2656d0ce16da99ff0dfece5524ac76480 Mon Sep 17 00:00:00 2001 From: yueli Date: Mon, 31 Aug 2026 13:24:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(purchase):=20=E8=A1=A8=E6=A0=BC=E5=88=97?= =?UTF-8?q?=E5=AE=BD=E4=BC=98=E5=8C=96=20+=20=E8=BF=B7=E4=BD=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=A1=86=20+=20=E7=85=A7=E7=89=87=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=89=80=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 每列显式指定 min-width/width,输入多的列用 min-width 防挤压 - 照片列固定 90px,上传框缩小到 60x60(::v-deep 覆盖样式) - 新增「照片同步所有」按钮:深拷贝第一行照片到所有行 - 照片列保持红星必填标记 --- inventory-web/src/views/purchase/index.vue | 73 ++++++++++++++++++---- 1 file changed, 62 insertions(+), 11 deletions(-) diff --git a/inventory-web/src/views/purchase/index.vue b/inventory-web/src/views/purchase/index.vue index 8fc0e14..8361a9c 100644 --- a/inventory-web/src/views/purchase/index.vue +++ b/inventory-web/src/views/purchase/index.vue @@ -82,11 +82,14 @@ 备注同步所有 + + 照片同步所有 + - - + + - + - + - + - + - + - + - + - + @@ -276,7 +280,7 @@