| | |
| | | {
|
| | | 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$'),
|
| | | },
|
| | |
| | | <DownOutlined />
|
| | | </a-button>
|
| | | </a-dropdown>
|
| | | <!--<a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button>-->
|
| | | <!--<a-button @click="handleEdit(null)" type="primary">{{ formatMessage('page.add', '添加') }}</a-button>-->
|
| | | <a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button>
|
| | | <a-button @click="handleEdit(null)" type="primary">{{ formatMessage('page.add', '添加') }}</a-button>
|
| | | <a-button @click="handleExport">{{ formatMessage('page.export', '导出') }}</a-button>
|
| | | </div>
|
| | | </div>
|