|
@@ -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) {
|