瀏覽代碼

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

dwkim 2 年之前
父節點
當前提交
b351d80783

+ 9 - 9
src/main/webapp/app/popup/biz/BIZPOP_PO_STOCK_PROC.html

@@ -17,35 +17,35 @@
17 17
 								<input type="hidden" id="ITP_FORM_PO_STOCK_PROC_POPUP_ITEM_ID" name="itemId" value="">
18 18
 							
19 19
 								<div class="form-group">
20
-									<label class="col-xs-2 itp_lb">창고명</label>
20
+									<label class="col-xs-2 itp_lb sw">창고명</label>
21 21
 									<div class="col-xs-3 col_3 itp_ip fnWhsNm"></div>
22
-									<label class="col-xs-2 itp_lb">로케이션</label>
22
+									<label class="col-xs-2 itp_lb sw">로케이션</label>
23 23
 									<div class="col-xs-3 col_3 itp_ip fnLocationNm"></div>
24 24
 								</div>
25 25
 								<div class="form-group">
26
-									<label class="col-xs-2 itp_lb">품목번호</label>
26
+									<label class="col-xs-2 itp_lb sw">품목번호</label>
27 27
 									<div class="col-xs-4 col_3 itp_ip fnItemId"></div>
28
-									<label class="col-xs-2 itp_lb">품목명</label>
28
+									<label class="col-xs-2 itp_lb sw">품목명</label>
29 29
 									<div class="col-xs-4 col_3 itp_ip fnItemNm"></div>
30 30
 								</div>
31 31
 								<div class="form-group border">
32
-									<label class="col-xs-2 itp_lb">현재고</label>
32
+									<label class="col-xs-2 itp_lb sw">현재고</label>
33 33
 									<div class="col-xs-4 col_3 itp_ip fnStckQty"></div>
34
-									<label class="col-xs-2 itp_lb">관리등급</label>
34
+									<label class="col-xs-2 itp_lb sw">관리등급</label>
35 35
 									<div class="col-xs-4 col_3 itp_ip"></div>
36 36
 								</div>
37 37
 								<div class="form-group">
38
-									<label class="col-xs-2 itp_lb">창고선택</label>
38
+									<label class="col-xs-2 itp_lb sw">창고선택</label>
39 39
 									<div class="col-xs-4 col_3 itp_ip">
40 40
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_WHS_ID" class="form-control itp_input" name="targetWhsId"></select>
41 41
 									</div>
42
-									<label class="col-xs-2 itp_lb">Location</label>
42
+									<label class="col-xs-2 itp_lb sw">Location</label>
43 43
 									<div class="col-xs-4 col_3 itp_ip">
44 44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
45 45
 									</div>
46 46
 								</div>
47 47
 								<div class="form-group colspan">
48
-									<label class="col-xs-2 itp_lb colspan">이동수량</label>
48
+									<label class="col-xs-2 itp_lb colspan sw">이동수량</label>
49 49
 									<div class="col-xs-4 col_3 itp_ip">
50 50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" />
51 51
 									</div>									

+ 2 - 5
src/main/webapp/app/stinfo/STINFO06010.html

@@ -52,7 +52,7 @@
52 52
 				             <div class="form-group">
53 53
 				                <div class="col-xs-3 itp_ip">
54 54
 									<div class="input-group">
55
-				                		<input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" disabled />
55
+				                		<input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" readonly />
56 56
 										<span class="input-group-btn">
57 57
 											<button id="ITP_BTN_STINFO06010_DETAIL_DELETE_STORE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
58 58
 										</span>
@@ -63,10 +63,7 @@
63 63
 				                </div>
64 64
 								 <div class="contDt">
65 65
 								 	<div class="col-xs-2 itp_ip itp_noMar">
66
-										<select id="ITP_BTN_STINFO06010_DETAIL_SEARCH_" class="form-control itp_input" name="search">
67
-											<option value="">계약기간</option>
68
-										</select>	
69
-									</div>									 
66
+										<label>계약기간</label>									</div>									 
70 67
 									<div class="col-xs-3 itp_ip itp_noMar">
71 68
 										 <div class="input-daterange input-group date">
72 69
 											 <input type="text" id="ITP_FORM_STINFO06010_DETAIL_FROM_DT" data-check-required="empty" class="form-control itp_input" name="contSttDt" value="" readonly>

+ 2 - 8
src/main/webapp/app/stockmng/STOCKMNG01010.html

@@ -5,6 +5,8 @@
5 5
 				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>재고 관리</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_STOCKMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>	
8 10
 				</div>					
9 11
 			</div>
10 12
 			<div class="itp_det_in">
@@ -57,14 +59,6 @@
57 59
 							</div>
58 60
 						</div>
59 61
 					</div>
60
-					
61
-					<div class="fix" style="padding-right:15px; margin-bottom: 0px;">
62
-						<div class="pull-right itp_cicon">
63
-						<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
64
-						<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>	
65
-						</div>
66
-					</div>	
67
-					
68 62
 					<div class="itp_table fix">
69 63
 						<div id="ITP_STOCKMNG01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
70 64
 							<div id="ITP_STOCKMNG01010_jqGridView" class="itp_views fix"></div>

+ 1 - 5
src/main/webapp/app/stockmng/STOCKMNG02010.html

@@ -8,6 +8,7 @@
8 8
 					<button type="button" id="ITP_BTN_STOCKMNG02010_STOCK_CDD" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고실사&nbsp;&nbsp;</button>
9 9
 					<button type="button" id="ITP_BTN_STOCKMNG02010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon "></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
10 10
 					<button type="button" id="ITP_BTN_STOCKMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i>&nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
11 12
 				</div>					
12 13
 			</div>
13 14
 			<div class="itp_det_in">
@@ -96,11 +97,6 @@
96 97
 							</div>
97 98
 						</div>
98 99
 					</div>
99
-					<div class="fix" style="padding-right:15px;margin-bottom: 13px;">
100
-						<div class="pull-right itp_cicon">
101
-							<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
102
-						</div>
103
-					</div>
104 100
 					<div class="itp_table fix">
105 101
 						<div id="ITP_STOCKMNG02010_DETAIL_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
106 102
 							<div id="ITP_STOCKMNG02010_DETAIL_jqGridView" class="itp_views fix"></div>

+ 2 - 8
src/main/webapp/app/stockmng/STOCKMNG03010.html

@@ -6,6 +6,8 @@
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_STOCKMNG03010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon "></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
8 8
 					<button type="button" id="ITP_BTN_STOCKMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm SHOW"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>	
9 11
 				</div>					
10 12
 			</div>
11 13
 			<div class="itp_det_in">
@@ -65,14 +67,6 @@
65 67
 							</div>
66 68
 						</div>
67 69
 					</div>
68
-					
69
-					<div class="fix" style="padding-right:15px; margin-bottom: 0px;">
70
-						<div class="pull-right itp_cicon">
71
-						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
72
-						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm SHOW"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>	
73
-						</div>
74
-					</div>					
75
-					
76 70
 					<div class="itp_table fix">
77 71
 						<div id="ITP_STOCKMNG03010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
78 72
 							<div id="ITP_STOCKMNG03010_jqGridView" class="itp_views fix"></div>

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

@@ -597,6 +597,7 @@ _:-ms-fullscreen, :root .itp_logs {max-width: 1287px}
597 597
 #ITP_ASIDE .itp_modal .itp_form .shot{height:43px !important; border-bottom:1px solid #aaa;}
598 598
 #ITP_ASIDE .itp_modal .itp_form .form-group.border {border-bottom:1px solid #ddd;}
599 599
 #ITP_ASIDE .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
600
+#ITP_ASIDE .itp_modal .itp_form .sw{width:100px !important;}
600 601
 #ITP_ASIDE .itp_modal .itp_form .itp_lb {top:0; font-size:13px; margin:0; padding:13px 12px; height:44px; background:#eee; width:125px; min-width:100px; border-right:1px solid #aaa; border-left:1px solid #ccc;}
601 602
 #ITP_ASIDE .itp_modal .itp_form .itp_lb.itp_normal {font-weight:normal; padding-left:19px;}
602 603
 #ITP_ASIDE .itp_modal .itp_form .itp_ip {padding:9px 10px 0 10px;;}

+ 2 - 0
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -449,6 +449,7 @@ let pageObj = {
449 449
 			});
450 450
 
451 451
 			$('#ITP_AJAX_STINFO06010_DETAIL_CONTAINER').show();
452
+			$('#ITP_BTN_STINFO06010_SRH').show();
452 453
 			fn_show_btn_auth_array(['#ITP_BTN_STINFO06010_CANCELLIST', '#ITP_BTN_STINFO06010_SAVE']);
453 454
 
454 455
 			$('#ITP_BTN_STINFO06010_DETAIL_SEARCH_STORE').removeAttr('disabled');
@@ -470,6 +471,7 @@ let pageObj = {
470 471
 			}
471 472
 			$('#ITP_BTN_STINFO06010_DETAIL_SEARCH_STORE').attr('disabled', true);
472 473
 			$('#ITP_BTN_STINFO06010_DETAIL_DELETE_STORE').attr('disabled', true);
474
+			$('#ITP_BTN_STINFO06010_SRH').show();
473 475
 
474 476
 			// 브랜드그룹 정보 설정
475 477
 			$('#ITP_FORM_STINFO06010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));

+ 4 - 1
src/main/webapp/js/app/stockmng/ITP_STOCKMNG02010.js

@@ -275,6 +275,7 @@ const gridColModel = {
275 275
 			index: 'CDD_QTY', name: 'cddQty',
276 276
 			label: "실사수량",
277 277
 			width: '10', fixed: false, align: 'center',
278
+			classes: 'input_color',
278 279
 			sortable: false, editable: true, edittype: 'text',
279 280
 			editrules: {required: false}
280 281
 		}
@@ -391,6 +392,7 @@ let pageObj = {
391 392
 			$('#ITP_BTN_STOCKMNG02010_CANCELLIST').hide();
392 393
 			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();
393 394
 			$('#ITP_BTN_STOCKMNG02010_SAVE').hide();
395
+			$('#ITP_BTN_STOCKMNG02010_DETAIL_ADDROW').hide();
394 396
 			
395 397
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_SRH');
396 398
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_STOCK_CDD');
@@ -404,7 +406,8 @@ let pageObj = {
404 406
 			$('#ITP_BTN_STOCKMNG02010_SRH').hide();
405 407
 			$('#ITP_BTN_STOCKMNG02010_MODIFY').hide();
406 408
 			$('#ITP_BTN_STOCKMNG02010_STOCK_CDD').hide();
407
-			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();			
409
+			$('#ITP_BTN_STOCKMNG02010_DELETE').hide();		
410
+			$('#ITP_BTN_STOCKMNG02010_DETAIL_ADDROW').show();
408 411
 			
409 412
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_CANCELLIST');
410 413
 			fn_show_btn_auth('#ITP_BTN_STOCKMNG02010_SAVE');

+ 3 - 1
src/main/webapp/mobile/app/login.html

@@ -15,13 +15,15 @@
15 15
     <script src="../js/properties.js"></script>
16 16
     <script src="../../js/require.min.js" data-main="../js/config.js"></script>
17 17
   </head>
18
+    <div class="bg_gray"></div>
18 19
     <div id="ITP_LOGIN">
19 20
       <form id="ITP_FORM_MOBILE_LOGIN" class="form-horizontal" action="" method="post" onsubmit="return false;">
20 21
         <input id="userId" name="userId" type="hidden" value="" />
21 22
         <input id="password" name="password" type="hidden" value="" />
22 23
       <div class="login_popup">
23 24
         <div class="login_info">
24
-          <h1>서비스<br>VISUAL IMAGE</h1>
25
+			<img src="../img/oqpologo.png" alt="로고" class=" ">
26
+       		<h1>Order Queen</h1>
25 27
         </div>
26 28
         <div class="num_area">
27 29
           <div class="input_area">

+ 4 - 13
src/main/webapp/mobile/app/main.html

@@ -33,21 +33,12 @@
33 33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
34 34
 			</div>
35 35
 			<div class="logout">
36
-				<button id="ITP_MOBILE_BTN_LOGOUT">로그<br>아웃</button>
36
+				<button id="ITP_MOBILE_BTN_LOGOUT"><img src="../img/logout.png" alt=""></button>
37 37
 			</div>
38 38
 			<div class="name_info">
39
-				<label>
40
-					<div class="fnMenuNm"></div>
41
-				</label>
42
-				<label>
43
-					<div class="fnBrnadNm">브랜드명</div>
44
-				</label>
45
-				<label class="fnLblDash">
46
-					<div>-</div>
47
-				</label>
48
-				<label class="fnLblStoreNm">
49
-					<div class="fnStoreNm">매장명</div>
50
-				</label>
39
+				<div class="bn fnMenuNm"></div>
40
+				<div class="bn fnBrnadNm">브랜드명</div>
41
+				<div class="fnStoreNm">매장명</div>
51 42
 			</div>
52 43
 		</div>
53 44
 	</header>

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -30,7 +30,7 @@
30 30
           <label>납품장소</label>
31 31
           <div class="search_nm">
32 32
             <div class="float_left">
33
-              <input type="text" id="ITP_FORM_MPOMNG01010_DETAIL_WHS_NM" class="" name="whsNm" data-check-required="empty" placeholder="매장명" readonly />
33
+                <input type="text" id="ITP_FORM_MPOMNG01010_DETAIL_WHS_NM" class="" name="whsNm" data-check-required="empty" placeholder="매장명" readonly />
34 34
                 <input type="hidden" id="ITP_FORM_MPOMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
35 35
                 <input type="hidden" id="ITP_FORM_MPOMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
36 36
             </div>
@@ -50,7 +50,7 @@
50 50
       </div>
51 51
       <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-1-1">
52 52
         <ul id="ITP_LIST_MPOMNG01010_DETAIL_ROWS" class="panel-group"></ul>
53
-        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display:none;">
53
+        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: block;">
54 54
           <li class="list-row">
55 55
             <div class="left_info">
56 56
               <div class="check_box"><!-- class 변경 -->

+ 37 - 33
src/main/webapp/mobile/css/style.css

@@ -1,7 +1,7 @@
1 1
 @font-face { font-family: 'NanumBarunGothic';src: url('../fonts/NanumBarunGothic.eot');src: url('../fonts/NanumBarunGothic.eot') format('embedded-opentype'),url('../fonts/NanumBarunGothic.woff') format('woff');}
2 2
 * {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'NanumBarunGothic', 'serif'; list-style: none;}
3 3
 section {}
4
-body{background: #fff; position: relative; width: 100%; height: auto;}
4
+body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'NanumBarunGothic';}
5 5
 .color-gray {color:#aaa;}
6 6
 /* 팝업 */
7 7
 section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
@@ -128,38 +128,38 @@ body.eee {height: 700px; background: #eee;}
128 128
 .upgrade .btn .info_btn2 button {width: 65%;color: #ccc;background-color: blue;}
129 129
 
130 130
 /* 로그인 */
131
+.bg_gray {width:100%; height:180px; background:#ecebea; border-bottom-left-radius:50%; border-bottom-right-radius:50%;}
131 132
 #ITP_LOGIN {max-width: 500px; margin: 0 auto;}
132
-#ITP_LOGIN .login_popup {position: relative; width: 100%; top: 80px; text-align: center;}
133
-#ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: normal;}
133
+#ITP_LOGIN .login_popup {position: relative; width: 100%; text-align: center;}
134
+#ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: 700;}
134 135
 #ITP_LOGIN .login_popup input { position: relative; height: 30px; font-size: 2.2rem;}
135
-#ITP_LOGIN .login_popup .login_info { margin-bottom: 100px;}
136
+#ITP_LOGIN .login_popup .login_info { margin-bottom: 30px; position:relative; top:-50px;}
137
+#ITP_LOGIN .login_popup .login_info img {width:100px; margin-bottom:10px;}
136 138
 #ITP_LOGIN .login_popup .num_area { position: relative; width: 100%;  margin-bottom: 40px;}
137 139
 #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
138
-#ITP_LOGIN .login_popup .num_area .input_area input {width:52%; font-size: 0.8rem; }
139
-#ITP_LOGIN .login_popup .num_area .input_area button {font-weight: 700; margin-left: 0.1%; width: 16.5%; height: 40px; background-color: blue; color: #eee; font-size: 1rem; padding: 0;}
140
-#ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 40px; font-size: 0.8rem; background: url(../img/down.png)no-repeat 100% 50%/40px auto; -webkit-appearance:none; appearance:none;}
140
+#ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
141
+#ITP_LOGIN .login_popup .num_area .input_area button {margin-left: 0.1%; width: 19.5%; height: 45px; background-color: #f7b014; color: #eee; font-size: 16px; padding: 0; border:3px solid #fbd896; border-radius: 10px;}
142
+#ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
141 143
 #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;} 
142 144
 
143 145
 #ITP_LOGIN .login_page {position: relative; width: 100%;  margin-bottom: 30px;}
144 146
 
145 147
 #ITP_LOGIN .input_area {position: relative; width: 100%;  margin-bottom: 10px;}
146
-#ITP_LOGIN .input_area input {width: 70%; height: 40px; position: relative; padding: 10px; text-align: left; border:1px solid #666; font-size: 0.7rem; color: #000; outline: none; margin:0;}
147
-#ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 12px; font-size: 1rem; transition: all .5s ease;}
148
+#ITP_LOGIN .input_area input {width: 70%; height: 45px; position: relative; padding: 10px; text-align: left; border:2px solid #ddd; border-radius:10px; font-size: 0.7rem; color: #000; outline: none; margin:0;}
149
+#ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 14px; font-size: 15px; transition: all .5s ease; color:#666;}
148 150
 #ITP_LOGIN .input_area input:focus + label,
149
-#ITP_LOGIN .input_area input:valid + label {top: 2px; left: 16%; font-size: 0.6rem; color: blue;}
151
+#ITP_LOGIN .input_area input:valid + label {top: 4px; left: 18%; font-size: 0.6rem; color: blue;}
150 152
 #ITP_LOGIN .error {margin: 0 auto; margin-top: 100px;}
151 153
 #ITP_LOGIN .error label {font-size: 1rem;}
152
-#ITP_LOGIN .login_btn {position: absolute; bottom: 0; left: 0;}
154
+#ITP_LOGIN .login_btn {position: relative; top: -20px; left: 0;}
153 155
 #ITP_LOGIN .login_btn button {
154
-  font-weight: 700;
155
-  position: fixed;
156
-  background-color: #aaa;
156
+  font-weight: nomal;
157
+  border:3px solid #fbd896; border-radius: 10px;
157 158
   color: #eee;
158
-  bottom: 0px;
159
-  width: 100%;
160
-  height: 60px;
161
-  border-top: 1px solid #000;
162
-  font-size: 1.2rem;
159
+  background-color: #f7b014;
160
+  width: 70%;
161
+  height: 50px;
162
+  font-size: 20px;
163 163
 }
164 164
 
165 165
 /* 메인화면 */
@@ -176,22 +176,25 @@ body.eee {height: 700px; background: #eee;}
176 176
 .main .wicon .icon_left {float: left;}
177 177
 
178 178
 
179
-input {margin-top: 3px; border: 1px solid #000; margin-top: -2px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 15px;}
179
+input {margin-top: 3px; border: 1px solid #aaa; border-radius:5px; margin-top: -2px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 15px;}
180 180
 select {border: 1px solid #000; height: 35px; font-size: 1rem; text-align: left; padding:0 15px;}
181 181
 input .day {margin: 18%; width: 45%; height: 80px; float: right;}
182 182
 
183 183
 /* 공통화면 */
184 184
 
185
-#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#92c7f6;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
185
+#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#F7B014;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
186 186
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 55px; margin: 0 auto;}
187 187
 #ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 7px; margin-left: 7px;}
188
-#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 35px; height: 35px; margin: 0; border-radius: 0; border: none;}
188
+#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 25px; height: 20px; margin: 0; border-radius: 0; border: none;}
189 189
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
190 190
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
191
-#ITP_WRAPPER header .header_wrap .name_info {width: auto; float: right;}
192
-#ITP_WRAPPER header .header_wrap .name_info label {width: auto; font-size: 1.1rem; }
191
+#ITP_WRAPPER header .header_wrap .name_info {width: 50%; height:55px; margin:0 auto; display:inline-flex;}
192
+#ITP_WRAPPER header .header_wrap .name_info div {width: auto; font-size: 20px; color:#eee; margin-top:17px;}
193
+#ITP_WRAPPER header .header_wrap .name_info div.bn {padding-right:5px; font-size:22px; margin-top:14px;}
194
+
193 195
 #ITP_WRAPPER header .header_wrap .logout {float: right; width: 60px;}
194
-#ITP_WRAPPER header .header_wrap .logout button { margin: 3px 0px; padding: 0px; width: 50px; height: 50px; border-radius: 15px; font-size: 0.8rem;}
196
+#ITP_WRAPPER header .header_wrap .logout button { margin: 3px 0px; width: 50px; height: 50px; border:none; font-size: 0.8rem;background: transparent;}
197
+#ITP_WRAPPER header .header_wrap .logout button img {width:22px;}
195 198
 
196 199
 /* 메뉴바 */
197 200
 #ITP_MENU .menu_area {position: fixed; width: 100%; height: 100%; top: 0; left: -0%; background: #000; opacity: 0.7; z-index: 12; transition: all 0.5s;}
@@ -247,24 +250,25 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
247 250
   padding-top: 50px;
248 251
   font-size: 2rem;
249 252
 }
250
-.content {top: 55px; position: fixed; z-index: 10; width:100%; background: #fff;}
251
-.content .line {position: relative; display: inline-block; width: 100%; height: 35px; margin-bottom: 0px;}
253
+.content {z-index: 10; margin-top:5px; width:100%; background: #f4f5f4;}
254
+.content .line {position: relative; display: inline-block; width: 90%; height: 45px; margin-bottom: 0px;}
252 255
 .content .line div {font-weight: 700;}
253
-.content .line label {font-size: 1.2rem; margin-left: 10px; float: left; text-align: left; margin-top: 12px;}
256
+.content .line label {min-width:110px; color:#555; font-size: 18px; margin-left: 10px; float: left; text-align: left; margin-top: 12px;}
254 257
 .content .line label.pay_label {margin:38px 1%; width:98%;}
255 258
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
256
-.content .line .search_nm {float: right; margin-right: 2%;}
259
+.content .line .search_nm {float: left; margin-right: 2%;}
257 260
 .content .line .search_wrap {float:right; margin-right:10px;}
258
-.content .line .float_left {float: left;}
261
+.content .line .float_left {float: left; margin-top:2px;}
262
+.content .line .float_left button {float: left;	border:none;}
259 263
 .content .line .float_left.note {width: 100%; padding: 10px;}
260 264
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #000; text-align: left;}
261 265
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
262
-.content .line .float_left_btn {float: left; margin-top: 5px; margin-left: 5px;}
266
+.content .line .float_left_btn {float: left; margin-top: 0px; margin-left: 5px;}
263 267
 .content .line .float_left_btn button {padding:0; width:36px; height:36px; border-radius:5px;}
264 268
 .content .line .float_left_btn button img {width:20px; height:20px;}
265 269
 .content .line .float_left select {float: left; width: 150px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem;}
266 270
 .content .line .line_right {font-size: 2rem; float: right; margin-right: 0%;}
267
-.content .line .line_right div {float: right; font-size: 1.2rem; margin-top: 12px; margin-right: 30px;}
271
+.content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; margin-right: 30px; color:#555;}
268 272
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
269 273
 .content .line .line_right input.m9 {margin-right:93px;}
270 274
 .content .line .line_right input.left {text-align: left;}
@@ -272,7 +276,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
272 276
 .content .line .line_right select.m9 {margin-right:83px;}
273 277
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
274 278
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
275
-.content .line input.date {width: 40%; margin: 10px; height: 40px; float: right; margin-right: 3%;}
279
+.content .line input.date {width: 40%; margin: 10px; height: 35px; float: left;}
276 280
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
277 281
 .content .line div.date_to {float: right; margin-right:10px;}
278 282
 .content .line div.date_to input.year {width: 120px; height: 30px;}

二進制
src/main/webapp/mobile/img/delete.png


二進制
src/main/webapp/mobile/img/downarrow.png


二進制
src/main/webapp/mobile/img/home.png


二進制
src/main/webapp/mobile/img/logout.png


二進制
src/main/webapp/mobile/img/menu.png


二進制
src/main/webapp/mobile/img/oqpologo.png


二進制
src/main/webapp/mobile/img/search.png


+ 0 - 8
src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG02010.js

@@ -214,18 +214,11 @@ let mobContentObj = {
214 214
 	barcode: {
215 215
 		callApp: function() {
216 216
 			location.replace('app:scan');
217
-			// return;
218
-			// var formId = '#ITP_FORM_MSTOCKMNG02010_LIST_SEARCH';
219
-			// itp_fn_form_clear_validate(null, formId);
220
-			// if (itp_fn_form_event.isValid(formId)) {
221
-			// 	location.replace('app:scan');
222
-			// }
223 217
 		}
224 218
 	}
225 219
 };
226 220
 
227 221
 function appCallFnBarcode(barcode) {
228
-	console.log(JSON.stringify(barcode));
229 222
 	var infoFn = function(result) {
230 223
 		console.log(JSON.stringify(result));
231 224
 		if(result) {
@@ -238,7 +231,6 @@ function appCallFnBarcode(barcode) {
238 231
 		'sLocation': $('#ITP_FORM_MSTOCKMNG02010_LIST_SEARCH #ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_LOCATION').val(),
239 232
 		'sBarcode': barcode
240 233
 	};
241
-	console.log(JSON.stringify(param));
242 234
 	fn_ajax_call(API_MOBILE_BARCODE, param, infoFn, 'GET');
243 235
 }
244 236