|
|
@@ -21,6 +21,12 @@ const columns: ColumnsType<WarehousingListData> = [
|
|
|
key: 'storageCode',
|
|
|
width: MIDDLE_TABLE_WIDTH,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '采购订单号',
|
|
|
+ dataIndex: 'orderCode',
|
|
|
+ key: 'orderCode',
|
|
|
+ width: MIDDLE_TABLE_WIDTH,
|
|
|
+ },
|
|
|
{
|
|
|
title: '物料编号',
|
|
|
dataIndex: 'wllbCode',
|
|
|
@@ -70,6 +76,12 @@ const columns: ColumnsType<WarehousingListData> = [
|
|
|
key: 'realName',
|
|
|
width: NORMAL_TABLE_WIDTH,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: 'WBS编号',
|
|
|
+ dataIndex: 'wbs',
|
|
|
+ key: 'wbs',
|
|
|
+ width: MIDDLE_TABLE_WIDTH,
|
|
|
+ },
|
|
|
{
|
|
|
title: '类型',
|
|
|
dataIndex: 'type',
|
|
|
@@ -82,12 +94,7 @@ const columns: ColumnsType<WarehousingListData> = [
|
|
|
key: 'scrq',
|
|
|
width: MIDDLE_TABLE_WIDTH,
|
|
|
},
|
|
|
- {
|
|
|
- title: 'WBS编号',
|
|
|
- dataIndex: 'wbs',
|
|
|
- key: 'wbs',
|
|
|
- width: MIDDLE_TABLE_WIDTH,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '连番号',
|
|
|
dataIndex: 'serial',
|