|
@@ -19,7 +19,13 @@ const columns: ColumnsType<ReceiveListData> = [
|
|
|
{title: '物料编号', dataIndex: 'wllbCode', key: 'wllbCode', width: MIDDLE_TABLE_WIDTH},
|
|
|
{title: '物料名称', dataIndex: 'materialName', key: 'materialName', width: HUGE_TABLE_WIDTH},
|
|
|
{title: '供应商名称', dataIndex: 'supplierName', key: 'supplierName', width: LARGE_TABLE_WIDTH},
|
|
|
- {title: '到货数量', dataIndex: 'arrivalNum', key: 'arrivalNum', width: SMALL_TABLE_WIDTH},
|
|
|
+ {
|
|
|
+ title: '到货数量',
|
|
|
+ dataIndex: 'arrivalNum',
|
|
|
+ key: 'arrivalNum',
|
|
|
+ width: SMALL_TABLE_WIDTH,
|
|
|
+ align: 'right',
|
|
|
+ },
|
|
|
{title: '到货时间', dataIndex: 'arrivalTime', key: 'arrivalTime', width: NORMAL_TABLE_WIDTH},
|
|
|
{
|
|
|
title: '状态',
|