Bladeren bron

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

isna 2 jaren geleden
bovenliggende
commit
5132dad7e9

+ 1 - 1
src/main/webapp/app/stinfo/STINFO03010.html

@@ -59,7 +59,7 @@
59 59
 								<section class="itp_form_sec">
60 60
 									<div class="itp_form_in border-top">
61 61
 										<div class="form-group">
62
-											<label class="col-xs-2 itp_lb">브랜드 *</label>
62
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
63 63
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
64 64
 											<label class="col-xs-2 itp_lb">상태 *</label>
65 65
 											<div class="4 itp_ip">

+ 1 - 0
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_ITEM.js

@@ -170,6 +170,7 @@ function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
170 170
 		url: DOMAIN + API_POP_GRID_LIST,
171 171
 		pager: THIS_GIRD_PAGER,
172 172
 		multiselect: true,
173
+		multiboxonly: true,
173 174
 		rownumbers: false,
174 175
 		loadComplete: function(data) {
175 176
 			console.log(data);

+ 1 - 0
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_NEW_ITEM.js

@@ -163,6 +163,7 @@ function itp_fn_BIZPOP_NEW_ITEM(parentPopFn, args, returnType) {
163 163
 		url: DOMAIN + API_POP_GRID_LIST,
164 164
 		pager: THIS_GIRD_PAGER,
165 165
 		multiselect: true,
166
+		multiboxonly: true,
166 167
 		rownumbers: false,
167 168
 		loadComplete: function(data) {
168 169
 			console.log(data);

+ 1 - 0
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_STORE_ITEM.js

@@ -107,6 +107,7 @@ function itp_fn_BIZPOP_STORE_ITEM(parentPopFn, args, returnType) {
107 107
 		url: DOMAIN + API_POP_GRID_LIST,
108 108
 		pager: THIS_GIRD_PAGER,
109 109
 		multiselect: true,
110
+		multiboxonly: true,
110 111
 		rownumbers: false,
111 112
 		loadComplete: function(data) {
112 113
 			console.log(data);

+ 1 - 0
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_STORE_SPPLY.js

@@ -109,6 +109,7 @@ function itp_fn_BIZPOP_STORE_SPPLY(parentPopFn, args, returnType) {
109 109
 		url: DOMAIN + API_POP_GRID_LIST,
110 110
 		pager: THIS_GIRD_PAGER,
111 111
 		multiselect: true,
112
+		multiboxonly: true,
112 113
 		rownumbers: false,
113 114
 		loadComplete: function(data) {
114 115
 			console.log(data);

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO03010.js

@@ -75,7 +75,7 @@ const gridColModel = {
75 75
 		{
76 76
 			index: 'BRAND_NM', name: 'brandNm',
77 77
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
78
-			width: '10', fixed: false, align: 'center',
78
+			width: '10', fixed: false, align: 'left',
79 79
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
80 80
 		},
81 81
 		{