From 3d4547d165580c70ddb06afd36e3b24cba85bea1 Mon Sep 17 00:00:00 2001 From: zhuangdashia Date: Wed, 3 Sep 2025 00:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../percentage/modules/percentage-search.vue | 3 +- .../src/views/mps/manual-pricing/index.vue | 1 + .../modules/manual-pricing-search.vue | 32 +++++++++- .../modules/performance-search.vue | 61 ++++++++++++++++++- .../modules/valid-invalid-search.vue | 40 +++++++++++- 5 files changed, 128 insertions(+), 9 deletions(-) diff --git a/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue b/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue index b1b3845..8c37a30 100644 --- a/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue +++ b/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue @@ -47,9 +47,8 @@ async function getDeptIdOptions(){ } } function handleDeptUpdate(value: string, option: CommonType.Option) { - model.value.branchId = value; - // model.value.branchName = option.label; + model.value.branchName = option.label; } diff --git a/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue b/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue index 122a92e..3782adc 100644 --- a/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue +++ b/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue @@ -218,6 +218,7 @@ const { title: '日期', align: 'center', minWidth: 120, + fixed: 'right', ellipsis: true, resizable: true }, diff --git a/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue b/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue index 2941bb6..c44bf1b 100644 --- a/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue +++ b/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue @@ -1,7 +1,8 @@