zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
@@ -44,7 +44,7 @@
    {
        title: formatMessage('db.man_order_detl.matnr', '商品编号'),
        dataIndex: 'matnr',
        width: 140,
        width: 180,
        ellipsis: true,
        ...getColumnSearchProps('matnr'),
        customCell: (_, index) => {
@@ -54,7 +54,7 @@
    {
        title: formatMessage('db.man_order_detl.batch', '批号'),
        dataIndex: 'batch',
        width: 140,
        width: 110,
        ellipsis: true,
        ...getColumnSearchProps('batch'),
        customCell: (_, index) => {