From 2c3c3f1e034d4cb98ba731cee3a79df001a1c0fe Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 8 Apr 2026 10:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=8D=95=E5=85=83=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoicing/fkd/components/cgd.data.ts | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/views/invoicing/fkd/components/cgd.data.ts b/src/views/invoicing/fkd/components/cgd.data.ts index 134f539..0161d03 100644 --- a/src/views/invoicing/fkd/components/cgd.data.ts +++ b/src/views/invoicing/fkd/components/cgd.data.ts @@ -111,19 +111,26 @@ export const wlColumns: BasicColumn[] = [ }, }, { - title: '采购数量', + // 添加"拣货数量"作为分组标题 + title: '拣货数量', align: 'center', - dataIndex: 'purchaseQuantity', - }, - { - title: '入库数量', - align: 'center', - dataIndex: 'crksl', - }, - { - title: '销账数量', - align: 'center', - dataIndex: 'xzsl', + children: [ + { + title: '采购数量', + align: 'center', + dataIndex: 'purchaseQuantity', + }, + { + title: '入库数量', + align: 'center', + dataIndex: 'crksl', + }, + { + title: '销账数量', + align: 'center', + dataIndex: 'xzsl', + }, + ], }, { title: '小计',