From 6fcdd3d30da808a5c74a4574253954adf13afd0d Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 20 Nov 2024 16:38:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6=E5=8D=95bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerStatement/customerStatementMain.data.ts | 8 ++++++++ .../moldAllocation/customerStatement/index.vue | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts index c4729e2f4..0e6295c31 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts @@ -426,6 +426,14 @@ export const CustomerStatementShareReconciliation = useCrudSchemas(reactive { { label: t('ts.确认对比结果'), name: 'confirmationContrast', - hide: isShowMainButton(row, ['2']), + hide: row.isCompare!='1', type: 'primary', icon: '', color: '', @@ -273,7 +273,7 @@ const butttondata = (row, $index) => { { label: t('ts.确认分摊金额'), name: 'confirmShareMoney', - hide: isShowMainButton(row, ['4']), + hide: row.isShare!='1', type: 'primary', color: '', hasPermi: 'wms:customer-statement-main:confirmationShare', @@ -592,6 +592,10 @@ const changeTabs = async (item) => { { key: 'masterId', value: chooseRow.value.id + }, + { + key: 'status', + value: 0 } ] apiPage.value = CustomerStatementDetailApi.getCustomerToolApportStatementPage