Browse Source

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

juney 2 years ago
parent
commit
2c6937f009

+ 1 - 1
src/main/webapp/app/settmng/SETTMNG01010.html

@@ -32,7 +32,7 @@
32
 										<div class="col-xs-5 itp_ip itp_noMar">
32
 										<div class="col-xs-5 itp_ip itp_noMar">
33
 											<div class="col-xs-4 itp_ip itp_noMar">
33
 											<div class="col-xs-4 itp_ip itp_noMar">
34
 												<select id="ITP_FORM_SETTMNG01010_SEARCH_" class="form-control itp_input" >
34
 												<select id="ITP_FORM_SETTMNG01010_SEARCH_" class="form-control itp_input" >
35
-													<option value="">입고/수거일자</option>
35
+													<option value="">입고일자</option>
36
 												</select>
36
 												</select>
37
 											</div>
37
 											</div>
38
 											<div class="col-xs-8 itp_ip itp_noMar">
38
 											<div class="col-xs-8 itp_ip itp_noMar">

+ 2 - 1
src/main/webapp/js/app/ordmng/ITP_ORDMNG01010.js

@@ -4,7 +4,7 @@ require(['config'], function() {
4
         pageObj.init();
4
         pageObj.init();
5
     });
5
     });
6
 });
6
 });
7
-console.log(CONN_KEY);
7
+
8
 
8
 
9
 // 화면변수
9
 // 화면변수
10
 const ORDMNG01010_GRID_ID = '#ITP_ORDMNG01010_jqGrid';
10
 const ORDMNG01010_GRID_ID = '#ITP_ORDMNG01010_jqGrid';
@@ -478,6 +478,7 @@ let viewObj = {
478
 			this.unload();
478
 			this.unload();
479
 			this.load(mode, gridData);
479
 			this.load(mode, gridData);
480
 			$(ORDMNG01010_VIEW_GRID_ID).jqGrid('hideCol', 'cb');
480
 			$(ORDMNG01010_VIEW_GRID_ID).jqGrid('hideCol', 'cb');
481
+			itp_fn_jqgrid_resize(ORDMNG01010_VIEW_GRID_ID, ORDMNG01010_VIEW_GRID_LIST, 'lg');
481
 		},
482
 		},
482
 		mode: '',
483
 		mode: '',
483
 		colModel: gridColModel.view,
484
 		colModel: gridColModel.view,

+ 12 - 8
src/main/webapp/js/app/settmng/ITP_SETTMNG01010.js

@@ -144,7 +144,7 @@ const gridColModel = {
144
 		},
144
 		},
145
 		{
145
 		{
146
 			index: 'WHS_COL_QTY', name: 'whsColQty',
146
 			index: 'WHS_COL_QTY', name: 'whsColQty',
147
-			label: "입고/수거수량",
147
+			label: "입고수량",
148
 			width: '13', fixed: false, align: 'right',
148
 			width: '13', fixed: false, align: 'right',
149
 			minwidth: 120,
149
 			minwidth: 120,
150
 			sortable: false, editable: false, edittype: 'text', 
150
 			sortable: false, editable: false, edittype: 'text', 
@@ -152,14 +152,14 @@ const gridColModel = {
152
 		}, 
152
 		}, 
153
 		{
153
 		{
154
 			index: 'WHS_COL_DT', name: 'whsColDt',
154
 			index: 'WHS_COL_DT', name: 'whsColDt',
155
-			label: "입고/수거일자",
155
+			label: "입고일자",
156
 			width: '10', fixed: false, align: 'center',
156
 			width: '10', fixed: false, align: 'center',
157
 			minwidth: 100,
157
 			minwidth: 100,
158
 			sortable: false, editable: false, edittype: 'text'
158
 			sortable: false, editable: false, edittype: 'text'
159
 		},
159
 		},
160
 		{
160
 		{
161
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
161
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
162
-			label: "입고/수거금액",
162
+			label: "입고금액",
163
 			width: '13', fixed: false, align: 'right',
163
 			width: '13', fixed: false, align: 'right',
164
 			minwidth: 120,
164
 			minwidth: 120,
165
 			sortable: false, editable: false, edittype: 'text', 
165
 			sortable: false, editable: false, edittype: 'text', 
@@ -221,12 +221,14 @@ const gridColModel = {
221
 			index: 'ITEM_ID', name: 'itemId',
221
 			index: 'ITEM_ID', name: 'itemId',
222
 			label: "품목코드",
222
 			label: "품목코드",
223
 			width: '10', fixed: false, align: 'center',
223
 			width: '10', fixed: false, align: 'center',
224
+			minwidth: 180,
224
 			sortable: false, editable: false, edittype: 'text'
225
 			sortable: false, editable: false, edittype: 'text'
225
 		},
226
 		},
226
 		{
227
 		{
227
 			index: 'ITEM_NM', name: 'itemNm',
228
 			index: 'ITEM_NM', name: 'itemNm',
228
 			label: "품목명",
229
 			label: "품목명",
229
 			width: '12', fixed: false, align: 'left',
230
 			width: '12', fixed: false, align: 'left',
231
+			minwidth: 180,
230
 			sortable: false, edittype: 'text', classes: 'ui-ellipsis'
232
 			sortable: false, edittype: 'text', classes: 'ui-ellipsis'
231
 		},
233
 		},
232
 		{
234
 		{
@@ -258,20 +260,20 @@ const gridColModel = {
258
 		},
260
 		},
259
 		{
261
 		{
260
 			index: 'WHS_COL_QTY', name: 'whsColQty',
262
 			index: 'WHS_COL_QTY', name: 'whsColQty',
261
-			label: "입고/수거수량",
263
+			label: "입고수량",
262
 			width: '13', fixed: false, align: 'right',
264
 			width: '13', fixed: false, align: 'right',
263
 			sortable: false, editable: false, edittype: 'text', 
265
 			sortable: false, editable: false, edittype: 'text', 
264
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
266
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
265
 		}, 
267
 		}, 
266
 		{
268
 		{
267
 			index: 'WHS_COL_DT', name: 'whsColDt',
269
 			index: 'WHS_COL_DT', name: 'whsColDt',
268
-			label: "입고/수거일자",
270
+			label: "입고일자",
269
 			width: '13', fixed: false, align: 'center',
271
 			width: '13', fixed: false, align: 'center',
270
 			sortable: false, editable: false, edittype: 'text'
272
 			sortable: false, editable: false, edittype: 'text'
271
 		},
273
 		},
272
 		{
274
 		{
273
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
275
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
274
-			label: "입고/수거금액",
276
+			label: "입고금액",
275
 			width: '13', fixed: false, align: 'right',
277
 			width: '13', fixed: false, align: 'right',
276
 			sortable: false, editable: false, edittype: 'text', 
278
 			sortable: false, editable: false, edittype: 'text', 
277
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
279
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
@@ -279,19 +281,20 @@ const gridColModel = {
279
 		{
281
 		{
280
 			index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
282
 			index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
281
 			label: "정산구분",
283
 			label: "정산구분",
282
-			width: '6', fixed: false, align: 'center',
284
+			width: '7', fixed: false, align: 'center',
283
 			sortable: false, editable: false, edittype: 'text'
285
 			sortable: false, editable: false, edittype: 'text'
284
 		},
286
 		},
285
 		{
287
 		{
286
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
288
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
287
 			label: "발주번호",
289
 			label: "발주번호",
288
 			width: '10', fixed: false, align: 'center',
290
 			width: '10', fixed: false, align: 'center',
291
+			minwidth: 180,
289
 			sortable: false, editable: false, edittype: 'text'
292
 			sortable: false, editable: false, edittype: 'text'
290
 		},
293
 		},
291
 		{
294
 		{
292
 			index: 'PODR_DTL_NO', name: 'podrDtlNo',
295
 			index: 'PODR_DTL_NO', name: 'podrDtlNo',
293
 			label: "발주항번",
296
 			label: "발주항번",
294
-			width: '6', fixed: false, align: 'center',
297
+			width: '7', fixed: false, align: 'center',
295
 			sortable: false, editable: false, edittype: 'text'
298
 			sortable: false, editable: false, edittype: 'text'
296
 		}
299
 		}
297
 	]
300
 	]
@@ -672,6 +675,7 @@ let modifyObj = {
672
 		init: function() {
675
 		init: function() {
673
 			this.unload();
676
 			this.unload();
674
 			this.load();
677
 			this.load();
678
+			itp_fn_jqgrid_resize(SETTMNG01010_DETAIL_GRID_ID, SETTMNG01010_DETAIL_GRID_LIST, 'lg');
675
 		},
679
 		},
676
 		load : function() {
680
 		load : function() {
677
 			let param = $('#ITP_FORM_SETTMNG01010_DETAIL').serializeObject();
681
 			let param = $('#ITP_FORM_SETTMNG01010_DETAIL').serializeObject();

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG01011.html

@@ -39,7 +39,7 @@
39
 						  <div class="fnUseAmtTotal">0원</div>
39
 						  <div class="fnUseAmtTotal">0원</div>
40
 					  </div>
40
 					  </div>
41
 				  </div>
41
 				  </div>
42
-				<div class="line top6">
42
+				<div class="line">
43
 				  <label>거래일자</label>
43
 				  <label>거래일자</label>
44
 				  <div class="date_to">
44
 				  <div class="date_to">
45
 					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
45
 					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
@@ -60,7 +60,7 @@
60
 			<div id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_AREA" class="scroll_area row-11">
60
 			<div id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_AREA" class="scroll_area row-11">
61
 			 <ul id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
61
 			 <ul id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
62
 			  <div id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_ROWCOPY" style="display: none;">
62
 			  <div id="ITP_LIST_MLOANMNG01011_VIEW_ITEM_ROWCOPY" style="display: none;">
63
-				<li class="history_list6 item-row">
63
+				<li class="history_list15 item-row">
64
 				  <div>
64
 				  <div>
65
 					<div class="detail_line">
65
 					<div class="detail_line">
66
 					  <div class="detail_left">
66
 					  <div class="detail_left">

+ 3 - 3
src/main/webapp/mobile/app/mloanmng/MLOANMNG03010.html

@@ -150,14 +150,14 @@
150
 					  <div>
150
 					  <div>
151
 						<div class="left">
151
 						<div class="left">
152
 						  <div class="nomal">
152
 						  <div class="nomal">
153
-							<label class="col_4">품목명</label>
153
+							<label class="col_7">품목명</label>
154
 							<span>:</span>
154
 							<span>:</span>
155
 						    <div class="full fnItemNm"></div>
155
 						    <div class="full fnItemNm"></div>
156
 						  </div>
156
 						  </div>
157
 						</div>
157
 						</div>
158
 						<div class="left">
158
 						<div class="left">
159
 						  <div class="nomal">
159
 						  <div class="nomal">
160
-							<label class="col_4">단가금액</label>
160
+							<label class="col_7">단가금액</label>
161
 							<span>:</span>
161
 							<span>:</span>
162
 						    <div class="col_82 lit fnUnitAmt"></div>
162
 						    <div class="col_82 lit fnUnitAmt"></div>
163
 							<label class="col_7">정산구분</label>
163
 							<label class="col_7">정산구분</label>
@@ -167,7 +167,7 @@
167
 						</div>
167
 						</div>
168
 						<div class="left">
168
 						<div class="left">
169
 						  <div class="nomal">
169
 						  <div class="nomal">
170
-							<label class="col_4">발주수량</label>
170
+							<label class="col_7">발주수량</label>
171
 							<span>:</span>
171
 							<span>:</span>
172
 						    <div class="col_82 lit fnPodrQyt"></div>
172
 						    <div class="col_82 lit fnPodrQyt"></div>
173
 							<label class="col_7">입고(수거)일자</label>
173
 							<label class="col_7">입고(수거)일자</label>

+ 3 - 2
src/main/webapp/mobile/css/style.css

@@ -382,7 +382,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
382
 .content .line div.date_to {display:flex; width:62%; height:26px; float: left; margin-right:0px; margin-top:3px;}
382
 .content .line div.date_to {display:flex; width:62%; height:26px; float: left; margin-right:0px; margin-top:3px;}
383
 .content .line div.date_to input {font-weight:100; width:47%; height:26px; font-size:11pt; padding:0 24px 0 3px; margin:0;}
383
 .content .line div.date_to input {font-weight:100; width:47%; height:26px; font-size:11pt; padding:0 24px 0 3px; margin:0;}
384
 
384
 
385
-.content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
385
+.content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:2px; float: right;}
386
 .content .line .search {width: 100%; height: 50px; padding-top:6px;}
386
 .content .line .search {width: 100%; height: 50px; padding-top:6px;}
387
 .content .line .search button {width: 40%; height: 26px; font-size: 12pt; font-weight:100; padding: 0;}
387
 .content .line .search button {width: 40%; height: 26px; font-size: 12pt; font-weight:100; padding: 0;}
388
 .content .line .search button.col_3 {width: 25%; height:26px; margin:0 10px;}
388
 .content .line .search button.col_3 {width: 25%; height:26px; margin:0 10px;}
@@ -507,6 +507,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
507
 .scroll_area li.history_list12 {height: 170px; padding-top:4px;}
507
 .scroll_area li.history_list12 {height: 170px; padding-top:4px;}
508
 .scroll_area li.history_list13 {height: 200px; padding-top:4px;}
508
 .scroll_area li.history_list13 {height: 200px; padding-top:4px;}
509
 .scroll_area li.history_list14 {height: 175px; padding-top:4px;}
509
 .scroll_area li.history_list14 {height: 175px; padding-top:4px;}
510
+.scroll_area li.history_list15 {height: 75px; padding-top:0px;}
510
 
511
 
511
 .scroll_area li .history_info {width: auto;}
512
 .scroll_area li .history_info {width: auto;}
512
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}
513
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}
@@ -517,7 +518,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
517
 .scroll_area li .left .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
518
 .scroll_area li .left .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
518
 .scroll_area li .left .history input{width: 150px;}
519
 .scroll_area li .left .history input{width: 150px;}
519
 
520
 
520
-.scroll_area li .detail_line {width: 100%; height:25px; display: inline-block;}
521
+.scroll_area li .detail_line {width: 100%; height:16px; display: inline-block;}
521
 .scroll_area li .detail_left {float: left;}
522
 .scroll_area li .detail_left {float: left;}
522
 .scroll_area li .detail_left .detail_info {margin: 5px 10px;}
523
 .scroll_area li .detail_left .detail_info {margin: 5px 10px;}
523
 .scroll_area li .detail_left .detail_info div {width: auto; font-size: 14px; font-weight: 700;}
524
 .scroll_area li .detail_left .detail_info div {width: auto; font-size: 14px; font-weight: 700;}