From 05269e44c30bc66df398e53da9e8ad240398048e Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 10 Mar 2026 14:14:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=94=80=E8=B4=A6=EF=BC=8C=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E8=BF=87=E9=95=BF=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CancelAccountApplicationListPanel.vue | 20 ++++++++++++++++++- .../panel/CancelAccountBillList.vue | 19 +++++++++++++++++- .../panel/CancelAccountCheckListPanel.vue | 16 +++++++++++++++ 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue index d331c27a..03676369 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue @@ -117,7 +117,19 @@ --> - + + + + {{ scope.row.invoiceNo }} + + + + @@ -361,4 +373,10 @@ export default { text-overflow: ellipsis; vertical-align: top; white-space: nowrap; } +.table-text-ellipsis { + white-space: nowrap; /* 强制不换行 */ + overflow: hidden; /* 超出隐藏 */ + text-overflow: ellipsis; /* 超出显示省略号 */ + width: 100%; /* 继承单元格宽度 */ +} diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue index f108c1c4..70ed4f8b 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue @@ -40,7 +40,18 @@ - + + + + {{ scope.row.invoiceNo }} + + + @@ -206,4 +217,10 @@ export default { color: #0955ee; cursor: pointer; } + .table-text-ellipsis { + white-space: nowrap; /* 强制不换行 */ + overflow: hidden; /* 超出隐藏 */ + text-overflow: ellipsis; /* 超出显示省略号 */ + width: 100%; /* 继承单元格宽度 */ + } diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue index 6d9029a1..1af4a079 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue @@ -112,6 +112,16 @@ + + + {{ scope.row.invoiceNo }} + + @@ -560,4 +570,10 @@ export default { vertical-align: top; white-space: nowrap; } +.table-text-ellipsis { + white-space: nowrap; /* 强制不换行 */ + overflow: hidden; /* 超出隐藏 */ + text-overflow: ellipsis; /* 超出显示省略号 */ + width: 100%; /* 继承单元格宽度 */ +} From 99b7b0ca7201aaea16d8fa83c8a26bc286916563 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 10 Mar 2026 16:14:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=84=E6=89=B9=E6=AC=A1=E8=A7=84?= =?UTF-8?q?=E5=88=99=E7=BB=B4=E6=8A=A4=EF=BC=8C=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisTransPlanRule/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/emis/emisTransPlanRule/index.vue b/src/views/emis/emisTransPlanRule/index.vue index 2cf32782..36e1a3e0 100644 --- a/src/views/emis/emisTransPlanRule/index.vue +++ b/src/views/emis/emisTransPlanRule/index.vue @@ -15,7 +15,8 @@ - + + @@ -184,10 +185,9 @@ import { autoScanSiteBatchV2 } from "@/api/emis/emisCommon" import emisTransPlanRuleForm from '@/views/emis/emisTransPlanRule/emisTransPlanRuleForm'; import EmisSupplierPicker from '@/views/emis/EmisBaseTools/EmisSupplierPicker'; - +import EmisSupplierMultiplePicker from '@/views/emis/EmisBaseTools/EmisSupplierMultiplePicker.vue'; import EmisSiteSimplePicker1 from '@/views/emis/EmisBaseTools/EmisSiteSimplePicker.vue'; import EmisSiteSimplePicker2 from '@/views/emis/EmisBaseTools/EmisSiteSimplePicker.vue'; - import TransLineAllPicker from '@/views/emis/EmisBaseTools/TransLineAllPicker.vue'; import TransProductAllPicker from '@/views/emis/EmisBaseTools/TransProductAllPicker.vue'; @@ -208,7 +208,8 @@ export default { TransLineAllPicker, TransProductAllPicker, EmpNamePicker, - BatchTransPlanRuleUpdateForm + BatchTransPlanRuleUpdateForm, + EmisSupplierMultiplePicker, }, dicts: [