소스 검색

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

yhl88 2 년 전
부모
커밋
1a7e8b3991

+ 1 - 1
src/main/webapp/main.html

@@ -437,7 +437,7 @@
437 437
 									<div class="itp_graph_panel" id="ITP_MAIN_DRAW_DELI_CHART">
438 438
 										<div class="itp_graph_title">
439 439
 											<div class="itp_graph_info">입고</div>
440
-											<select id="MAIN_CHART_DELI_CHART" name="prType">
440
+											<select id="ITP_FORM_MAIN_SEARCH_DELI_TYPE" name="prType">
441 441
 												<option value="A">당일</option>
442 442
 												<option value="B">1주일</option>
443 443
 												<option value="C">15일</option>

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

@@ -138,7 +138,7 @@
138 138
 
139 139
 	<div id="ITP_CONTAINER" class="fix">
140 140
 		<div class="itp_mobile_contents"> 
141
-			<div id="ITP_MAIN_CONTAINER" class="itp_main_box" style="display: none;">
141
+			<div id="ITP_MAIN_CONTAINER" class="itp_main_box" >
142 142
 				<div class="itp_note_header">
143 143
 					<h1>> 공지사항</h1>
144 144
 				</div>				
@@ -221,7 +221,7 @@
221 221
 				<div id="ITP_MAIN_DRAW_DELI_CHART" class="itp_graph_area">
222 222
 					<div class="itp_graph_header">
223 223
 						<label>입고</label>
224
-						<select id="MAIN_CHART_DELI_CHART" name="prType">
224
+						<select id="ITP_FORM_MAIN_SEARCH_DELI_TYPE" name="prType">
225 225
 							<option value="A">당일</option>
226 226
 							<option value="B">1주일</option>
227 227
 							<option value="C">15일</option>

+ 3 - 0
src/main/webapp/mobile/app/mcollmng/MCOLLMNG01010.html

@@ -114,6 +114,9 @@
114 114
 		<input type="hidden" id="ITP_FORM_MCOLLMNG01010_VIEW_VIEW_CD" name="viewCd" value="C">
115 115
 		  <div class="content">
116 116
 			 <div class="content_fix">
117
+			 	<div class="line header">
118
+					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">수거현황</div>
119
+		      	</div>
117 120
 				<div class="line">
118 121
 				  <label>브랜드명</label>
119 122
 				  <div class="line_right">

+ 3 - 0
src/main/webapp/mobile/app/mcollmng/MCOLLMNG02010.html

@@ -114,6 +114,9 @@
114 114
 		<input type="hidden" id="ITP_FORM_MCOLLMNG02010_VIEW_VIEW_CD" name="viewCd" value="C">
115 115
 		  <div class="content">
116 116
 			  <div class="content_fix">
117
+			  	<div class="line header">
118
+				   <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">수거서작성</div>
119
+	      	    </div>
117 120
 				<div class="line">
118 121
 				  <label>브랜드명</label>
119 122
 				  <div class="line_right">

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

@@ -99,8 +99,8 @@
99 99
 				</li>
100 100
 			</div>
101 101
 			<div class="button_bar">
102
-			  <button id="ITP_BTN_MORDMNG02010_LIST_DLV_VIEW" class="ok col_12 btn-m-orange IVC">납품서생성</button>
103
-			  <!--<button id="ITP_BTN_MORDMNG02010_LIST_CANCEL" class="btn_col_3 btn-gray CLB">취소</button>-->
102
+			  <button id="ITP_BTN_MORDMNG02010_LIST_DLV_VIEW" class="ok btn_col_6 btn-m-orange IVC">납품서생성</button>
103
+			  <button id="ITP_BTN_MORDMNG02010_LIST_CANCEL" class="btn_col_3 btn-gray CLB">취소</button>
104 104
 			</div>
105 105
 		  </div>
106 106
 	  </form>

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

@@ -123,12 +123,9 @@
123 123
 						</div>
124 124
 					</li>
125 125
 				</div>
126
-				<!--
127 126
 				<div class="button_bar">
128 127
 					<button id="ITP_BTN_MORDMNG03010_LIST_DLV_VIEW" class="ok col_12 btn-m-orange IVDETAIL">납품서보기</button>
129
-					 
130 128
 				</div>
131
-				-->
132 129
 			</div>
133 130
 		</form>
134 131
 	</div>

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

@@ -118,6 +118,8 @@ function itp_fn_login_proc() {
118 118
 		// var url = CommonObj.isApp ? '/api/member/sign-in-app' : '/api/member/sign-in';
119 119
 		fn_ajax_call(url, JSON.stringify(params), loginFn, 'POST'); //암호화 해서 보내는 경우 먼저 해시키를 가져와서 암호화해서 보낸다
120 120
 	};
121
+	// 사용자정보 세션 초기화
122
+	sessionStorage.removeItem("itp_manage_user_info");
121 123
 	fn_ajax_call('/api/session/hashed', null, callbackFn, 'GET'); //Crypto 암호화를 위한 해쉬키.. 로그인 후에는 Jwt 포함인 /api/session/hashedKey 이걸로 호출해서 사용한다.
122 124
 }
123 125
 

+ 3 - 3
src/main/webapp/mobile/js/app/main.js

@@ -144,15 +144,15 @@ var mobMainObj = {
144 144
 			});
145 145
 			
146 146
 			$('#ITP_FORM_MAIN_SEARCH_DELI_TYPE').on('change', function() {
147
-				this.drawChartDeli();
147
+				me.drawChartDeli();
148 148
 			});
149 149
 			
150 150
 			$('#ITP_FORM_MAIN_SEARCH_RELEASE_TYPE').on('change', function() {
151
-				this.drawChartRelease();
151
+				me.drawChartRelease();
152 152
 			});
153 153
 			
154 154
 			$('#ITP_FORM_MAIN_SEARCH_ORDERS_TYPE').on('change', function() {
155
-				this.drawChartOrders();
155
+				me.drawChartOrders();
156 156
 			});
157 157
 		},
158 158
 		store: {

+ 2 - 3
src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG01010.js

@@ -134,9 +134,8 @@ let mobContObj = {
134 134
 					$li.find('.fnItemId').text(item.itemId);
135 135
 					$li.find('.fnItemNm').text(item.itemNm);
136 136
 					$li.find('.fnUnit').text(item.unit);
137
-					$li.find('.fnUnitQty').text(item.unitQty);
138
-					$li.find('.fnStckQty').text(item.stckQty);
139
-					$li.find('.fnPrpStckQty').text(item.prpStckQty);
137
+					$li.find('.fnStckQty').text(CommonObj.comma.set(item.stckQty));
138
+					$li.find('.fnPrpStckQty').text(CommonObj.comma.set(item.prpStckQty));
140 139
 					$li.find('.fnSftStckRt').text(CommonObj.nullToString(item.sftStckRt));
141 140
 					mobContObj.list.rows.push(item);
142 141
 				});