Browse Source

발주관리-입고처리 세부조정

yhl88 2 years ago
parent
commit
17ab74d965
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/js/app/pomng/ITP_POMNG06010.js

+ 3 - 3
src/main/webapp/js/app/pomng/ITP_POMNG06010.js

@@ -44,7 +44,7 @@ const gridColModel = {
44
 			index: 'BRAND_NM', name: 'brandNm',
44
 			index: 'BRAND_NM', name: 'brandNm',
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
46
 			width: '10', fixed: false, align: 'left',
46
 			width: '10', fixed: false, align: 'left',
47
-			minwidth: 110,
47
+			minwidth: 130,
48
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
48
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
49
 		},
49
 		},
50
 		{
50
 		{
@@ -71,7 +71,7 @@ const gridColModel = {
71
 			index: 'ITEM_NM', name: 'itemNm',
71
 			index: 'ITEM_NM', name: 'itemNm',
72
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
72
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
73
 			width: '10', fixed: false, align: 'left',
73
 			width: '10', fixed: false, align: 'left',
74
-			minwidth: 120,
74
+			minwidth: 130,
75
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
75
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
76
 		},
76
 		},
77
 		{
77
 		{
@@ -128,7 +128,7 @@ const gridColModel = {
128
 			index: 'WHS_NM', name: 'whsNm',
128
 			index: 'WHS_NM', name: 'whsNm',
129
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
129
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
130
 			width: '15', fixed: false, align: 'left',
130
 			width: '15', fixed: false, align: 'left',
131
-			minwidth: 200,
131
+			minwidth: 170,
132
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
132
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
133
 		},
133
 		},
134
 		{
134
 		{