소스 검색

브랜드 파일첨부수 수정

isna 2 년 전
부모
커밋
099118fe2e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/webapp/js/app/oper/ITP_OPER03010.js
  2. 1 1
      src/main/webapp/js/app/oper/ITP_OPER06010.js

+ 1 - 1
src/main/webapp/js/app/oper/ITP_OPER03010.js

@@ -241,7 +241,7 @@ let pageObj = {
241 241
 			'showYn': $('#ITP_' + id + '_DETAIL_UPLOAD').attr('data-show-yn'),
242 242
 			'fileId': '#ITP_FORM_' + id + '_DETAIL_FILE_NO' //파일번호를 서버에서 받아서 넣을 파일번호 인풋박스 아이디
243 243
 		};
244
-		itp_fn_set_file_upload('ITP_' + id + '_DETAIL_UPLOAD', 'affl', true, false, id, fileArgs, removeFn);
244
+		itp_fn_set_file_upload('ITP_' + id + '_DETAIL_UPLOAD', 'affl', false, false, id, fileArgs, removeFn);
245 245
 	},
246 246
 	switchScreen: function(mode) {
247 247
 		$('.itp_det_head').find('button[id^="ITP_BTN_OPER03010_"]').each(function(i) {

+ 1 - 1
src/main/webapp/js/app/oper/ITP_OPER06010.js

@@ -215,7 +215,7 @@ let pageObj = {
215 215
             'showYn': $('#ITP_' + id + '_DETAIL_UPLOAD').attr('data-show-yn'),
216 216
             'fileId': '#ITP_FORM_' + id + '_DETAIL_FILE_NO' //파일번호를 서버에서 받아서 넣을 파일번호 인풋박스 아이디
217 217
         };
218
-        itp_fn_set_file_upload('ITP_' + id + '_DETAIL_UPLOAD', 'brand', true, false, id, fileArgs, removeFn);
218
+        itp_fn_set_file_upload('ITP_' + id + '_DETAIL_UPLOAD', 'brand', false, false, id, fileArgs, removeFn);
219 219
     },
220 220
     switchScreen: function(mode) {
221 221
         $('.itp_det_head').find('button[id^="ITP_BTN_OPER06010_"]').each(function(i) {