From a6c21fd31331c29306c06ac172bd15e82e357aa2 Mon Sep 17 00:00:00 2001 From: yueli Date: Mon, 31 Aug 2026 14:05:46 +0800 Subject: [PATCH] =?UTF-8?q?style(purchase):=20=E5=88=97=E8=A1=A8=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=BC=98=E5=8C=96=20+=20=E7=89=A9=E5=93=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=90=8D=E7=A7=B0=E8=B4=A7=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主表格/展开明细表格加 width:100% + fit - 自适应列用 min-width(批次号/物品),固定列保留 width(金额/日期/操作) - 批次主行物品列:单个显示 名称+货号,多个显示 'N 种物料' - 展开明细物品列:名称+货号 合并显示 --- inventory-web/src/views/purchase/index.vue | 28 +++++++++++++++------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/inventory-web/src/views/purchase/index.vue b/inventory-web/src/views/purchase/index.vue index 018326d..3458ccb 100644 --- a/inventory-web/src/views/purchase/index.vue +++ b/inventory-web/src/views/purchase/index.vue @@ -18,16 +18,21 @@ - +