|
@@ -62,12 +62,18 @@ const columns: ColumnsType<WarehousingListData> = [
|
|
|
width: NORMAL_TABLE_WIDTH,
|
|
|
},
|
|
|
{
|
|
|
- title: '数量',
|
|
|
+ title: '入库数量',
|
|
|
dataIndex: 'capacity',
|
|
|
key: 'capacity',
|
|
|
width: SMALL_TABLE_WIDTH,
|
|
|
align: 'right',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '采购数量',
|
|
|
+ dataIndex: 'purchaseNum',
|
|
|
+ width: SMALL_TABLE_WIDTH,
|
|
|
+ align: 'right',
|
|
|
+ },
|
|
|
{
|
|
|
title: '库位名称',
|
|
|
dataIndex: 'storageLocationName',
|
|
@@ -104,7 +110,6 @@ const columns: ColumnsType<WarehousingListData> = [
|
|
|
key: 'scrq',
|
|
|
width: MIDDLE_TABLE_WIDTH,
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
title: '连番号',
|
|
|
dataIndex: 'serial',
|