浏览代码

기준정보관리-공급업체관리, 단가관리 세부수정

yhl88 2 年之前
父节点
当前提交
2c8311fb4d

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

@@ -59,7 +59,7 @@
59
 								<section class="itp_form_sec">
59
 								<section class="itp_form_sec">
60
 									<div class="itp_form_in border-top">
60
 									<div class="itp_form_in border-top">
61
 										<div class="form-group">
61
 										<div class="form-group">
62
-											<label class="col-xs-2 itp_lb">브랜드 *</label>
62
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
63
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
63
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
64
 											<label class="col-xs-2 itp_lb">상태 *</label>
64
 											<label class="col-xs-2 itp_lb">상태 *</label>
65
 											<div class="4 itp_ip">
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
 		url: DOMAIN + API_POP_GRID_LIST,
170
 		url: DOMAIN + API_POP_GRID_LIST,
171
 		pager: THIS_GIRD_PAGER,
171
 		pager: THIS_GIRD_PAGER,
172
 		multiselect: true,
172
 		multiselect: true,
173
+		multiboxonly: true,
173
 		rownumbers: false,
174
 		rownumbers: false,
174
 		loadComplete: function(data) {
175
 		loadComplete: function(data) {
175
 			console.log(data);
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
 		url: DOMAIN + API_POP_GRID_LIST,
163
 		url: DOMAIN + API_POP_GRID_LIST,
164
 		pager: THIS_GIRD_PAGER,
164
 		pager: THIS_GIRD_PAGER,
165
 		multiselect: true,
165
 		multiselect: true,
166
+		multiboxonly: true,
166
 		rownumbers: false,
167
 		rownumbers: false,
167
 		loadComplete: function(data) {
168
 		loadComplete: function(data) {
168
 			console.log(data);
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
 		url: DOMAIN + API_POP_GRID_LIST,
107
 		url: DOMAIN + API_POP_GRID_LIST,
108
 		pager: THIS_GIRD_PAGER,
108
 		pager: THIS_GIRD_PAGER,
109
 		multiselect: true,
109
 		multiselect: true,
110
+		multiboxonly: true,
110
 		rownumbers: false,
111
 		rownumbers: false,
111
 		loadComplete: function(data) {
112
 		loadComplete: function(data) {
112
 			console.log(data);
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
 		url: DOMAIN + API_POP_GRID_LIST,
109
 		url: DOMAIN + API_POP_GRID_LIST,
110
 		pager: THIS_GIRD_PAGER,
110
 		pager: THIS_GIRD_PAGER,
111
 		multiselect: true,
111
 		multiselect: true,
112
+		multiboxonly: true,
112
 		rownumbers: false,
113
 		rownumbers: false,
113
 		loadComplete: function(data) {
114
 		loadComplete: function(data) {
114
 			console.log(data);
115
 			console.log(data);

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

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