From 3af1962ff992b053c7bb162b155639c69337a059 Mon Sep 17 00:00:00 2001 From: JIWOO Date: Wed, 15 Jan 2025 11:26:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=B2=A8?= =?UTF-8?q?=EB=B6=80=ED=8C=8C=EC=9D=BC=20=EC=9A=A9=EB=9F=89=20500MB?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=9C=ED=95=9C=20=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/seed/_extra/gtm/trublprocessmng/cfrnctrnsferPop.jsp | 4 ++-- .../jsp/seed/_extra/gtm/trublprocessmng/fileAtchPop.jsp | 4 ++-- .../seed/_extra/gtm/trublprocessmng/sameTimeFileAtchPop.jsp | 4 ++-- .../webapp/WEB-INF/views/_common/_js/mediationFileUtil.js | 4 ++-- src/main/webapp/WEB-INF/views/_common/_js/seedFileUtil.js | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/cfrnctrnsferPop.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/cfrnctrnsferPop.jsp index 53310afe..9e8de939 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/cfrnctrnsferPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/cfrnctrnsferPop.jsp @@ -198,8 +198,8 @@ totFileSize = sizeData; sizeData = sizeData.toFixed(2); - if(totFileSize > 100){ - alert("첨부파일 크기가 100Mbyte를 넘었습니다."); + if(totFileSize > 500){ + alert("첨부파일 크기가 500Mbyte를 넘었습니다."); return; } diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/fileAtchPop.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/fileAtchPop.jsp index f52cef9e..c1a5bdf8 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/fileAtchPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/fileAtchPop.jsp @@ -165,8 +165,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){ var totFileSize = sizeData; sizeData = sizeData.toFixed(2); - if(totFileSize > 30){ - alert("첨부파일 크기가 30Mbyte를 넘었습니다."); + if(totFileSize > 500){ + alert("첨부파일 크기가 500Mbyte를 넘었습니다."); return; } diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/sameTimeFileAtchPop.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/sameTimeFileAtchPop.jsp index df2e01c9..9b0fc274 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/sameTimeFileAtchPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/sameTimeFileAtchPop.jsp @@ -165,8 +165,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){ var totFileSize = sizeData; sizeData = sizeData.toFixed(2); - if(totFileSize > 30){ - alert("첨부파일 크기가 30Mbyte를 넘었습니다."); + if(totFileSize > 500){ + alert("첨부파일 크기가 500Mbyte를 넘었습니다."); return; } diff --git a/src/main/webapp/WEB-INF/views/_common/_js/mediationFileUtil.js b/src/main/webapp/WEB-INF/views/_common/_js/mediationFileUtil.js index ff5debe0..6b178019 100644 --- a/src/main/webapp/WEB-INF/views/_common/_js/mediationFileUtil.js +++ b/src/main/webapp/WEB-INF/views/_common/_js/mediationFileUtil.js @@ -129,8 +129,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType, copyContractYn) var totFileSize = sizeData; sizeData = sizeData.toFixed(2); - if(totFileSize > 30){ - alert("첨부파일 크기가 30Mbyte를 넘었습니다."); + if(totFileSize > 500){ + alert("첨부파일 크기가 500Mbyte를 넘었습니다."); return; } diff --git a/src/main/webapp/WEB-INF/views/_common/_js/seedFileUtil.js b/src/main/webapp/WEB-INF/views/_common/_js/seedFileUtil.js index ecf27c56..e8afb1a3 100644 --- a/src/main/webapp/WEB-INF/views/_common/_js/seedFileUtil.js +++ b/src/main/webapp/WEB-INF/views/_common/_js/seedFileUtil.js @@ -72,8 +72,8 @@ function jf_upload_set(fileName, reFileName, fileSize, fileType){ var totFileSize = sizeData; sizeData = sizeData.toFixed(2); - if(totFileSize > 30){ - alert("첨부파일 크기가 30Mbyte를 넘었습니다."); + if(totFileSize > 500){ + alert("첨부파일 크기가 500Mbyte를 넘었습니다."); return; }