合并单元格
This commit is contained in:
parent
93aec1886e
commit
2c3c3f1e03
|
|
@ -111,19 +111,26 @@ export const wlColumns: BasicColumn[] = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '采购数量',
|
// 添加"拣货数量"作为分组标题
|
||||||
|
title: '拣货数量',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'purchaseQuantity',
|
children: [
|
||||||
},
|
{
|
||||||
{
|
title: '采购数量',
|
||||||
title: '入库数量',
|
align: 'center',
|
||||||
align: 'center',
|
dataIndex: 'purchaseQuantity',
|
||||||
dataIndex: 'crksl',
|
},
|
||||||
},
|
{
|
||||||
{
|
title: '入库数量',
|
||||||
title: '销账数量',
|
align: 'center',
|
||||||
align: 'center',
|
dataIndex: 'crksl',
|
||||||
dataIndex: 'xzsl',
|
},
|
||||||
|
{
|
||||||
|
title: '销账数量',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'xzsl',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '小计',
|
title: '小计',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue