Browse Source

공지사항 조회 브랜드 매장 테스트-1

yhl88 2 years ago
parent
commit
f0771d26d2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/webapp/js/app/oper/ITP_OPER02010.js

+ 3 - 1
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -188,13 +188,15 @@ let pageObj = {
188 188
 		},
189 189
 		afflInfo: {
190 190
 			init: function() {
191
-				this.authTpCd 		= fn_make_user_info.get('authTpCd');
191
+				this.authTpCd = fn_make_user_info.get('authTpCd');
192 192
 				if(this.authTpCd === '30' || this.authTpCd === '40' || this.authTpCd === '50') {
193 193
 					this.afflShopId 	= fn_make_user_info.get('afflShopId');
194 194
 					this.afflShopNm 	= fn_make_user_info.get('afflShopNm');
195 195
 					this.brandId 		= fn_make_user_info.get('brandId');
196 196
 					this.brandNm 		= fn_make_user_info.get('brandNm');
197 197
 					this.setAffl();
198
+					$('#ITP_FORM_OPER02010_SEARCH_AFFL_SHOP_BTN').attr('disabled', true);
199
+					$('#ITP_FORM_OPER02010_DELETE_AFFL_SHOP_BTN').attr('disabled', true);
198 200
 				}
199 201
 			},
200 202
 			setAffl: function() {