| | |
| | | {
|
| | | title: formatMessage('db.man_order.order_no', '订单编号'),
|
| | | dataIndex: 'orderNo',
|
| | | width: 140,
|
| | | width: 230,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('orderNo'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_order.order_time', '单据日期'),
|
| | | dataIndex: 'orderTime',
|
| | | width: 140,
|
| | | width: 180,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('orderTime'),
|
| | | },
|
| | |
| | |
|
| | | const showDetl = (item) => {
|
| | | showOrderDetlChild.value.openDetl = true;
|
| | | showOrderDetlChild.value.orderId = item.id;
|
| | | showOrderDetlChild.value.orderId = item.orderNo;
|
| | | |
| | | }
|
| | |
|
| | | const handleExport = async (intl) => {
|