瀏覽代碼

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

juney 2 年之前
父節點
當前提交
582881d420

+ 1 - 1
src/main/webapp/app/inoutmng/INOUTMNG01010.html

@@ -21,7 +21,7 @@
21
 									<div class="form-group">
21
 									<div class="form-group">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
23
 											<select id="ITP_FORM_INOUTMNG01010_SEARCH_" class="form-control itp_input" name="serviceDlvReqDt">
23
 											<select id="ITP_FORM_INOUTMNG01010_SEARCH_" class="form-control itp_input" name="serviceDlvReqDt">
24
-												<option value="A">출하창고</option>											
24
+												<option value="A">납품요청</option>											
25
 											</select>
25
 											</select>
26
 										</div>
26
 										</div>
27
 										<div class="col-xs-3 itp_ip itp_noMar">
27
 										<div class="col-xs-3 itp_ip itp_noMar">

+ 2 - 2
src/main/webapp/app/popup/biz/BIZPOP_PO_REJECT.html

@@ -1,5 +1,5 @@
1
 <div id="ITP_BIZPOP_PO_REJECT" class="modal itp_modal">
1
 <div id="ITP_BIZPOP_PO_REJECT" class="modal itp_modal">
2
-	<div class="modal-dialog" style="width:600px;">
2
+	<div class="modal-dialog" style="width:800px;">
3
 		<div class="modal-content">
3
 		<div class="modal-content">
4
 			<form id="ITP_FORM_BIZPOP_PO_REJECT">
4
 			<form id="ITP_FORM_BIZPOP_PO_REJECT">
5
 				<input type="hidden" id="ITP_FORM_ITP_BIZPOP_PO_REJECT_STORE_ID" name="storeId" value="">
5
 				<input type="hidden" id="ITP_FORM_ITP_BIZPOP_PO_REJECT_STORE_ID" name="storeId" value="">
@@ -23,7 +23,7 @@
23
 								<label>반려사유</label>
23
 								<label>반려사유</label>
24
 							</div>	
24
 							</div>	
25
 							<div class="col-xs-12 itp_form_inline">
25
 							<div class="col-xs-12 itp_form_inline">
26
-							<textarea  id="ITP_FORM_ITP_BIZPOP_PO_REJECT_REJECT_DSN" name="rejectDsn" value="" style="width:100%; height:100px;"></textarea>
26
+								<textarea  id="ITP_FORM_ITP_BIZPOP_PO_REJECT_REJECT_DSN" name="rejectDsn" style="width:100%; height:90px;" maxlength="500"></textarea>
27
 							</div>
27
 							</div>
28
 						<div class="col-xs-12 itp_form_inline">
28
 						<div class="col-xs-12 itp_form_inline">
29
 							<label>반려 품목 내역</label>
29
 							<label>반려 품목 내역</label>

+ 3 - 3
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -281,7 +281,7 @@ const gridColModel = {
281
 		{
281
 		{
282
 			index: 'EXPRY_DATE', name: 'expryDate',
282
 			index: 'EXPRY_DATE', name: 'expryDate',
283
 			label: ITP_MSG_LOCALE.label.expryDate, //유통일자
283
 			label: ITP_MSG_LOCALE.label.expryDate, //유통일자
284
-			width: '20', fixed: false, align: 'center',
284
+			width: '15', fixed: false, align: 'center',
285
 			sortable: false, hidden: false,
285
 			sortable: false, hidden: false,
286
 			editable: true, sorttype: "date",
286
 			editable: true, sorttype: "date",
287
 			editoptions: { dataInit: function(e) { $(e).datepicker(ITP_DATE_LANGUAGE); } , 'readonly': 'readonly'}
287
 			editoptions: { dataInit: function(e) { $(e).datepicker(ITP_DATE_LANGUAGE); } , 'readonly': 'readonly'}
@@ -296,7 +296,7 @@ const gridColModel = {
296
 		{
296
 		{
297
 			index: 'DLV_REQ_DT', name: 'dlvReqDt',
297
 			index: 'DLV_REQ_DT', name: 'dlvReqDt',
298
 			label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
298
 			label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
299
-			width: '13', fixed: false, align: 'center',
299
+			width: '15', fixed: false, align: 'center',
300
 			sortable: false, hidden: false
300
 			sortable: false, hidden: false
301
 		},
301
 		},
302
 		{
302
 		{
@@ -314,7 +314,7 @@ const gridColModel = {
314
 		{
314
 		{
315
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
315
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
316
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
316
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
317
-			width: '12', fixed: false, align: 'left',
317
+			width: '14', fixed: false, align: 'left',
318
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
318
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
319
 		}
319
 		}
320
 	]
320
 	]

+ 3 - 1
src/main/webapp/js/app/login.js

@@ -6,7 +6,9 @@ require(['config'], function() {
6
 		if (sessionStorage.getItem('itp_login_info') !== null) { //Jwt 가 살아있으면 메인으로 보낸다.
6
 		if (sessionStorage.getItem('itp_login_info') !== null) { //Jwt 가 살아있으면 메인으로 보낸다.
7
 	    	location.replace('./main.html');
7
 	    	location.replace('./main.html');
8
 	    }
8
 	    }
9
-
9
+		if (sessionStorage.getItem('itp_manage_user_info') !== null) { //로그인 사용자 정보가 있다면 제거
10
+	    	sessionStorage.removeItem('itp_manage_user_info'); 
11
+	    }  
10
 		itp_fn_login_init();
12
 		itp_fn_login_init();
11
 		
13
 		
12
 		$('#ITP_LOGIN').on('keyup', 'input, textarea', function() {
14
 		$('#ITP_LOGIN').on('keyup', 'input, textarea', function() {

+ 2 - 2
src/main/webapp/js/app/oper/ITP_OPER06010.js

@@ -409,9 +409,9 @@ let viewObj = {
409
         $('#ITP_FORM_OPER06010_VIEW .fnRcvAcctNo').text(result.acctNo);
409
         $('#ITP_FORM_OPER06010_VIEW .fnRcvAcctNo').text(result.acctNo);
410
         $('#ITP_FORM_OPER06010_VIEW #ITP_FORM_OPER06010_VIEW_DPST_BNK_CD').val(result.bnkCd);
410
         $('#ITP_FORM_OPER06010_VIEW #ITP_FORM_OPER06010_VIEW_DPST_BNK_CD').val(result.bnkCd);
411
         let bnkCdNm = $('#ITP_FORM_OPER06010_VIEW_DPST_BNK_CD option:selected').text();
411
         let bnkCdNm = $('#ITP_FORM_OPER06010_VIEW_DPST_BNK_CD option:selected').text();
412
-        $('#ITP_FORM_OPER06010_VIEW .fnBnkCdNm').text(bnkCdNm);
412
+        $('#ITP_FORM_OPER06010_VIEW .fnBnkCdNm').text('(' + bnkCdNm + ')');
413
         $('#ITP_FORM_OPER06010_VIEW .fnAcctNo').text(result.acctNo);
413
         $('#ITP_FORM_OPER06010_VIEW .fnAcctNo').text(result.acctNo);
414
-        $('#ITP_FORM_OPER06010_VIEW .fnOwacNm').text(result.owacNm);
414
+        $('#ITP_FORM_OPER06010_VIEW .fnOwacNm').text('(예금주) ' + result.owacNm);
415
         $('#ITP_FORM_OPER06010_VIEW .fnZipNo').text(result.zipNo);
415
         $('#ITP_FORM_OPER06010_VIEW .fnZipNo').text(result.zipNo);
416
         $('#ITP_FORM_OPER06010_VIEW .fnLoadAddr').text(result.addr1);
416
         $('#ITP_FORM_OPER06010_VIEW .fnLoadAddr').text(result.addr1);
417
         $('#ITP_FORM_OPER06010_VIEW .fnDtlAddr').text(result.addr2);
417
         $('#ITP_FORM_OPER06010_VIEW .fnDtlAddr').text(result.addr2);

+ 8 - 8
src/main/webapp/js/app/pomng/ITP_POMNG02010.js

@@ -75,7 +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: '10', fixed: false, align: 'center',
78
+			width: '7', fixed: false, align: 'center',
79
 			sortable: false, hidden: false
79
 			sortable: false, hidden: false
80
 		},
80
 		},
81
 		{
81
 		{
@@ -89,7 +89,7 @@ const gridColModel = {
89
 			index: 'PCH_REQ_NM', name: 'pchReqNm',
89
 			index: 'PCH_REQ_NM', name: 'pchReqNm',
90
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
90
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
91
 			width: '13', fixed: false, align: 'left',
91
 			width: '13', fixed: false, align: 'left',
92
-			minwidth: 200,
92
+			minwidth: 180,
93
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
93
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
94
 		},
94
 		},
95
 		{
95
 		{
@@ -101,7 +101,7 @@ const gridColModel = {
101
 		{
101
 		{
102
 			index: 'PCH_REQ_ST_NM', name: 'pchReqStNm',
102
 			index: 'PCH_REQ_ST_NM', name: 'pchReqStNm',
103
 			label: ITP_MSG_LOCALE.label.pchReqStNm, //구매요청상태명
103
 			label: ITP_MSG_LOCALE.label.pchReqStNm, //구매요청상태명
104
-			width: '10', fixed: false, align: 'center',
104
+			width: '9', fixed: false, align: 'center',
105
 			sortable: false, hidden: false
105
 			sortable: false, hidden: false
106
 		},
106
 		},
107
 		{
107
 		{
@@ -114,21 +114,21 @@ const gridColModel = {
114
 		{
114
 		{
115
 			index: 'PCH_REQ_ITEM_QTY', name: 'pchReqItemQty',
115
 			index: 'PCH_REQ_ITEM_QTY', name: 'pchReqItemQty',
116
 			label: ITP_MSG_LOCALE.label.pchReqItemQty, //요청품목수
116
 			label: ITP_MSG_LOCALE.label.pchReqItemQty, //요청품목수
117
-			width: '10', fixed: false, align: 'right',
117
+			width: '12', fixed: false, align: 'right',
118
 			sortable: false, hidden: false,
118
 			sortable: false, hidden: false,
119
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
119
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
120
 		},
120
 		},
121
 		{
121
 		{
122
 			index: 'PCH_REQ_TOTAL_AMT', name: 'pchReqTotalAmt',
122
 			index: 'PCH_REQ_TOTAL_AMT', name: 'pchReqTotalAmt',
123
 			label: ITP_MSG_LOCALE.label.pchReqTotalAmt, //요청금액
123
 			label: ITP_MSG_LOCALE.label.pchReqTotalAmt, //요청금액
124
-			width: '10', fixed: false, align: 'right',
124
+			width: '12', fixed: false, align: 'right',
125
 			sortable: false, hidden: false,
125
 			sortable: false, hidden: false,
126
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
126
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
127
 		},
127
 		},
128
 		{
128
 		{
129
 			index: 'PCH_REQ_RJCT_DT', name: 'pchReqRjctDt',
129
 			index: 'PCH_REQ_RJCT_DT', name: 'pchReqRjctDt',
130
 			label: ITP_MSG_LOCALE.label.pchReqRjctDt, //반려일자
130
 			label: ITP_MSG_LOCALE.label.pchReqRjctDt, //반려일자
131
-			width: '10', fixed: false, align: 'center',
131
+			width: '11', fixed: false, align: 'center',
132
 			sortable: false, hidden: false
132
 			sortable: false, hidden: false
133
 		},
133
 		},
134
 		{
134
 		{
@@ -140,7 +140,7 @@ const gridColModel = {
140
 		{
140
 		{
141
 			index: 'PCH_REQ_MGR_NM', name: 'pchReqMgrNm',
141
 			index: 'PCH_REQ_MGR_NM', name: 'pchReqMgrNm',
142
 			label: ITP_MSG_LOCALE.label.pchReqMgrNm, //구매요청자명
142
 			label: ITP_MSG_LOCALE.label.pchReqMgrNm, //구매요청자명
143
-			width: '10', fixed: false, align: 'center',
143
+			width: '11', fixed: false, align: 'center',
144
 			sortable: false, hidden: false
144
 			sortable: false, hidden: false
145
 		},
145
 		},
146
 		{
146
 		{
@@ -154,7 +154,7 @@ const gridColModel = {
154
 			index: 'WHS_LOCATION_NM', name: 'whsLocationNm',
154
 			index: 'WHS_LOCATION_NM', name: 'whsLocationNm',
155
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
155
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
156
 			width: '10', fixed: false, align: 'left',
156
 			width: '10', fixed: false, align: 'left',
157
-			minwidth: 200,
157
+			minwidth: 180,
158
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
158
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
159
 		}
159
 		}
160
 	],
160
 	],

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

@@ -192,10 +192,10 @@ const gridColModel = {
192
 		},
192
 		},
193
 		{
193
 		{
194
 			index: 'LEAD_TIME', name: 'leadTime',
194
 			index: 'LEAD_TIME', name: 'leadTime',
195
-			label: ITP_MSG_LOCALE.label.leadTime, //리드타임
196
-			width: '10', fixed: false, align: 'right',
197
-			minwidth: 100,
198
-			sortable: false, hidden: false
195
+			label: '리드타임 Day(s)', //리드타임
196
+			width: '12', fixed: false, align: 'right',
197
+			sortable: false, hidden: false,
198
+			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
199
 		}
199
 		}
200
 	],
200
 	],
201
 	detail: [
201
 	detail: [

+ 3 - 3
src/main/webapp/js/app/pomng/ITP_POMNG06010.js

@@ -44,7 +44,7 @@ const gridColModel = {
44
 			index: 'BRAND_NM', name: 'brandNm',
44
 			index: 'BRAND_NM', name: 'brandNm',
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
46
 			width: '10', fixed: false, align: 'left',
46
 			width: '10', fixed: false, align: 'left',
47
-			minwidth: 110,
47
+			minwidth: 130,
48
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
48
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
49
 		},
49
 		},
50
 		{
50
 		{
@@ -71,7 +71,7 @@ const gridColModel = {
71
 			index: 'ITEM_NM', name: 'itemNm',
71
 			index: 'ITEM_NM', name: 'itemNm',
72
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
72
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
73
 			width: '10', fixed: false, align: 'left',
73
 			width: '10', fixed: false, align: 'left',
74
-			minwidth: 120,
74
+			minwidth: 130,
75
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
75
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
76
 		},
76
 		},
77
 		{
77
 		{
@@ -128,7 +128,7 @@ const gridColModel = {
128
 			index: 'WHS_NM', name: 'whsNm',
128
 			index: 'WHS_NM', name: 'whsNm',
129
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
129
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
130
 			width: '15', fixed: false, align: 'left',
130
 			width: '15', fixed: false, align: 'left',
131
-			minwidth: 200,
131
+			minwidth: 170,
132
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
132
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
133
 		},
133
 		},
134
 		{
134
 		{

+ 8 - 8
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_REJECT.js

@@ -65,39 +65,39 @@ function itp_fn_BIZPOP_PO_REJECT(parentPopFn, args, returnType) {
65
 			{
65
 			{
66
 				index: 'AFFL_SHOP_NM', name: 'itemId',
66
 				index: 'AFFL_SHOP_NM', name: 'itemId',
67
 				label: '품목번호', //
67
 				label: '품목번호', //
68
-				width: '10', fixed: false, align: 'center',
68
+				width: '12', fixed: false, align: 'center',
69
 				sortable: false, hidden: false
69
 				sortable: false, hidden: false
70
 			},
70
 			},
71
 			{
71
 			{
72
 				index: 'ITEM_NM', name: 'itemNm',
72
 				index: 'ITEM_NM', name: 'itemNm',
73
 				label: '품목명', //
73
 				label: '품목명', //
74
-				width: '10', fixed: false, align: 'left',
75
-				sortable: false, hidden: false
74
+				width: '9', fixed: false, align: 'left',
75
+				sortable: false, hidden: false, classes: 'ui-ellipsis'
76
 			},
76
 			},
77
 			{
77
 			{
78
 				index: 'PCH_REQ_QTY', name: 'pchReqQty',
78
 				index: 'PCH_REQ_QTY', name: 'pchReqQty',
79
 				label: '구매요청수량', //
79
 				label: '구매요청수량', //
80
-				width: '8', fixed: false, align: 'right',
80
+				width: '9', fixed: false, align: 'right',
81
 				sortable: false, hidden: false,
81
 				sortable: false, hidden: false,
82
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
82
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
83
 			},
83
 			},
84
 			{
84
 			{
85
 				index: 'PCH_REQ_AMT', name: 'pchReqAmt',
85
 				index: 'PCH_REQ_AMT', name: 'pchReqAmt',
86
 				label: '구매요청금액', //
86
 				label: '구매요청금액', //
87
-				width: '10', fixed: false, align: 'right',
87
+				width: '9', fixed: false, align: 'right',
88
 				sortable: false, hidden: false,
88
 				sortable: false, hidden: false,
89
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
89
 				formatter: 'integer', formatoptions: {thousandsSeparator: ','}
90
 			},
90
 			},
91
 			{
91
 			{
92
 				index: 'PCH_REQ_UNQ_NO', name: 'pchReqUnqNo',
92
 				index: 'PCH_REQ_UNQ_NO', name: 'pchReqUnqNo',
93
 				label: '구매요청번호', //
93
 				label: '구매요청번호', //
94
-				width: '5', fixed: false, align: 'center',
94
+				width: '12', fixed: false, align: 'center',
95
 				sortable: false, hidden: false
95
 				sortable: false, hidden: false
96
 			},
96
 			},
97
 			{
97
 			{
98
 				index: 'PCH_REQ_DTL_NO', name: 'pchReqDtlNo',
98
 				index: 'PCH_REQ_DTL_NO', name: 'pchReqDtlNo',
99
-				label: '구매요청순번', //
100
-				width: '5', fixed: false, align: 'center',
99
+				label: '순번', //
100
+				width: '4', fixed: false, align: 'center',
101
 				sortable: false, hidden: false
101
 				sortable: false, hidden: false
102
 			}
102
 			}
103
 		],
103
 		],

+ 3 - 3
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -133,7 +133,7 @@
133
 		</div>
133
 		</div>
134
 	</div>
134
 	</div>
135
 	<div id="ITP_POP_MSTOCKMNG01010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
135
 	<div id="ITP_POP_MSTOCKMNG01010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
136
-		<div class="pop">
136
+		<div class="pop" style="height:480px;">
137
 			<div class="header">
137
 			<div class="header">
138
 				<div class="header_left">
138
 				<div class="header_left">
139
 					<label>재고처리</label>
139
 					<label>재고처리</label>
@@ -148,7 +148,7 @@
148
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
148
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
149
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
149
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
150
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
150
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
151
-			<div>
151
+			<div style="position:relative; top:-40px; ">
152
 				<div class="list_line">
152
 				<div class="list_line">
153
 					<div class="list_label">
153
 					<div class="list_label">
154
 						<label>창고명</label>
154
 						<label>창고명</label>
@@ -197,7 +197,7 @@
197
 						<div class="pay_info fnMgntLevel"></div>
197
 						<div class="pay_info fnMgntLevel"></div>
198
 					</div>
198
 					</div>
199
 				</div>
199
 				</div>
200
-				<div class="list_line" style="margin-top:30px;">
200
+				<div class="list_line" style="margin-top:10px;">
201
 				  <div class="info">
201
 				  <div class="info">
202
 					<label>창고선택</label>
202
 					<label>창고선택</label>
203
 				</div>
203
 				</div>

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

@@ -143,7 +143,7 @@ section .popup2 .search .left {width:50%; float:left;}
143
 section .popup2 .search .right {width:50%; float:right;}
143
 section .popup2 .search .right {width:50%; float:right;}
144
 
144
 
145
 section .popup2 .search .left button,
145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
146
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt; margin-top:10px;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149
 section .popup2 .content .line.ml_10 {}
149
 section .popup2 .content .line.ml_10 {}
@@ -375,7 +375,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
375
 .content .line .line_right input.m9 {margin-right:93px;}
375
 .content .line .line_right input.m9 {margin-right:93px;}
376
 .content .line .line_right input.left {text-align: left;}
376
 .content .line .line_right input.left {text-align: left;}
377
 .content .line .line_right input.mg0 {margin-right:10px;}
377
 .content .line .line_right input.mg0 {margin-right:10px;}
378
-.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
378
+.content .line .line_right input.date{width:194px; margin-right:132px; height:35px; margin-left:3px;} 
379
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
379
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
380
 .content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14pt; background: url(../img/calender.png) 95%/18px no-repeat white}
380
 .content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14pt; background: url(../img/calender.png) 95%/18px no-repeat white}
381
 .content .line input.full {width: 100%;}
381
 .content .line input.full {width: 100%;}

+ 7 - 2
src/main/webapp/mobile/js/app/login.js

@@ -2,10 +2,15 @@ require(['config'], function() {
2
 	require([
2
 	require([
3
 		'jquery', 
3
 		'jquery', 
4
 		'crypto' //Crypto 암호화 js - 필요한 페이지만 불러서 쓴다
4
 		'crypto' //Crypto 암호화 js - 필요한 페이지만 불러서 쓴다
5
-	], function($) {
5
+	], function($) { 
6
 		if (sessionStorage.getItem('itp_login_info') !== null) { //Jwt 가 살아있으면 메인으로 보낸다.
6
 		if (sessionStorage.getItem('itp_login_info') !== null) { //Jwt 가 살아있으면 메인으로 보낸다.
7
 	    	location.replace('./main.html');
7
 	    	location.replace('./main.html');
8
-	    }
8
+	    } 
9
+		 
10
+		if (sessionStorage.getItem('itp_manage_user_info') !== null) { //로그인 사용자 정보가 있다면 제거
11
+	    	sessionStorage.removeItem('itp_manage_user_info'); 
12
+	    }  
13
+		
9
 
14
 
10
 		// itp_fn_login_init();
15
 		// itp_fn_login_init();
11
 
16