|
@@ -50,6 +50,12 @@ const tableColumns: ColumnsType<SemiDrawListData> = [
|
|
|
width: SMALL_TABLE_WIDTH,
|
|
|
align: 'right',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '库存数量',
|
|
|
+ dataIndex: 'amount',
|
|
|
+ width: SMALL_TABLE_WIDTH,
|
|
|
+ align: 'right',
|
|
|
+ },
|
|
|
{
|
|
|
title: '要料部门',
|
|
|
dataIndex: 'department',
|
|
@@ -57,6 +63,7 @@ const tableColumns: ColumnsType<SemiDrawListData> = [
|
|
|
width: NORMAL_TABLE_WIDTH,
|
|
|
},
|
|
|
{title: '所属公司', dataIndex: 'companyName', width: HUGE_TABLE_WIDTH},
|
|
|
+ {title: 'WBS编号', dataIndex: 'wbs', width: NORMAL_TABLE_WIDTH},
|
|
|
{title: '分录号', dataIndex: 'entryNumber', width: NORMAL_TABLE_WIDTH},
|
|
|
{title: '移动类型', dataIndex: 'moveType', width: NORMAL_TABLE_WIDTH},
|
|
|
{title: '来源类型', dataIndex: 'sourceType', width: NORMAL_TABLE_WIDTH},
|