| | |
| | | {
|
| | | title: formatMessage('db.man_order.order_time', '单据日期'),
|
| | | dataIndex: 'orderTime',
|
| | | width: 160,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('orderTime'),
|
| | | },
|
| | |
| | | {
|
| | | title: formatMessage('db.man_order.create_time', '添加时间'),
|
| | | dataIndex: 'createTime$',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('createTime$'),
|
| | | },
|
| | |
| | | {
|
| | | title: formatMessage('db.man_order.update_time', '修改时间'),
|
| | | dataIndex: 'updateTime$',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('updateTime$'),
|
| | | },
|
| | |
| | | };
|
| | |
|
| | | const onSearch = () => {
|
| | | // console.log('search');
|
| | | getPage()
|
| | | }
|
| | |
|