From acaf8ca38cd32bc474bb46b593db2a8d75b9bfdd Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期六, 12 十月 2024 08:26:23 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue index ebb6d10..cf780b1 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue @@ -304,7 +304,10 @@ {field: 'glass_address', title: t('processCard.glassAddress'), width: 90}, {field: 'quantity', title: t('order.quantity'), width: 90}, {field: 'total_area', title: t('order.area'), width: 90}, - {field: 'product_name', title: t('order.product'), width: 120}, + {field: 'product_name', title: t('order.product'), width: 120, + filters: [{data: ''}], + slots: {filter: 'num1_filter'}, + filterMethod: filterChanged}, { field: 'glass_child', title: t('reportingWorks.glassChild'), -- Gitblit v1.8.0