From 33e8452331c301430191b3506825ebaf3edac93a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 1 Oct 2025 09:48:03 +0000 Subject: (최겸) 구매 PQ 리스트 기능 수정, 견적 첨부파일 리비전 액션 추가, 기타 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vendor-table/basic-contract-sign-dialog.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/basic-contract/vendor-table/basic-contract-sign-dialog.tsx') diff --git a/lib/basic-contract/vendor-table/basic-contract-sign-dialog.tsx b/lib/basic-contract/vendor-table/basic-contract-sign-dialog.tsx index 759f7cac..47a371d9 100644 --- a/lib/basic-contract/vendor-table/basic-contract-sign-dialog.tsx +++ b/lib/basic-contract/vendor-table/basic-contract-sign-dialog.tsx @@ -420,10 +420,10 @@ const canCompleteCurrentContract = React.useMemo(() => { const nextContract = getNextPendingContract(); if (nextContract) { setSelectedContract(nextContract); - toast.info(`다음 계약서로 이동합니다`, { - description: nextContract.templateName, - icon: - }); + // toast.info(`다음 계약서로 이동합니다`, { + // description: nextContract.templateName, + // icon: + // }); } else { // 모든 계약서 완료시 toast.success("🎉 모든 계약서 최종승인이 완료되었습니다!", { @@ -488,10 +488,10 @@ const canCompleteCurrentContract = React.useMemo(() => { const nextContract = getNextPendingContract(); if (nextContract) { setSelectedContract(nextContract); - toast.info(`다음 계약서로 이동합니다`, { - description: nextContract.templateName, - icon: - }); + // toast.info(`다음 계약서로 이동합니다`, { + // description: nextContract.templateName, + // icon: + // }); } else { // 모든 계약서 완료시 toast.success("🎉 모든 계약서 서명이 완료되었습니다!", { -- cgit v1.2.3