From 66ea08e71111dae4552e89874d10996a3ee0376d Mon Sep 17 00:00:00 2001 From: "SGK\\17962" <1796293269@qq.com> Date: Mon, 1 Sep 2025 17:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=A0=E9=99=A4=E7=AD=96?= =?UTF-8?q?=E7=95=A5=EF=BC=8C=E6=9C=89=E8=90=A5=E9=94=80=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E8=AE=B8=E5=88=A0=E9=99=A4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=20=E7=94=A8=E6=88=B7-=E5=B2=97=E4=BD=8D1v1=E5=8A=A0=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=20=E8=90=A5=E9=94=80=E6=95=B0=E6=8D=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BD=95=E5=85=A5=E6=97=A5=E6=9C=9F=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E5=88=97=E8=A1=A8=E8=B6=85=E9=95=BF=E4=BC=9A=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98=EF=BC=8C=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E6=A0=BC=E5=BC=8F=E5=8C=96=EF=BC=8C=E5=88=A0=E6=8E=89?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA=EF=BC=8C=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E5=A2=9E=E5=8A=A0=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/typings/elegant-router.d.ts | 9 +--- .../src/views/mps/market/index.vue | 28 +++++------ .../market/modules/market-operate-drawer.vue | 48 +++++++++++++------ .../mps/market/modules/market-search.vue | 29 ++++++----- .../batch-account-info-import-modal.vue | 26 ++++++++-- .../impl/BusinessSubcategoryServiceImpl.java | 2 +- .../org/dromara/mps/domain/MpsMarket.java | 5 ++ .../service/impl/MpsMarketServiceImpl.java | 2 + .../OriginalBatchAccountInfoController.java | 11 ++++- ...riginalBatchAccountInfoImportListener.java | 6 ++- .../IOriginalBatchAccountInfoService.java | 2 + .../OriginalBatchAccountInfoServiceImpl.java | 6 +++ .../service/impl/SysUserServiceImpl.java | 18 +++++++ 13 files changed, 136 insertions(+), 56 deletions(-) diff --git a/cds-fontend-2025.V1/src/typings/elegant-router.d.ts b/cds-fontend-2025.V1/src/typings/elegant-router.d.ts index 7004ec6..6e7f3ab 100644 --- a/cds-fontend-2025.V1/src/typings/elegant-router.d.ts +++ b/cds-fontend-2025.V1/src/typings/elegant-router.d.ts @@ -47,8 +47,6 @@ declare module "@elegant-router/types" { "original": "/original"; "original_batch-account-info": "/original/batch-account-info"; "original_batch-bank-card-info": "/original/batch-bank-card-info"; - "original_batch-account-info": "/original/batch-account-info"; - "original_batch-bank-card-info": "/original/batch-bank-card-info"; "original_dianfei": "/original/dianfei"; "original_e-m-banking": "/original/e-m-banking"; "original_gjj-payment": "/original/gjj-payment"; @@ -218,9 +216,6 @@ declare module "@elegant-router/types" { | "system_client" | "system_config" | "system_dept-transfer" - | "report" - | "original_batch-account-info" - | "original_batch-bank-card-info" | "system_dept" | "system_dict" | "system_menu" @@ -308,7 +303,7 @@ declare module "@elegant-router/types" { component: `view.${K}`; } : never; - + /** * the center level route */ @@ -331,7 +326,7 @@ declare module "@elegant-router/types" { children: (CenterLevelRoute> | LastLevelRoute>)[]; } : never; - + /** * the custom first level route */ diff --git a/cds-fontend-2025.V1/src/views/mps/market/index.vue b/cds-fontend-2025.V1/src/views/mps/market/index.vue index 3a4d2a6..376c7d4 100644 --- a/cds-fontend-2025.V1/src/views/mps/market/index.vue +++ b/cds-fontend-2025.V1/src/views/mps/market/index.vue @@ -237,7 +237,7 @@ const { ); } // 如果只有magneticCardId但没有magneticCardList,则显示magneticCardId - return row.magneticCardId || ''; + return ''; } }, { @@ -293,7 +293,7 @@ const { ); } // 如果只有trafficId但没有trafficList,则显示trafficId - return row.trafficId || ''; + return ''; } }, { @@ -484,9 +484,9 @@ function edit(dataId: CommonType.IdType) { handleEdit('dataId', dataId); } -function handleImport() { - openImportModal(); -} +// function handleImport() { +// openImportModal(); +// } function handleExport() { download('/mps/market/export', searchParams, `营销数据管理_${new Date().getTime()}.xlsx`); @@ -525,20 +525,20 @@ async function getSubcategoryOptions() { :loading="loading" :show-add="hasAuth('mps:market:add')" :show-delete="hasAuth('mps:market:remove')" - :show-export="hasAuth('mps:market:export')" + :show-export="false" @add="handleAdd" @delete="handleBatchDelete" @export="handleExport" @refresh="getData" > - + + + + + + + + diff --git a/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue b/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue index 1c917f8..a1008c6 100644 --- a/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue +++ b/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue @@ -1,5 +1,5 @@ ]]] @@ -143,7 +155,15 @@
- {{ $t('common.updateExisting') }} + + +