Browse Source

브랜드 검색 팝업 수정

dwkim 2 years ago
parent
commit
14da16a240

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_AFFL_BRAND.html

@@ -14,7 +14,7 @@
14 14
 									<input type="text" name="scmpyCd" id="ITP_FORM_BIZPOP_AFFL_BRAND_CMPY_CD" class="form-control itp_input" placeholder="브랜드그룹코드">
15 15
 								</div>-->
16 16
 								<div class="col-xs-9 itp_ip itp_pr">
17
-									<input type="text" name="afflShopNm" id="ITP_FORM_BIZPOP_AFFL_BRAND_CMPY_NM" class="form-control itp_input" placeholder="브랜드그룹명">
17
+									<input type="text" name="brandNm" id="ITP_FORM_BIZPOP_AFFL_BRAND_NM" class="form-control itp_input" placeholder="브랜드명">
18 18
 								</div>
19 19
 								<!--<div class="col-xs-4 itp_ip itp_noMar">
20 20
 									<select id="ITP_FORM_BIZPOP_AFFL_BRAND_CMPY_TYPE_CD" class="form-control itp_input" name="scmpyTypeCd"></select>

+ 2 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_AFFL_BRAND.js

@@ -91,7 +91,7 @@ function itp_fn_BIZPOP_AFFL_BRAND(parentPopFn, args, returnType) {
91 91
 			{
92 92
 				index: 'AFFL_SHOP_NM', name: 'afflShopNm',
93 93
 				label: '브랜드그룹명', //
94
-				width: '20', fixed: false, align: 'center',
94
+				width: '20', fixed: false, align: 'left',
95 95
 				sortable: false, hidden: false
96 96
 			},
97 97
 			{
@@ -103,7 +103,7 @@ function itp_fn_BIZPOP_AFFL_BRAND(parentPopFn, args, returnType) {
103 103
 			{
104 104
 				index: 'BRAND_NM', name: 'brandNm',
105 105
 				label: '브랜드명', //
106
-				width: '20', fixed: false, align: 'center',
106
+				width: '20', fixed: false, align: 'left',
107 107
 				sortable: false, hidden: false
108 108
 			},
109 109
 			{

+ 1 - 5
src/main/webapp/js/app/stinfo/ITP_STINFO02010.js

@@ -515,18 +515,14 @@ let createObj = {
515 515
 			listObj.grid.search();
516 516
 		},
517 517
 		save: function() {
518
-			//console.log("====================");
519 518
 			const formId = '#ITP_FORM_STINFO02010_DETAIL';
520 519
 			itp_fn_form_clear_validate(null, formId);
521
-			//console.log("1111111111111111");
522
-			//console.log($(formId).serializeObject());
523 520
 			if (itp_fn_form_event.isValid(formId)) {
524
-				//console.log("222222222222222222");
525 521
 				var modalFn = {
526 522
 					callBack: (args) => {
527 523
 						itp_fn_form_event.removeChar('#ITP_FORM_OPER03010_DETAIL');
528 524
 						let param = $(formId).serializeObject();
529
-						//console.log(JSON.stringify(param));
525
+						console.log(JSON.stringify(param));
530 526
 						var searhFn = function () {
531 527
 							ITP_FORM_STINFO02010_DETAIL_IS_WRITING = false;
532 528
 							listObj.grid.search();