From d0e9bb6edfee85a777ddfb7810fc0c1a6a442a76 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 01 十二月 2025 11:41:29 +0800
Subject: [PATCH] 报表补充筛选和框选功能
---
north-glass-erp/northglass-erp/src/views/pp/report/RawMaterialRequisition.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/RawMaterialRequisition.vue b/north-glass-erp/northglass-erp/src/views/pp/report/RawMaterialRequisition.vue
index 91290f4..10169ab 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/report/RawMaterialRequisition.vue
+++ b/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')},
--
Gitblit v1.8.0