skyouc
2025-07-10 626deed5a6d673ea417fa50b7e61d23aec09a247
zy-asrs-admin/src/components/order/order/orderOut.vue
@@ -155,13 +155,12 @@
        ellipsis: true,
        ...getColumnSearchProps('memo'),
    },
    {
        title: formatMessage('common.operation', '操作'),
        name: 'oper',
        dataIndex: 'oper',
        key: 'oper',
        width: 240,
        width: 350,
        fixed: 'right',
    },
];
@@ -274,6 +273,7 @@
        printData.push(newItem)
    })
    printChild.value.printData = printData;
    printChild.value.data = record.__v_raw;
    printChild.value.orderNo = record.__v_raw.orderNo
    printChild.value.open = true;
}