From e50fa16b6dbc4e7c50d5fbdbc04d2a556ca01c4e Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 02 十二月 2024 11:26:36 +0800
Subject: [PATCH] 补片流程卡调整

---
 north-glass-erp/northglass-erp/src/views/pp/rework/PrintReworkFlowCard.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/rework/PrintReworkFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/rework/PrintReworkFlowCard.vue
index 1080fbe..0813e4e 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/rework/PrintReworkFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/rework/PrintReworkFlowCard.vue
@@ -308,7 +308,7 @@
     {field: 'rework_area', title:  t('order.area'),width:70},
     {field: 'rework_team', title:  t('reportingWorks.responsibleTeam'),width:90},
     {field: 'responsible_equipment', title:  t('reportingWorks.responsibleEquipment'),width:120},
-    {field: 'responsible_personnel', title:  '璐d换淇℃伅',width:100},
+    {field: 'responsible_personnel', title:  t('rework.responsibilityInformation'),width:100},
     {field: 'rework_type', title:  t('reportingWorks.breakageType'),width:80},
     {field: 'rework_reason', title:  t('reportingWorks.breakageReason'),width:90},
     {field: 'rework_processes', title:  t('reportingWorks.responsibleProcess'),width:80},
@@ -736,6 +736,7 @@
           <div v-for="(option, index) in column.filters" :key="index">
             <input type="text"
                    v-model="option.data"
+                   @keyup.enter.native="$panel.confirmFilter()"
                    @input="changeFilterEvent($event, option, $panel)"/>
           </div>
         </div>

--
Gitblit v1.8.0