Parcourir la source

재고관리-브랜드창고관리 세부수정

yhl88 il y a 2 ans
Parent
commit
b8d3f030bb

+ 1 - 1
src/main/webapp/app/stockmng/STOCKMNG04010.html

@@ -80,7 +80,7 @@
80 80
 				                            <label class="col-xs-2 itp_lb">연락처</label>
81 81
 				                            <div class="col-xs-4 itp_ip">
82 82
 				                                <div class="col-xs-8 itp_in">
83
-				                                    <input type="text" id="ITP_FORM_STOCKMNG04010_DETAIL_MGR_TEL_NO" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="" maxlength="20" placeholder="###-####-####">
83
+				                                    <input type="text" id="ITP_FORM_STOCKMNG04010_DETAIL_MGR_TEL_NO" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="" maxlength="13" placeholder="###-####-####">
84 84
 				                                </div>
85 85
 				                            </div>
86 86
 				                            <label class="col-xs-2 itp_lb">담당자명</label>

+ 6 - 1
src/main/webapp/js/app/stockmng/ITP_STOCKMNG04010.js

@@ -711,7 +711,11 @@ let createObj = {
711 711
 			kakaoMap.address('ITP_FORM_STOCKMNG04010_DETAIL');
712 712
 		},
713 713
 		popupStore: function() { // 매장선택 팝업
714
-			
714
+			fn_call_popup('biz', 'BIZPOP_BRAND_STORE', '#ITP_ASIDE', function(result) {
715
+				// alert(JSON.stringify(result));
716
+				$('#ITP_FORM_STOCKMNG04010_DETAIL_STORE_ID').val(result[0].storeId);
717
+				$('#ITP_FORM_STOCKMNG04010_DETAIL_STORE_NM').val(result[0].storeNm);				
718
+			}, null, 'S');
715 719
 		}, 
716 720
 		eraseStore: function() { // 매장선택 삭제
717 721
 			$('#ITP_FORM_STOCKMNG04010_DETAIL_STORE_ID').val('');
@@ -730,6 +734,7 @@ let createObj = {
730 734
 			url: DOMAIN + WHS_MNG_LOCATION_GRID_LIST,
731 735
 			pager: STOCKMNG04010_DETAIL_GRID_PAGER,
732 736
 			multiselect: true,
737
+			rownumbers: false,
733 738
 			loadComplete: function(data) {
734 739
 				itp_fn_grid_load_complete(data, STOCKMNG04010_DETAIL_GRID_ID, true, undefined, 'STOCKMNG04010_DETAIL');
735 740
 			},