2 Commits 90c2217252 ... 33a686680d

Autor SHA1 Mensagem Data
  dwkim 33a686680d Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view 2 anos atrás
  dwkim e8edf1275c 정산요청 후불매장만 출력팝업 수정 2 anos atrás
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/main/webapp/js/app/settmng/ITP_SETTMNG01010.js

+ 2 - 1
src/main/webapp/js/app/settmng/ITP_SETTMNG01010.js

@@ -531,12 +531,13 @@ let listObj = {
531 531
 			// createObj.init();
532 532
 		}, 
533 533
 		storePop: function() {
534
+			const key = {loanDvsn:"LD02"};
534 535
 			fn_call_popup('biz', 'BIZPOP_BRAND_STORE', '#ITP_ASIDE', function(result) {
535 536
 				// alert(JSON.stringify(result));
536 537
 				$('#ITP_FORM_SETTMNG01010_SEARCH_STORE_ID').val(result[0].storeId);
537 538
 				$('#ITP_FORM_SETTMNG01010_SEARCH_STORE_NM').val(result[0].storeNm);				
538 539
 				listObj.button.search();
539
-			}, null, 'S');
540
+			}, key, 'S');
540 541
 		}, 
541 542
 		storeErase: function() {
542 543
 			$('#ITP_FORM_SETTMNG01010_SEARCH_STORE_ID').val('');