Browse Source

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

dwkim 2 years ago
parent
commit
c9c6f962cb

+ 1 - 1
src/main/webapp/app/pomng/POMNG01010.html

@@ -92,7 +92,7 @@
92
 									<div class="itp_form_in">
92
 									<div class="itp_form_in">
93
 										<div class="form-group">
93
 										<div class="form-group">
94
 											<label class="col-xs-2 itp_lb">비고</label>
94
 											<label class="col-xs-2 itp_lb">비고</label>
95
-											<div class="col-xs-10 itp_ip">
95
+											<div class="col-xs-10 itp_ip" style="padding-top: 0px;">
96
 												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_NOTE" class="form-control itp_input" name="note" value="" maxlength="300"/>
96
 												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_NOTE" class="form-control itp_input" name="note" value="" maxlength="300"/>
97
 											</div>
97
 											</div>
98
 										</div>
98
 										</div>

+ 4 - 4
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -55,20 +55,20 @@ const gridColModel = {
55
 		{
55
 		{
56
 			index: 'UNIT', name: 'unit',
56
 			index: 'UNIT', name: 'unit',
57
 			label: ITP_MSG_LOCALE.label.unit,
57
 			label: ITP_MSG_LOCALE.label.unit,
58
-			width: '10', fixed: false, align: 'center',
58
+			width: '7', fixed: false, align: 'center',
59
 			sortable: false, editable: false, edittype: 'text'
59
 			sortable: false, editable: false, edittype: 'text'
60
 		},
60
 		},
61
 		{
61
 		{
62
 			index: 'UNIT_AMT', name: 'unitAmt',
62
 			index: 'UNIT_AMT', name: 'unitAmt',
63
 			label: ITP_MSG_LOCALE.label.unitAmt,
63
 			label: ITP_MSG_LOCALE.label.unitAmt,
64
-			width: '6', fixed: false, align: 'right',
64
+			width: '11', fixed: false, align: 'right',
65
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
65
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
66
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
66
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
67
 		},
67
 		},
68
 		{
68
 		{
69
 			index: 'PCH_REQ_QTY', name: 'pchReqQty',
69
 			index: 'PCH_REQ_QTY', name: 'pchReqQty',
70
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
70
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
71
-			width: '14', fixed: false, align: 'right',
71
+			width: '11', fixed: false, align: 'right',
72
 			sortable: false, editable: true, edittype: 'text',
72
 			sortable: false, editable: true, edittype: 'text',
73
 			classes: 'input_color',
73
 			classes: 'input_color',
74
 			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}, 
74
 			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}, 
@@ -77,7 +77,7 @@ const gridColModel = {
77
 		{
77
 		{
78
 			index: 'PCH_REQ_AMT', name: 'pchReqAmt',
78
 			index: 'PCH_REQ_AMT', name: 'pchReqAmt',
79
 			label: ITP_MSG_LOCALE.label.pchReqAmt,
79
 			label: ITP_MSG_LOCALE.label.pchReqAmt,
80
-			width: '14', fixed: false, align: 'right',
80
+			width: '11', fixed: false, align: 'right',
81
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
81
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
82
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
82
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
83
 		},
83
 		},

+ 6 - 6
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_ITEM.js

@@ -97,25 +97,25 @@ function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
97
 			{
97
 			{
98
 				index: 'ITEM_NM', name: 'itemNm',
98
 				index: 'ITEM_NM', name: 'itemNm',
99
 				label: '품목명', //
99
 				label: '품목명', //
100
-				width: '9', fixed: false, align: 'left',
100
+				width: '8', fixed: false, align: 'left',
101
 				sortable: false, hidden: false, classes: 'ui-ellipsis'
101
 				sortable: false, hidden: false, classes: 'ui-ellipsis'
102
 			},
102
 			},
103
 			{
103
 			{
104
 				index: 'UNIT', name: 'unit',
104
 				index: 'UNIT', name: 'unit',
105
 				label: '단위', //
105
 				label: '단위', //
106
-				width: '6', fixed: false, align: 'center',
106
+				width: '4', fixed: false, align: 'center',
107
 				sortable: false, hidden: false
107
 				sortable: false, hidden: false
108
 			},
108
 			},
109
 			{
109
 			{
110
 				index: 'UNIT_AMT', name: 'unitAmt',
110
 				index: 'UNIT_AMT', name: 'unitAmt',
111
 				label: '단가', //
111
 				label: '단가', //
112
-				width: '6', fixed: false, align: 'right',
112
+				width: '10', fixed: false, align: 'right',
113
 				sortable: false, hidden: false,
113
 				sortable: false, hidden: false,
114
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
114
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
115
 			},
115
 			},
116
 			{
116
 			{
117
 				index: 'PODR_PSSBL_DVSN_NM', name: 'podrPssblDvsnNm',
117
 				index: 'PODR_PSSBL_DVSN_NM', name: 'podrPssblDvsnNm',
118
-				label: '발주가능여부', //
118
+				label: '발주여부', //
119
 				width: '6', fixed: false, align: 'center',
119
 				width: '6', fixed: false, align: 'center',
120
 				sortable: false, hidden: false
120
 				sortable: false, hidden: false
121
 			},
121
 			},
@@ -159,8 +159,8 @@ function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
159
 			{
159
 			{
160
 				index: 'SPPLY_NM', name: 'spplyNm',
160
 				index: 'SPPLY_NM', name: 'spplyNm',
161
 				label: '공급업체명', //
161
 				label: '공급업체명', //
162
-				width: '10', fixed: false, align: 'left',
163
-				sortable: false, hidden: false
162
+				width: '8', fixed: false, align: 'left',
163
+				sortable: false, hidden: false, classes: 'ui-ellipsis'
164
 			}
164
 			}
165
 		],
165
 		],
166
 		loadBeforeSend: function(jqXHR) {
166
 		loadBeforeSend: function(jqXHR) {

+ 4 - 4
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_STOCK_HIST.js

@@ -73,14 +73,14 @@ function itp_fn_BIZPOP_PO_STOCK_HIST(parentPopFn, args, returnType) {
73
 		colModel: [
73
 		colModel: [
74
 			{
74
 			{
75
 				index: 'INOUT_NM', name: 'inoutNm',
75
 				index: 'INOUT_NM', name: 'inoutNm',
76
-				label: '입출고구분', // 
77
-				width: '10', fixed: false, align: 'center',
76
+				label: '입출고', // 
77
+				width: '6', fixed: false, align: 'center',
78
 				sortable: false, hidden: false
78
 				sortable: false, hidden: false
79
 			},
79
 			},
80
 			{
80
 			{
81
 				index: 'SYS_REG_DTTM', name: 'sysRegDttm',
81
 				index: 'SYS_REG_DTTM', name: 'sysRegDttm',
82
 				label: '발생일자', //
82
 				label: '발생일자', //
83
-				width: '12', fixed: false, align: 'center',
83
+				width: '10', fixed: false, align: 'center',
84
 				sortable: false, hidden: false
84
 				sortable: false, hidden: false
85
 			},
85
 			},
86
 			{
86
 			{
@@ -99,7 +99,7 @@ function itp_fn_BIZPOP_PO_STOCK_HIST(parentPopFn, args, returnType) {
99
 			{
99
 			{
100
 				index: 'RELATION_NO', name: 'relationNo',
100
 				index: 'RELATION_NO', name: 'relationNo',
101
 				label: '관련번호', //
101
 				label: '관련번호', //
102
-				width: '10', fixed: false, align: 'center',
102
+				width: '16', fixed: false, align: 'center',
103
 				sortable: false, hidden: false
103
 				sortable: false, hidden: false
104
 			}
104
 			}
105
 		],
105
 		],

+ 7 - 7
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_WHS_LOCATION.js

@@ -84,8 +84,8 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
84
 			{
84
 			{
85
 				index: 'BRAND_NM', name: 'brandNm',
85
 				index: 'BRAND_NM', name: 'brandNm',
86
 				label: '브랜드명', //
86
 				label: '브랜드명', //
87
-				width: '12', fixed: false, align: 'left',
88
-				sortable: false, hidden: false
87
+				width: '14', fixed: false, align: 'left',
88
+				sortable: false, hidden: false, classes: 'ui-ellipsis'
89
 			},
89
 			},
90
 			{
90
 			{
91
 				index: 'WHS_ID', name: 'whsId',
91
 				index: 'WHS_ID', name: 'whsId',
@@ -96,8 +96,8 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
96
 			{
96
 			{
97
 				index: 'WHS_NM', name: 'whsNm',
97
 				index: 'WHS_NM', name: 'whsNm',
98
 				label: '창고명', //
98
 				label: '창고명', //
99
-				width: '6', fixed: false, align: 'right',
100
-				sortable: false, hidden: false
99
+				width: '12', fixed: false, align: 'right',
100
+				sortable: false, hidden: false, classes: 'ui-ellipsis'
101
 			},
101
 			},
102
 			{
102
 			{
103
 				index: 'LOCATION', name: 'location',
103
 				index: 'LOCATION', name: 'location',
@@ -108,7 +108,7 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
108
 			{
108
 			{
109
 				index: 'LOCATION_NM', name: 'locationNm',
109
 				index: 'LOCATION_NM', name: 'locationNm',
110
 				label: '로케이션명', //
110
 				label: '로케이션명', //
111
-				width: '6', fixed: false, align: 'center',
111
+				width: '5', fixed: false, align: 'center',
112
 				sortable: false, hidden: false
112
 				sortable: false, hidden: false
113
 			},
113
 			},
114
 			{
114
 			{
@@ -119,8 +119,8 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
119
 			},
119
 			},
120
 			{
120
 			{
121
 				index: 'STCK_DVSN_NM', name: 'stckDvsnNm',
121
 				index: 'STCK_DVSN_NM', name: 'stckDvsnNm',
122
-				label: '창고구분명', //
123
-				width: '10', fixed: false, align: 'center',
122
+				label: '창고상태', //
123
+				width: '4', fixed: false, align: 'center',
124
 				sortable: false, hidden: false
124
 				sortable: false, hidden: false
125
 			}
125
 			}
126
 		],
126
 		],

+ 3 - 3
src/main/webapp/mobile/app/mpomng/MPOMNG05010.html

@@ -76,7 +76,7 @@
76
 			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-5">
76
 			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-5">
77
 				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
77
 				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
78
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: none;">
78
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: none;">
79
-					<li class="history_list4 item-row">
79
+					<li class="history_list13 item-row">
80
 						<div class="left">
80
 						<div class="left">
81
 							<div class="nomal">
81
 							<div class="nomal">
82
 								<label>납품번호 </label>
82
 								<label>납품번호 </label>
@@ -88,7 +88,7 @@
88
 							<div class="nomal">
88
 							<div class="nomal">
89
 								<label class="">발주생성일</label>
89
 								<label class="">발주생성일</label>
90
 								<span>:</span>
90
 								<span>:</span>
91
-								<div class="fnPodrReqDt"></div>
91
+								<div class="fnPodrRegDt"></div>
92
 								<label class="">납품요청일</label>
92
 								<label class="">납품요청일</label>
93
 								<span>:</span>
93
 								<span>:</span>
94
 								<div class="fnDlvReqDt"></div>
94
 								<div class="fnDlvReqDt"></div>
@@ -101,7 +101,7 @@
101
 								<div class="fnDlvSchDt"></div>
101
 								<div class="fnDlvSchDt"></div>
102
 								<label class="">완료일자</label>
102
 								<label class="">완료일자</label>
103
 								<span>:</span>
103
 								<span>:</span>
104
-								<div class="fnCmltDt"></div>
104
+								<div class="fnDlvCmltDt"></div>
105
 							</div>
105
 							</div>
106
 						</div>
106
 						</div>
107
 						<div class="left">
107
 						<div class="left">

+ 1 - 0
src/main/webapp/mobile/css/style.css

@@ -501,6 +501,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
501
 .scroll_area li.history_list9 {height: 170px;}
501
 .scroll_area li.history_list9 {height: 170px;}
502
 .scroll_area li.history_list11 {height: 230px; padding-top:5px;}
502
 .scroll_area li.history_list11 {height: 230px; padding-top:5px;}
503
 .scroll_area li.history_list12 {height: 170px; padding-top:4px;}
503
 .scroll_area li.history_list12 {height: 170px; padding-top:4px;}
504
+.scroll_area li.history_list13 {height: 200px; padding-top:4px;}
504
 
505
 
505
 .scroll_area li .history_info {width: auto;}
506
 .scroll_area li .history_info {width: auto;}
506
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}
507
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}