소스 검색

납품서현황, 구매요청 그리드 미세조정-1

yhl88 2 년 전
부모
커밋
45e6b255bc

+ 2 - 6
src/main/webapp/js/app/pomng/ITP_POMNG02010.js

@@ -62,7 +62,7 @@ const gridColModel = {
62 62
 		{
63 63
 			index: 'BRAND_NM', name: 'brandNm',
64 64
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
65
-			width: '10', fixed: false, align: 'left',
65
+			width: '13', fixed: false, align: 'left',
66 66
 			minwidth: 120,
67 67
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
68 68
 		},
@@ -75,8 +75,7 @@ const gridColModel = {
75 75
 		{
76 76
 			index: 'REQ_TYPE_NM', name: 'reqTypeNm',
77 77
 			label: ITP_MSG_LOCALE.label.reqTypeNm, //요청구분
78
-			width: '13', fixed: false, align: 'center',
79
-			minwidth: 40,
78
+			width: '10', fixed: false, align: 'center',
80 79
 			sortable: false, hidden: false
81 80
 		},
82 81
 		{
@@ -807,9 +806,6 @@ let modifyObj = {
807 806
 				alert("납품요청일은 오늘 이후이어야 합니다.");
808 807
 				return;
809 808
 			}	
810
-				
811
-			
812
-			
813 809
 			//console.log(loanDvsn);
814 810
 			var pchActAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG02010_DETAIL .fnPchActAmt').text(),"","");
815 811
 			var pchReqAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG02010_DETAIL .fnPchReqTotalAmt').text(),"","");

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -133,7 +133,7 @@ const gridColModel = {
133 133
 			index: 'LOCATION_NM', name: 'locationNm',
134 134
 			label: ITP_MSG_LOCALE.label.locationNm, //창고상세명
135 135
 			width: '10', fixed: false, align: 'center',
136
-			sortable: false, hidden: true
136
+			sortable: false, hidden: true, classes: 'ui-ellipsis'
137 137
 		},
138 138
 		{
139 139
 			index: 'ITEM_ID', name: 'itemId',

+ 1 - 2
src/main/webapp/js/app/pomng/ITP_POMNG07010.js

@@ -129,7 +129,7 @@ const gridColModel = {
129 129
 			label: ITP_MSG_LOCALE.label.itemNm, 			// 품목명
130 130
 			width: '8', fixed: false, align: 'left',
131 131
 			minwidth: 100,
132
-			sortable: false, hidden: false
132
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
133 133
 		},
134 134
 		{
135 135
 			index: 'UNIT', name: 'unit',
@@ -190,7 +190,6 @@ let pageObj = {
190 190
 		grid: function() {
191 191
 			itp_fn_jqgrid_resize(POMNG07010_GRID_ID, POMNG07010_GRID_LIST, 'lg');
192 192
 			listObj.empty.init();
193
-			
194 193
 		},
195 194
 		ready: function() {
196 195
 			listObj.init();

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

@@ -326,7 +326,7 @@ let listObj = {
326 326
 
327 327
 /*수정화면 Object*/
328 328
 let modifyObj = {
329
-	init: function () {
329
+		init: function () {
330 330
 	},
331 331
 	button: {
332 332
 		modify: function (param) {