瀏覽代碼

출하수거관리-출하지시 세부수정

yhl88 2 年之前
父節點
當前提交
01e1091241
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

+ 5 - 0
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -197,6 +197,7 @@ const gridColModel = {
197
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
197
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
198
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
198
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
199
 			width: '10', fixed: false, align: 'center',
199
 			width: '10', fixed: false, align: 'center',
200
+			minwidth: 140,
200
 			sortable: false, hidden: false
201
 			sortable: false, hidden: false
201
 		},
202
 		},
202
 		{
203
 		{
@@ -209,12 +210,14 @@ const gridColModel = {
209
 			index: 'ITEM_ID', name: 'itemId',
210
 			index: 'ITEM_ID', name: 'itemId',
210
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
211
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
211
 			width: '10', fixed: false, align: 'center',
212
 			width: '10', fixed: false, align: 'center',
213
+			minwidth: 140,
212
 			sortable: false, hidden: false
214
 			sortable: false, hidden: false
213
 		},
215
 		},
214
 		{
216
 		{
215
 			index: 'ITEM_NM', name: 'itemNm',
217
 			index: 'ITEM_NM', name: 'itemNm',
216
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
218
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
217
 			width: '10', fixed: false, align: 'left',
219
 			width: '10', fixed: false, align: 'left',
220
+			minwidth: 100,
218
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
221
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
219
 		},
222
 		},
220
 		{
223
 		{
@@ -227,6 +230,7 @@ const gridColModel = {
227
 			index: 'WHS_NM', name: 'whsNm',
230
 			index: 'WHS_NM', name: 'whsNm',
228
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
231
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
229
 			width: '15', fixed: false, align: 'left',
232
 			width: '15', fixed: false, align: 'left',
233
+			minwidth: 220,
230
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
234
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
231
 		},
235
 		},
232
 		{
236
 		{
@@ -239,6 +243,7 @@ const gridColModel = {
239
 			index: 'UNIT_AMT', name: 'unitAmt',
243
 			index: 'UNIT_AMT', name: 'unitAmt',
240
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
244
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
241
 			width: '6', fixed: false, align: 'right',
245
 			width: '6', fixed: false, align: 'right',
246
+			minwidth: 80,
242
 			sortable: false, hidden: false,
247
 			sortable: false, hidden: false,
243
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
248
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
244
 		},
249
 		},