瀏覽代碼

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

yhl88 2 年之前
父節點
當前提交
45e6b255bc

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

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

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

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

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

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