| | |
| | | {
|
| | | title: formatMessage('db.man_wait_pakin.order_id', '订单ID'),
|
| | | dataIndex: 'orderId$',
|
| | | width: 140,
|
| | | width: 100,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('orderId$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_wait_pakin.order_no', '订单编号'),
|
| | | dataIndex: 'orderNo',
|
| | | width: 140,
|
| | | width: 230,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('orderNo'),
|
| | | },
|
| | |
| | | {
|
| | | title: formatMessage('db.man_wait_pakin.matnr', '商品编号'),
|
| | | dataIndex: 'matnr',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('matnr'),
|
| | | },
|
| | |
| | | {
|
| | | title: formatMessage('db.man_wait_pakin.create_time', '添加时间'),
|
| | | dataIndex: 'createTime$',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('createTime$'),
|
| | | },
|
| | |
| | | {
|
| | | title: formatMessage('db.man_wait_pakin.update_time', '修改时间'),
|
| | | dataIndex: 'updateTime$',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('updateTime$'),
|
| | | },
|