guoyujie
2025-12-01 fa70c6932f6357061ccc6bdd03cf94fb0a8092eb
north-glass-erp/northglass-erp/src/views/pp/report/RawMaterialRequisition.vue
@@ -227,9 +227,13 @@
      field: 'width',
      title: t('order.width'),
      type: 'date',
      attrs: {placeholder: '', type: 'date'},
      attrs: {placeholder: '', type: 'date'}, filters: [{data: ''}],
      slots: {filter: 'num1_filter'},
      filterMethod: filterChanged
    },
    {field: 'height',  title: t('order.height'), showOverflow: "ellipsis"},
    {field: 'height',  title: t('order.height'), showOverflow: "ellipsis", filters: [{data: ''}],
      slots: {filter: 'num1_filter'},
      filterMethod: filterChanged},
    {field: 'quantity', title: t('report.quantityClaimed')},
    {field: 'area', title: t('report.areaClaimed')},
    {field: 'date_of_manufacture',  title: t('ingredientsStock.dateOfManufacture')},