Bladeren bron

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

juney 2 jaren geleden
bovenliggende
commit
c01325273b

+ 3 - 3
src/main/webapp/app/stinfo/STINFO04010.html

@@ -332,11 +332,11 @@
332 332
 									</div>
333 333
 									<div class="itp_form_in">
334 334
 										<div class="form-group">
335
-											<label class="col-xs-2 itp_lb">반품능여부</label>
335
+											<label class="col-xs-2 itp_lb">반품능여부</label>
336 336
 											<div class="col-xs-4 itp_ip">
337 337
 												<div class="col-xs-6 itp_in">
338 338
 													<select id="ITP_FORM_STINFO04010_DETAIL_RTN_PSSBL_YN" class="form-control itp_input" name="rtnPssblYn">
339
-														<option value="">반품능여부</option>
339
+														<option value="">반품능여부</option>
340 340
 														<option value="Y">Y</option>
341 341
 														<option value="N">N</option>
342 342
 													</select>
@@ -490,7 +490,7 @@
490 490
 									</div>
491 491
 									<div class="itp_form_in">
492 492
 										<div class="form-group">
493
-											<label class="col-xs-2 itp_lb">반품능여부</label>
493
+											<label class="col-xs-2 itp_lb">반품능여부</label>
494 494
 											<div class="col-xs-5 itp_ip fnRtnPssblYn"></div>
495 495
 											<label class="col-xs-2 itp_lb">반품구분</label>
496 496
 											<div class="col-xs-5 itp_ip fnRtnDvsnNm"></div>

+ 1 - 1
src/main/webapp/app/vsettmng/VSETTMNG01010.html

@@ -71,7 +71,7 @@
71 71
 											<div class="col-xs-4 itp_ip fnSpplyNm"></div>
72 72
 										</div>
73 73
 										<div class="form-group">
74
-											<label class="col-xs-2 itp_lb">정산요청일자</label>
74
+											<label class="col-xs-2 itp_lb">정산요청일자 *</label>
75 75
 											<div class="col-xs-4 itp_ip">
76 76
 												<div class="col-xs-5 itp_in">
77 77
 													<div class="input-group date">

+ 4 - 0
src/main/webapp/js/app/collmng/ITP_COLLMNG02010.js

@@ -212,6 +212,7 @@ let pageObj = {
212 212
 		init: function () {
213 213
 			this.view();
214 214
 			this.grid();
215
+			this.form();
215 216
 			this.ready();
216 217
 		},
217 218
 		view: function() {
@@ -237,6 +238,9 @@ let pageObj = {
237 238
 			//itp_fn_jqgrid_resize(COLLMNG02010_GRID_ID, COLLMNG02010_GRID_LIST, 'lg');
238 239
 			itp_fn_fire_window_resize();
239 240
 		},
241
+		form: function() {
242
+			itp_fn_form_event.onKeyup('#ITP_FORM_COLLMNG02010_DETAIL');
243
+		},
240 244
 		ready: function() {
241 245
 			listObj.init();
242 246
 		}

+ 5 - 7
src/main/webapp/js/app/collmng/ITP_COLLMNG03010.js

@@ -49,8 +49,7 @@ const gridColModel = {
49 49
 		{
50 50
 			index: 'PICK_ST_NM', name: 'pickStNm',
51 51
 			label: ITP_MSG_LOCALE.label.pickStNm,			// 수거서상태
52
-			width: '6', fixed: false, align: 'center',
53
-			minwidth: 100,
52
+			width: '10', fixed: false, align: 'center',
54 53
 			sortable: false, hidden: false
55 54
 		},
56 55
 		{
@@ -104,20 +103,20 @@ const gridColModel = {
104 103
 		{
105 104
 			index: 'UNIT_AMT', name: 'unitAmt',
106 105
 			label: ITP_MSG_LOCALE.label.unitAmt,			// 단가
107
-			width: '6', fixed: false, align: 'right',
106
+			width: '14', fixed: false, align: 'right',
108 107
 			sortable: false, hidden: false,
109 108
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
110 109
 		},
111 110
 		{
112 111
 			index: 'COL_REQ_AMT', name: 'colReqAmt',
113 112
 			label: ITP_MSG_LOCALE.label.colReqAmt,			// 수거금액
114
-			width: '8', fixed: false, align: 'right',
113
+			width: '14', fixed: false, align: 'right',
115 114
 			sortable: false, hidden: false,
116 115
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
117 116
 		},
118 117
 		{
119 118
 			index: 'WHS_NM', name: 'whsNm',
120
-			label: ITP_MSG_LOCALE.label.whsNm,				// 납품장소
119
+			label: '납품장소',									// 납품장소
121 120
 			width: '10', fixed: false, align: 'left',
122 121
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
123 122
 		},
@@ -130,8 +129,7 @@ const gridColModel = {
130 129
 		{
131 130
 			index: 'PICK_MGR_TEL_NO', name: 'pickMgrTelNo',
132 131
 			label: ITP_MSG_LOCALE.label.pickMgrTelNo,		// 수거담당자연락처
133
-			width: '9', fixed: false, align: 'center',
134
-			minwidth: 160,
132
+			width: '15', fixed: false, align: 'center',
135 133
 			sortable: false, hidden: false
136 134
 		}
137 135
 	],

+ 2 - 1
src/main/webapp/js/app/locales/locale-ko.js

@@ -280,7 +280,8 @@ const ITP_MSG_LOCALE = (function() {
280 280
 			"trscAfBal": "거래 후 잔액",
281 281
 			"authTpNm": "권한",
282 282
 			"rtnRsn": "반품사유",
283
-			"reqTypeNm":"요청구분"
283
+			"reqTypeNm":"요청구분",
284
+			"dlvAmt":"납품금액",
284 285
 		},
285 286
 		"table": {
286 287
 			"brandId": "브랜드ID",

+ 3 - 3
src/main/webapp/js/app/ordmng/ITP_ORDMNG02010.js

@@ -326,7 +326,7 @@ let listObj = {
326 326
 	popup: function() {
327 327
 		var popFn = this.callback.create;
328 328
 		
329
-		const key = {brandId:fn_make_user_info.get('brandId'),storeId:fn_make_user_info.get('storeId'),whsDvsn: ''};
329
+		const key = {brandId:fn_make_user_info.get('brandId'),storeId:fn_make_user_info.get('storeId'),whsDvsn: 'W01'};
330 330
 		fn_call_popup('biz', 'BIZPOP_WHS_LOCATION', '#ITP_ASIDE', popFn, key, 'S');
331 331
 	},
332 332
 	callback: {
@@ -477,7 +477,7 @@ let modifyObj = {
477 477
     		}
478 478
     		let podrQty = selRowData.podrQty;
479 479
     		if(Number(value) > Number(podrQty) || value == null || value == '') {
480
-				return [false, '발주수량 이하 값 입력'];
480
+				return [false, '발주수량보다 출하수량이 많습니다.'];
481 481
 			} else if (Number(value) < 0) {
482 482
 				return [false, '음수 입력 불가'];
483 483
 			} else {
@@ -597,7 +597,7 @@ let modifyObj = {
597 597
 						width: '10', fixed: false, align: 'center',
598 598
 						classes: 'input_color',
599 599
 						sortable: false, hidden: false, edittype: 'text',
600
-						editable: true
600
+						editable: true, editoptions: {maxlength: 200}
601 601
 					},
602 602
 					{
603 603
 						index: 'PODR_AMT', name: 'podrAmt',

+ 19 - 10
src/main/webapp/js/app/ordmng/ITP_ORDMNG03010.js

@@ -93,6 +93,21 @@ const gridColModel = {
93 93
 			sortable: false, hidden: false,				//정렬가능 여부,화면표시 여부
94 94
 			classes: 'ui-ellipsis'
95 95
 		},
96
+		{
97
+			index: 'UNIT', name: 'unit',				//서버로 전송시 데이터 명 , 데이터명
98
+			label: ITP_MSG_LOCALE.label.unit, 			//단위
99
+			minwidth: 80,
100
+			width: '6', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
101
+			sortable: false, hidden: false				//정렬가능 여부,화면표시 여부
102
+		},
103
+		{
104
+			index: 'PCH_ITEM_YN', name: 'unitAmt',		//서버로 전송시 데이터 명 , 데이터명
105
+			label: ITP_MSG_LOCALE.label.unitAmt, 		//납품단가
106
+			minwidth: 80,
107
+			width: '6', fixed: false, align: 'right ',	// cell가로넓이,고정 여부 ,text정렬 
108
+			sortable: false, hidden: false,				//정렬가능 여부,화면표시 여부
109
+			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
110
+		},
96 111
 		{
97 112
 			index: 'PODR_QTY', name: 'podrQty',			//서버로 전송시 데이터 명 , 데이터명
98 113
 			label: ITP_MSG_LOCALE.label.podrQty, 		//수주수량
@@ -108,15 +123,8 @@ const gridColModel = {
108 123
 			sortable: false, hidden: false				//정렬가능 여부,화면표시 여부
109 124
 		},
110 125
 		{
111
-			index: 'UNIT', name: 'unit',				//서버로 전송시 데이터 명 , 데이터명
112
-			label: ITP_MSG_LOCALE.label.unit, 			//단위
113
-			minwidth: 80,
114
-			width: '6', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
115
-			sortable: false, hidden: false				//정렬가능 여부,화면표시 여부
116
-		},
117
-		{
118
-			index: 'PCH_ITEM_YN', name: 'unitAmt',		//서버로 전송시 데이터 명 , 데이터명
119
-			label: ITP_MSG_LOCALE.label.unitAmt, 		//납품금액
126
+			index: 'DLV_AMT', name: 'dlvAmt',		//서버로 전송시 데이터 명 , 데이터명
127
+			label: ITP_MSG_LOCALE.label.dlvAmt, 		//납품단가
120 128
 			minwidth: 80,
121 129
 			width: '6', fixed: false, align: 'right ',	// cell가로넓이,고정 여부 ,text정렬 
122 130
 			sortable: false, hidden: false,				//정렬가능 여부,화면표시 여부
@@ -142,7 +150,8 @@ const gridColModel = {
142 150
 			label: ITP_MSG_LOCALE.label.dlvMgrTelNo, 	//납품담당연락처
143 151
 			minwidth: 120,
144 152
 			width: '10', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
145
-			sortable: false, hidden: false				//정렬가능 여부,화면표시 여부
153
+			sortable: false, hidden: false,				//정렬가능 여부,화면표시 여부
154
+			editable: true, editoptions: {'data-key-up': 'tel', maxlength: 13}
146 155
 		}
147 156
 	]
148 157
 };

+ 20 - 26
src/main/webapp/js/app/vsettmng/ITP_VSETTMNG01010.js

@@ -61,7 +61,7 @@ const gridColModel = {
61 61
 		},
62 62
 		{
63 63
 			index: 'BRAND_NM', name: 'brandNm',
64
-			label: "브랜드",
64
+			label: "브랜드",
65 65
 			width: '14', fixed: false, align: 'left',
66 66
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
67 67
 		},
@@ -92,13 +92,13 @@ const gridColModel = {
92 92
 		{
93 93
 			index: 'STTL_ST_NM', name: 'sttlStNm',
94 94
 			label: "정산상태", 
95
-			width: '8', fixed: false, align: 'center',
95
+			width: '10', fixed: false, align: 'center',
96 96
 			sortable: false, hidden: false
97 97
 		},		
98 98
 		{
99 99
 			index: 'ITEM_ID', name: 'itemId',
100 100
 			label: "품목코드",
101
-			width: '15', fixed: false, align: 'center',
101
+			width: '20', fixed: false, align: 'center',
102 102
 			sortable: false, editable: false, edittype: 'text'
103 103
 		},
104 104
 		{
@@ -117,31 +117,28 @@ const gridColModel = {
117 117
 		{
118 118
 			index: 'UNIT_AMT', name: 'unitAmt',
119 119
 			label: "단가",
120
-			width: '7', fixed: false, align: 'right',
120
+			width: '13', fixed: false, align: 'right',
121 121
 			sortable: false, editable: false, edittype: 'text', 
122 122
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
123 123
 		},
124 124
 		{
125 125
 			index: 'PODR_QTY', name: 'podrQty',
126 126
 			label: "발주수량",
127
-			width: '7', fixed: false, align: 'right',
128
-			minwidth: 80,
127
+			width: '13', fixed: false, align: 'right',
129 128
 			sortable: false, editable: false, edittype: 'text', 
130 129
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
131 130
 		},
132 131
 		{
133 132
 			index: 'DLV_QTY', name: 'dlvQty',
134 133
 			label: "납품수량",
135
-			width: '7', fixed: false, align: 'right',
136
-			minwidth: 80,
134
+			width: '13', fixed: false, align: 'right',
137 135
 			sortable: false, editable: false, edittype: 'text', 
138 136
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
139 137
 		},
140 138
 		{
141 139
 			index: 'WHS_COL_QTY', name: 'whsColQty',
142 140
 			label: "입고/수거수량",
143
-			width: '10', fixed: false, align: 'right',
144
-			minwidth: 90,
141
+			width: '13', fixed: false, align: 'right',
145 142
 			sortable: false, editable: false, edittype: 'text', 
146 143
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
147 144
 		}, 
@@ -155,35 +152,32 @@ const gridColModel = {
155 152
 		{
156 153
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
157 154
 			label: "입고/수거금액",
158
-			width: '10', fixed: false, align: 'right',
159
-			minwidth: 100,
155
+			width: '16', fixed: false, align: 'right',
160 156
 			sortable: false, editable: false, edittype: 'text', 
161 157
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
162 158
 		},
163 159
 		{
164 160
 			index: 'STTL_DVSN', name: 'sttlDvsn',
165 161
 			label: "정산구분",
166
-			width: '8', fixed: false, align: 'center',
162
+			width: '9', fixed: false, align: 'center',
167 163
 			sortable: false, hidden: true
168 164
 		},
169 165
 		{
170 166
 			index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
171 167
 			label: "정산구분",
172
-			width: '8', fixed: false, align: 'center',
168
+			width: '10', fixed: false, align: 'center',
173 169
 			sortable: false, editable: false, edittype: 'text'
174 170
 		},
175 171
 		{
176 172
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
177 173
 			label: "발주번호",
178
-			minwidth: 140,
179
-			width: '8', fixed: false, align: 'center',
174
+			width: '18', fixed: false, align: 'center',
180 175
 			sortable: false, editable: false, edittype: 'text'
181 176
 		},
182 177
 		{
183 178
 			index: 'PODR_DTL_NO', name: 'podrDtlNo',
184 179
 			label: "발주항번",
185
-			minwidth: 80,
186
-			width: '7', fixed: false, align: 'center',
180
+			width: '10', fixed: false, align: 'center',
187 181
 			sortable: false, editable: false, edittype: 'text'
188 182
 		}	
189 183
 	],
@@ -215,7 +209,7 @@ const gridColModel = {
215 209
 		{
216 210
 			index: 'ITEM_ID', name: 'itemId',
217 211
 			label: "품목코드",
218
-			width: '12', fixed: false, align: 'center',
212
+			width: '14', fixed: false, align: 'center',
219 213
 			sortable: false, editable: false, edittype: 'text'
220 214
 		},
221 215
 		{
@@ -234,41 +228,41 @@ const gridColModel = {
234 228
 		{
235 229
 			index: 'UNIT_AMT', name: 'unitAmt',
236 230
 			label: "단가",
237
-			width: '6', fixed: false, align: 'right',
231
+			width: '11', fixed: false, align: 'right',
238 232
 			sortable: false, editable: false, edittype: 'text', 
239 233
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
240 234
 		},
241 235
 		{
242 236
 			index: 'PODR_QTY', name: 'podrQty',
243 237
 			label: "발주수량",
244
-			width: '8', fixed: false, align: 'right',
238
+			width: '11', fixed: false, align: 'right',
245 239
 			sortable: false, editable: false, edittype: 'text', 
246 240
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
247 241
 		},
248 242
 		{
249 243
 			index: 'DLV_QTY', name: 'dlvQty',
250 244
 			label: "납품수량",
251
-			width: '8', fixed: false, align: 'right',
245
+			width: '11', fixed: false, align: 'right',
252 246
 			sortable: false, editable: false, edittype: 'text', 
253 247
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
254 248
 		},
255 249
 		{
256 250
 			index: 'WHS_COL_QTY', name: 'whsColQty',
257 251
 			label: "입고/수거수량",
258
-			width: '8', fixed: false, align: 'right',
252
+			width: '11', fixed: false, align: 'right',
259 253
 			sortable: false, editable: false, edittype: 'text', 
260 254
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
261 255
 		}, 
262 256
 		{
263 257
 			index: 'WHS_COL_DT', name: 'whsColDt',
264 258
 			label: "입고/수거일자",
265
-			width: '8', fixed: false, align: 'center',
259
+			width: '10', fixed: false, align: 'center',
266 260
 			sortable: false, editable: false, edittype: 'text'
267 261
 		},
268 262
 		{
269 263
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
270 264
 			label: "입고/수거금액",
271
-			width: '8', fixed: false, align: 'right',
265
+			width: '11', fixed: false, align: 'right',
272 266
 			sortable: false, editable: false, edittype: 'text', 
273 267
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
274 268
 		},
@@ -281,7 +275,7 @@ const gridColModel = {
281 275
 		{
282 276
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
283 277
 			label: "발주번호",
284
-			width: '10', fixed: false, align: 'center',
278
+			width: '13', fixed: false, align: 'center',
285 279
 			sortable: false, editable: false, edittype: 'text'
286 280
 		},
287 281
 		{

+ 1 - 1
src/main/webapp/js/app/vsettmng/ITP_VSETTMNG02010.js

@@ -43,7 +43,7 @@ const gridColModel = {
43 43
 		},		
44 44
 		{
45 45
 			index: 'BRAND_NM', name: 'brandNm',
46
-			label: "브랜드",
46
+			label: "브랜드",
47 47
 			width: '14', fixed: false, align: 'left',
48 48
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
49 49
 		},

+ 21 - 15
src/main/webapp/mobile/app/main.html

@@ -58,9 +58,6 @@
58 58
 					<label>사장님</label>
59 59
 					<div id="ITP_LOGIN_USER_ID" class="id"></div>
60 60
 				</div>
61
-				<div class="setting">
62
-					<button id="ITP_MOBILE_BTN_SETTING"><img src="../img/gear.png"></button>
63
-				</div>
64 61
 			</div>
65 62
 			<nav id="ITP_SIDEBAR" class="itp_open_nav">
66 63
 				<ul class="panel-group itp_nav"></ul>
@@ -110,21 +107,23 @@
110 107
 				<div class="itp_note_header">
111 108
 					<h1>> 공지사항</h1>
112 109
 				</div>
113
-				<div id="ITP_MODAL_NOTE_INFO" class="itp_note_popup modal itp_modal" style="display:none">
110
+				<div id="ITP_MODAL_NOTE_INFO" class="itp_note_popup modal itp_modal" style="display: none">
114 111
 					<div class="popup_note">
115 112
 						<div class="header">
116 113
 							<div class="header_left">
117
-								<label>매장</label>
114
+								<label>공지사항</label>
118 115
 							</div>
119 116
 							<div class="header_right">
120 117
 								<button type="button" id="ITP_BTN_MAIN_POP_NOTE_CLOSE"><img src="../img/close.png"></button>
121 118
 							</div>
122 119
 						</div>
123 120
 						<div class="itp_pop_note_area">
124
-							<div class="itp_note_title">
125
-								<label>공지제목</label>
126
-								<span>:</span>
127
-								<div class="fnNoteNm">fasdddddddddddddddddddddddddddddddddddd</div>
121
+							<div style="display:flex;">
122
+								<div class="itp_note_title">
123
+									<label>공지제목</label>
124
+									<span>:</span>
125
+									<div class="fnNoteNm">fasdddddddddddddddddddddddddddddddddddd</div>
126
+								</div>
128 127
 							</div>
129 128
 							<div class="itp_pop_note_content">
130 129
 								<div class="fnNote">fasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasd</div>
@@ -150,6 +149,18 @@
150 149
 									<div class="fnNoteDt">2020.20.20</div>
151 150
 								</div>
152 151
 							</li>
152
+							<li>
153
+								<div class="itp_note_info">
154
+									<label>공지제목</label>
155
+									<span>:</span>
156
+									<div class="under fnNoteTitle">공지제목 테스트 ㅁㄴㅇㄻㄴㅇㄻ</div>
157
+								</div>
158
+								<div class="itp_note_info">
159
+									<label>공지일</label>
160
+									<span>:</span>
161
+									<div class="fnNoteDt">2020.20.20</div>
162
+								</div>
163
+							</li>
153 164
 						</div>
154 165
 					</ul>
155 166
 				</div>
@@ -287,23 +298,18 @@
287 298
 				<div id="ITP_MAIN_DRAW_CHART_CORE" class="itp_graph_area">
288 299
 					<div class="itp_graph_header">
289 300
 						<label>정 산</label>
290
-						<select>
291
-							<option>가나다라마바사아</option>
292
-						</select>
293 301
 					</div>
294 302
 					<div id="ITP_STTL_GRAPH"></div>
295 303
 				</div>
296 304
 				<div id="ITP_MAIN_DRAW_LINE" class="itp_graph_area">
297 305
 					<div class="itp_graph_header">
298 306
 						<label>안전재고</label>
299
-						<select>
300
-							<option>가나다라마바사아</option>
301
-						</select>
302 307
 					</div>
303 308
 					<div id="ITP_SAFE_STCK_GRAPH"></div>
304 309
 				</div>
305 310
 			</div>
306 311
 		</div>
312
+		
307 313
 		<script src="../js/app/main.js"></script>
308 314
 	</div>
309 315
 	<footer id="ITP_FOOTER">

+ 25 - 24
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -14,7 +14,7 @@
14 14
 				<div class="line">
15 15
 				  <label>납품장소</label>
16 16
 				  <div class="float_left">
17
-					  <input id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A매장명">
17
+					  <input id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="납품장소">
18 18
 					  <input type="hidden" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
19 19
    					  <div class="itp_input_btn">
20 20
 						  <button type="button" id="ITP_BTN_MORDMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -59,46 +59,50 @@
59 59
 		  <div id="ITP_LIST_MORDMNG01010_LIST_ITEM_AREA" class="scroll_area row-3">
60 60
 			  <ul id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
61 61
 			  <div id="ITP_LIST_MORDMNG01010_LIST_ITEM_ROWCOPY" style="display: none;">
62
-				<li class="history_list7 item-row ">
62
+				<li class="history_list4 item-row">
63 63
 				  <div class="btn_check">
64 64
 					<div class="left">
65 65
 					  <div class="nomal">
66
-						<label class="">브랜드명</label>
66
+						<label class="col_4">브랜드명</label>
67 67
 						<span>:</span>
68
-					    <div class="fnBrandNm"></div>
69
-						<label class="col_4">발주번호</label>
70
-						<span>:</span>
71
-					    <div class="fnPchPodrUnqNo"></div>
68
+					    <div class="full fnBrandNm"></div>
72 69
 					  </div>
73 70
 					</div>
74 71
 					<div class="left">
75 72
 					  <div class="nomal">
73
+						<label class="col_4">발주번호</label>
74
+						<span>:</span>
75
+					    <div class="fnPchPodrUnqNo"></div>
76 76
 						<label>발주상태</label>
77 77
 						<span>:</span>
78 78
 					    <div class="fnPchOdrStNm"></div>
79
-						<label class="col_4">발주일자</label>
80
-						<span>:</span>
81
-					    <div class="fnPodrDt"></div>
82 79
 					  </div>
83 80
 					</div>
84 81
 					<div class="left">
85 82
 					  <div class="nomal">
83
+						<label class="col_4">발주일자</label>
84
+						<span>:</span>
85
+					    <div class="fnPodrDt"></div>
86 86
 						<label class="">납품요청일</label>
87 87
 						<span>:</span>
88 88
 					    <div class="fnDlvReqDt"></div>
89
+					  </div>
90
+					</div>
91
+					<div class="left">
92
+					  <div class="nomal">
89 93
 						<label class="col_4">납품장소</label>
90 94
 						<span>:</span>
91
-					    <div class="fnWhsNm"></div>
95
+					    <div class="full fnWhsNm"></div>
92 96
 					  </div>
93 97
 					</div>
94 98
 					<div class="left">
95 99
 					  <div class="nomal">
100
+						<label class="col_4">품목수량</label>
101
+						<span>:</span>
102
+					    <div class="fnPodrItemQty"></div>
96 103
 						<label>발주금액</label>
97 104
 						<span>:</span>
98 105
 					    <div class="fnPodrTotalAmt"></div>
99
-						<label class="col_4">품목수</label>
100
-						<span>:</span>
101
-					    <div class="fnPodrItemQty"></div>
102 106
 					  </div>
103 107
 					</div>
104 108
 				  </div>
@@ -171,10 +175,10 @@
171 175
 				<li class="history_list7">
172 176
 					<div class="left">
173 177
 					  <div class="nomal">
174
-						<label class="col_4">번 </label>
178
+						<label class="col_4">발주항번 </label>
175 179
 						<span>:</span>
176 180
 					    <div class="fnPchPodrDtlNo"></div>
177
-						<label class="">품목아이디</label>
181
+						<label class="col_4">품목번호</label>
178 182
 						<span>:</span>
179 183
 					    <div class="fnItemId"></div>
180 184
 					  </div>
@@ -183,20 +187,17 @@
183 187
 					  <div class="nomal">
184 188
 						<label class="col_4">품목명</label>
185 189
 						<span>:</span>
186
-					    <div class="fnItemNm"></div>
187
-						<label>가격단위</label>
188
-						<span>:</span>
189
-					    <div class="fnUPodrQty"></div>
190
+					    <div class="full fnItemNm"></div>
190 191
 					  </div>
191 192
 					</div>
192 193
 					<div class="left">
193 194
 					  <div class="nomal">
195
+						<label class="col_4">가격단위</label>
196
+						<span>:</span>
197
+					    <div class="fnUPodrQty"></div>
194 198
 						<label class="col_4">단가</label>
195 199
 						<span>:</span>
196 200
 					    <div class="fnUnitAmt"></div>
197
-						<label>단위</label>
198
-						<span>:</span>
199
-					    <div class="fnUnit"></div>
200 201
 					  </div>
201 202
 					</div>
202 203
 					<div class="left">
@@ -204,7 +205,7 @@
204 205
 						<label class="col_4">발주수량</label>
205 206
 						<span>:</span>
206 207
 					    <div class="fnPodrQty"></div>
207
-						<label>발주금액</label>
208
+						<label class="col_4">발주금액</label>
208 209
 						<span>:</span>
209 210
 					    <div class="fnPodrAmt"></div>
210 211
 					  </div>

+ 3 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG02010.html

@@ -13,7 +13,7 @@
13 13
 			   <div class="line">
14 14
 				  <label>납품장소</label>
15 15
 				   <div class="float_left">
16
-					   <input id="ITP_FORM_MORDMNG02010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A매장명">
16
+					   <input id="ITP_FORM_MORDMNG02010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="납품장소">
17 17
 					   <input type="hidden" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
18 18
 	       			   <div class="itp_input_btn">
19 19
 		   			  		<button type="button" id="ITP_BTN_MORDMNG02010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -256,8 +256,8 @@
256 256
         <div id="ITP_LIST_MORDMNG02010_POP_WHS_ROWCOPY" style="display: none;">
257 257
           <li class="row_2 item-row">
258 258
              <div class="scroll_left">
259
-                 <div class="con_2 fnWhsNm"></div>
260
-                 <div class="con_2 wichi fnLocationNm"></div>
259
+                 <div class="con_2 fnWhsNm">납품장소 테스트</div>
260
+                 <div class="con_2 wichi fnLocationNm">로케이션 이름</div>
261 261
              </div>
262 262
             <div class="scroll_right">
263 263
               <button id="ITP_BTN_MORDMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 40 - 19
src/main/webapp/mobile/app/mordmng/MORDMNG03010.html

@@ -12,7 +12,7 @@
12 12
 					<div class="line">
13 13
 						<label>납품장소</label>
14 14
 						<div class="float_left">
15
-							<input id="ITP_FORM_MORDMNG03010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A매장명">
15
+							<input id="ITP_FORM_MORDMNG03010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="납품장소">
16 16
 							<input type="hidden" id="ITP_FORM_MORDMNG03010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
17 17
 							<div class="itp_input_btn">
18 18
 								<button type="button" id="ITP_BTN_MORDMNG03010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -49,55 +49,76 @@
49 49
 			<div id="ITP_LIST_MORDMNG03010_LIST_ITEM_AREA" class="scroll_area row-2">
50 50
 				<ul id="ITP_LIST_MORDMNG03010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
51 51
 				<div id="ITP_LIST_MORDMNG03010_LIST_ITEM_ROWCOPY" style="display: none;">
52
-					<li class="history_list4 item-row">
52
+					<li class="history_list11 item-row">
53 53
 						<div class="left">
54 54
 							<div class="nomal">
55 55
 								<label class="">브랜드명</label>
56 56
 								<span>:</span>
57
-								<div class="fnBrandNm"></div>
58
-								<label>납품서번호</label>
59
-								<span>:</span>
60
-								<div class="fnDlvShmtUnqNo"></div>
57
+								<div class="full fnBrandNm"></div>
61 58
 							</div>
62 59
 						</div>
63 60
 						<div class="left">
64 61
 							<div class="nomal">
65
-								<label class="">납품서상태</label>
62
+								<label>납품번호</label>
66 63
 								<span>:</span>
67
-								<div class="fnDlvStNm"></div>
68
-								<label class="">수주일자</label>
64
+								<div class="fnDlvShmtUnqNo"></div>
65
+								<label class="">납품상태</label>
69 66
 								<span>:</span>
70
-								<div class="fnPodrRegDt"></div>
67
+								<div class="fnDlvStNm"></div>
71 68
 							</div>
72 69
 						</div>
73 70
 						<div class="left">
74 71
 							<div class="nomal">
72
+								<label class="">수주일자</label>
73
+								<span>:</span>
74
+								<div class="fnPodrRegDt"></div>
75 75
 								<label>납품요청일</label>
76 76
 								<span>:</span>
77 77
 								<div class="fnDlvReqDt"></div>
78
+							</div>
79
+						</div>
80
+						<div class="left">
81
+							<div class="nomal">
78 82
 								<label>납품예정일</label>
79 83
 								<span>:</span>
80 84
 								<div class="fnDlvSchDt"></div>
85
+								<label>납품완료일</label>
86
+								<span>:</span>
87
+								<div class="fnDlvCmpltDt"></div>
81 88
 							</div>
82 89
 						</div>
83 90
 						<div class="left">
84
-							<div class="nomal">
85
-								<label class="">품목수량</label>
91
+							<div class="nomal">	
92
+								<label class="">납품장소</label>
86 93
 								<span>:</span>
87
-								<div class="fnDlvQty"></div>
88
-								<label>발주총금액</label>
94
+								<div class="full fnWhsNm"></div>
95
+							</div>
96
+						</div>
97
+						<div class="left">
98
+							<div class="nomal">	
99
+								<label class="">품목명</label>
89 100
 								<span>:</span>
90
-								<div class="fnPodrAmt"></div>
101
+								<div class="full fnItemNm"></div>
102
+							</div>
103
+						</div>
104
+						<div class="left">
105
+							<div class="nomal">	
106
+								<label class="">발주수량</label>
107
+								<span>:</span>
108
+								<div class="fnPodrQty"></div>
109
+								<label>납품수량</label>
110
+								<span>:</span>
111
+								<div class="fnDlvQty"></div>
91 112
 							</div>
92 113
 						</div>
93 114
 						<div class="left">
94 115
 							<div class="nomal">
95
-								<label class="">납품장소</label>
116
+								<label>단가금액</label>
96 117
 								<span>:</span>
97
-								<div class="fnWhsNm"></div>
98
-								<label>납품담당자</label>
118
+								<div class="fnUnitAmt"></div>
119
+								<label>납품금액</label>
99 120
 								<span>:</span>
100
-								<div class="fnDlvMgrNm"></div>
121
+								<div class="fnDlvAmt"></div>
101 122
 							</div>
102 123
 						</div>
103 124
 					</li>

+ 11 - 9
src/main/webapp/mobile/css/style.css

@@ -260,8 +260,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
260 260
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
261 261
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
262 262
 #ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
263
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:0; text-align:right; width:115%; height:22px; font-size:18px;}
264
-#ITP_WRAPPER header .header_wrap .name_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:3px; padding-top:2px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
263
+#ITP_WRAPPER header .header_wrap .name_info .bn {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:0; text-align:right; width:50%; height:22px; font-size:18px;}
264
+#ITP_WRAPPER header .header_wrap .name_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:3px; padding-top:2px; text-align:left; width: 50%; font-size: 15px; color:#fff; margin-top:14px;}
265 265
 
266 266
 #ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
267 267
 #ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
@@ -486,6 +486,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
486 486
 .scroll_area li.history_list6 {height: 110px; padding-top:5px;}
487 487
 .scroll_area li.history_list7 {height: 120px; padding-top:5px;}
488 488
 .scroll_area li.history_list9 {height: 170px;}
489
+.scroll_area li.history_list11 {height: 230px; padding-top:5px;}
489 490
 
490 491
 .scroll_area li .history_info {width: auto;}
491 492
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}
@@ -654,10 +655,10 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
654 655
 
655 656
 /* 메인화면 공지사항 추가 */
656 657
 #ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto;}
657
-#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:46px; padding:10px; border-bottom:1px solid #aaa; border-top:1px solid #aaa; background:#dce6f2;}
658
+#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:46px; padding:10px; border-bottom:1px solid #aaa; background:#dce6f2;}
658 659
 #ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:16pt; text-align:left; margin:0;}
659
-#ITP_MAIN_CONTAINER .itp_note_bar {height:180px;}
660
-#ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; top:76px; font-weight:700; font-size:14pt; marign:0;}
660
+#ITP_MAIN_CONTAINER .itp_note_bar {height: auto; max-height:180px;}
661
+#ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; font-weight:700; font-size:14pt; margin:0; height:60px; padding-top:20px; border-bottom:1px solid #aaa;}
661 662
 #ITP_MAIN_CONTAINER .itp_note_bar li {border-bottom:1px solid #aaa; padding:5px; height:60px;}
662 663
 /* #ITP_MAIN_CONTAINER .itp_note_bar li:first-child  {border-top:none;} */
663 664
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info {display:flex; height:24px;}
@@ -665,15 +666,16 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
665 666
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info span {width:14px;}
666 667
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 76px);}
667 668
 #ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info .under {text-decoration: underline;}
668
-#ITP_MAIN_CONTAINER .itp_oper_info_area {border:1px solid #aaa; padding:5px;}
669
+#ITP_MAIN_CONTAINER .itp_oper_info_area {border-bottom:1px solid #aaa; padding:5px;}
669 670
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info {display:flex; height:24px;}
670 671
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info label{font-size:12pt; text-align:left; width:90px;}
671 672
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info span{width:14px;}
672 673
 #ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: right; width:calc(100% - 114px);}
673 674
 #ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
674
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:220px; margin:5px;}
675
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left;}
675
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
676
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left; float:left;}
676 677
 #ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
678
+#ITP_MAIN_CONTAINER .mb_0 {margin-bottom:0;}
677 679
 #ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
678 680
 /* 공지사항 팝업추가 */
679 681
 .itp_note_popup {position: absolute; top:46px; width: 100%; height: calc(100vh - 49px); background: rgba(200, 200,200, 0.8); z-index: 11;}
@@ -685,7 +687,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
685 687
 .itp_note_popup .popup_note .header .header_right button {border: none; background: transparent; margin:3px -5px;}
686 688
 .itp_note_popup .popup_note .header .header_right button img {width:22px;}
687 689
 .itp_note_popup .popup_note .itp_pop_note_area {background:#fff; height:70vh; border:1px solid #000; border-top:none;}
688
-.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:85%; height:45px;}
690
+.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:110%; height:45px;}
689 691
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title label {width:60px; font-size:12pt;}
690 692
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title span {width:10px;}
691 693
 .itp_note_popup .popup_note .itp_pop_note_area .itp_note_title div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 70px);}