|
@@ -62,13 +62,13 @@ const gridColModel = {
|
62
|
62
|
index: 'BRAND_NM', name: 'brandNm',
|
63
|
63
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드
|
64
|
64
|
width: '13', fixed: false, align: 'left',
|
65
|
|
- sortable: false, hidden: false
|
|
65
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
66
|
66
|
},
|
67
|
67
|
{
|
68
|
68
|
index: 'STORE_NM', name: 'storeNm',
|
69
|
69
|
label: "매장명",
|
70
|
70
|
width: '13', fixed: false, align: 'left',
|
71
|
|
- sortable: false, hidden: false
|
|
71
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
72
|
72
|
},
|
73
|
73
|
{
|
74
|
74
|
index: 'WHS_ID', name: 'whsId',
|
|
@@ -80,7 +80,7 @@ const gridColModel = {
|
80
|
80
|
index: 'WHS_NM', name: 'whsNm',
|
81
|
81
|
label: "창고명",
|
82
|
82
|
width: '13', fixed: false, align: 'left',
|
83
|
|
- sortable: false, hidden: false
|
|
83
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
84
|
84
|
},
|
85
|
85
|
{
|
86
|
86
|
index: 'WHS_ST_NM', name: 'whsStNm',
|
|
@@ -111,27 +111,27 @@ const gridColModel = {
|
111
|
111
|
{
|
112
|
112
|
index: 'LOCATION', name: 'location',
|
113
|
113
|
label: "로케이션",
|
114
|
|
- width: '10', fixed: false, align: 'left',
|
|
114
|
+ width: '7', fixed: false, align: 'left',
|
115
|
115
|
sortable: false, editable: false, edittype: 'text',
|
116
|
116
|
editrules: {required: true}
|
117
|
117
|
},
|
118
|
118
|
{
|
119
|
119
|
index: 'LOCATION_NM', name: 'locationNm',
|
120
|
120
|
label: "로케이션명",
|
121
|
|
- width: '12', fixed: false, align: 'left',
|
|
121
|
+ width: '25', fixed: false, align: 'left',
|
122
|
122
|
sortable: true, editable: false, edittype: 'text',
|
123
|
|
- editrules: {required: true}
|
|
123
|
+ editrules: {required: true}, classes: 'ui-ellipsis'
|
124
|
124
|
},
|
125
|
125
|
{
|
126
|
126
|
index: 'STCK_DVSN_NM', name: 'stckDvsnNm',
|
127
|
127
|
label: "관리등록",
|
128
|
|
- width: '10', fixed: false, align: 'center',
|
|
128
|
+ width: '6', fixed: false, align: 'center',
|
129
|
129
|
sortable: false, editable: false, edittype: 'text'
|
130
|
130
|
},
|
131
|
131
|
{
|
132
|
132
|
index: 'LOC_ST_NM', name: 'locStNm',
|
133
|
133
|
label: "상태",
|
134
|
|
- width: '10', fixed: false, align: 'center',
|
|
134
|
+ width: '6', fixed: false, align: 'center',
|
135
|
135
|
sortable: false, editable: false, edittype: 'text'
|
136
|
136
|
}
|
137
|
137
|
],
|
|
@@ -145,22 +145,23 @@ const gridColModel = {
|
145
|
145
|
{
|
146
|
146
|
index: 'LOCATION', name: 'location',
|
147
|
147
|
label: "로케이션",
|
148
|
|
- width: '10', fixed: false, align: 'left',
|
|
148
|
+ width: '7', fixed: false, align: 'left',
|
149
|
149
|
sortable: false, editable: true, edittype: 'text',
|
150
|
150
|
editrules: {required: false}
|
151
|
151
|
},
|
152
|
152
|
{
|
153
|
153
|
index: 'LOCATION_NM', name: 'locationNm',
|
154
|
154
|
label: "로케이션명",
|
155
|
|
- width: '12', fixed: false, align: 'left',
|
|
155
|
+ width: '25', fixed: false, align: 'left',
|
156
|
156
|
classes: 'input_color',
|
157
|
157
|
sortable: false, editable: true, edittype: 'text',
|
158
|
|
- editrules: {required: true}
|
|
158
|
+ editrules: {required: true}, classes: 'ui-ellipsis',
|
|
159
|
+ editoptions: {maxlength: 50}
|
159
|
160
|
},
|
160
|
161
|
{
|
161
|
162
|
index: 'STCK_DVSN', name: 'stckDvsn',
|
162
|
163
|
label: "관리등록",
|
163
|
|
- width: '10', fixed: false, align: 'center',
|
|
164
|
+ width: '6', fixed: false, align: 'center',
|
164
|
165
|
sortable: false, editable: true, formatter: 'select', edittype: 'select',
|
165
|
166
|
editoptions: {value: ITP_COMMON_CD_STCK_DVSN},
|
166
|
167
|
classes: 'input_color',
|
|
@@ -169,7 +170,7 @@ const gridColModel = {
|
169
|
170
|
{
|
170
|
171
|
index: 'LOC_ST_CD', name: 'locStCd',
|
171
|
172
|
label: "상태",
|
172
|
|
- width: '10', fixed: false, align: 'center',
|
|
173
|
+ width: '6', fixed: false, align: 'center',
|
173
|
174
|
sortable: false, editable: true, formatter: 'select', edittype: 'select',
|
174
|
175
|
editoptions: {value: ITP_COMMON_CD_LOC_ST_CD},
|
175
|
176
|
classes: 'input_color',
|
|
@@ -607,6 +608,7 @@ let modifyObj = {
|
607
|
608
|
url: DOMAIN + WHS_MNG_LOCATION_GRID_LIST,
|
608
|
609
|
pager: STOCKMNG04010_DETAIL_GRID_PAGER,
|
609
|
610
|
multiselect: true,
|
|
611
|
+ rownumbers: false,
|
610
|
612
|
onCellSelect: function(rowId, cellIdx, cellValue) {
|
611
|
613
|
STOCKMNG04010_DETAIL_GRID_LAST_ROW_ID = itp_fn_set_data_editable(rowId, cellIdx, STOCKMNG04010_DETAIL_GRID_LAST_ROW_ID, STOCKMNG04010_DETAIL_GRID_ID, ['location']);
|
612
|
614
|
},
|