| | |
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('memo'),
|
| | | },
|
| | |
|
| | | {
|
| | | title: formatMessage('common.operation', '操作'),
|
| | | name: 'oper',
|
| | | dataIndex: 'oper',
|
| | | key: 'oper',
|
| | | width: 240,
|
| | | width: 350,
|
| | | fixed: 'right',
|
| | | },
|
| | | ];
|
| | |
| | |
|
| | | function getPage() {
|
| | | state.loading = true;
|
| | |
|
| | | let apiUrl = '/api/order/page';
|
| | | if (props.ioModel == 'in') {
|
| | | apiUrl = '/api/order/in/page';
|
| | |
| | | printData.push(newItem)
|
| | | })
|
| | | printChild.value.printData = printData;
|
| | | printChild.value.data = record.__v_raw;
|
| | | printChild.value.orderNo = record.__v_raw.orderNo
|
| | | printChild.value.open = true;
|
| | | }
|
| | |
|
| | | const onSearch = () => {
|
| | | // console.log('search');
|
| | | currentPage = 1;
|
| | | getPage()
|
| | | }
|
| | |
|