From 54c2f0fda44123782e5241ff7d1ad6e81c95f2b2 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 12 十一月 2024 15:52:32 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 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 cf780b1..a905c33 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
@@ -338,7 +338,7 @@
       {code: 'customLabel', name: t('processCard.customLabelPrinting'), status: 'primary'},
       {code: 'printLabel', name: t('processCard.labelPrinting'), status: 'primary'},
       {code: 'printLabel2', name: t('processCard.labelPrinting2'), status: 'primary'},
-      {code: 'sortTable', name: "鎺掑簭姹囨��", status: 'primary'},
+      {code: 'sortTable', name: t('processCard.sortSummary'), status: 'primary'},
       // {code: 'printTest', name: "娴嬭瘯鎵撳嵃", status: 'primary'},
       // {code: 'printLike', name: "鍚岄厤缃墦鍗�", status: 'primary'},
     ],
@@ -727,6 +727,7 @@
           <div v-for="(option, index) in column.filters" :key="index">
             <input v-model="option.data"
                    type="text"
+                   @keyup.enter.native="$panel.confirmFilter()"
                    @input="changeFilterEvent($event, option, $panel)"/>
           </div>
         </div>
@@ -820,7 +821,7 @@
     <el-dialog
         id="sizeCheck"
         v-model="dialogSortTable"
-        title="鎺掑簭姹囨��"
+        :title="$t('processCard.sortSummary')"
         destroy-on-close
         style="width: 80%;height:75% ">
       <select-sort-table id="child" :orderId="tableRow.orderId"/>

--
Gitblit v1.8.0