Forráskód Böngészése

Merge remote-tracking branch 'origin/jmh' into develop

# Conflicts:
#	src/main/webapp/WEB-INF/views/dashboard.html
#	src/main/webapp/WEB-INF/views/order/OrderListForm.html
card007 4 éve
szülő
commit
dacc26cb45

+ 9 - 7
src/main/webapp/WEB-INF/views/dashboard.html

@@ -34,16 +34,18 @@
 
 <script th:inline="javascript">
 /*<![CDATA[*/
-	const cellPhnno = [[${cellPhnno}]];
-	
-	// CTI를 통해 접속한 경우
-	if (!gagajf.isNull(cellPhnno)) {
-		fnClickLnb('C1001', cellPhnno);
-	}
+	$(document.body).ready(function() {
+		const cellPhnno = [[${cellPhnno}]];
+		
+		// CTI를 통해 접속한 경우
+		if (!gagajf.isNull(cellPhnno)) {
+			fnClickLnb('C1001', cellPhnno);
+		}
+	});
 /*]]>*/
 </script>
 
 </div>
 
 </body>
-</html>
+</html>

+ 2 - 0
src/main/webapp/WEB-INF/views/order/OrderListForm.html

@@ -648,6 +648,8 @@ $(document).ready(function() {
 	cfnCreateCalendar('#terms', 'stDate', 'edDate', true, '주문', 'X');
 	if (gagajf.isNull($('#searchForm input[name=orderPhnno]').val())) {
 		$('.btnRecentWeek').trigger('click');
+	} else {
+		$('.btnRecentMonth').trigger('click');
 	}
 	
 	gagaAgGrid.createGrid('gridOrderList', gridOptionsOrderList);

+ 6 - 9
src/main/webapp/WEB-INF/views/shoplinker/ShoplinkerOrderForm.html

@@ -170,16 +170,13 @@
 						<!-- 아이콘 툴팁 -->
 						<div class="iconTooltip">
 							<i class="fa fa-info" aria-hidden="true"></i>
-							<span class="left aL" style="width:430px;">
+							<span class="left aL" style="width:450px;">
 								<em>* 실패사유가 "가용재고없음"인 경우 참고내용 *</em><br/><br/>
-								1. 품절입니다<br/>
-								&nbsp;&nbsp;&nbsp;&nbsp;→ 상품상태가 일시품절(G008_70)인 건<br/>
-								2. 판매중인 상품이 아닙니다.<br/>
-								&nbsp;&nbsp;&nbsp;&nbsp;→ 상품상태가 일시품절도 아니고, 승인완료도 아닌건<br/>
-								3. "단품코드" 옵션은 품절입니다<br/>
-								&nbsp;&nbsp;&nbsp;&nbsp;→ tb_option 결품여부가 Y인 경우<br/>
-								4. 옵션의 재고가 충분하지 않습니다.<br/>
-								&nbsp;&nbsp;&nbsp;&nbsp;→ 가용재고가 적을 때 ( ex 주문수량 3개 중 재고가 1개밖에 없을 때)
+								1. 옵션의 재고가 충분하지 않습니다.<br/>
+								&nbsp;&nbsp;&nbsp;&nbsp;→ 가용재고가 적을 때 ( ex 주문수량 3개 중 재고가 1개밖에 없을 때)<br/><br/>
+								
+								<!-- 21.09.30 재고만체크하도록 변경됨 -->
+								※ 상품상태는 보지 않고, 오직 재고수량이 부족한 경우만 주문등록이 되지 않음
 							</span>
 						</div>
 					</li>

+ 1 - 1
src/main/webapp/ux/js/admin.ui.js

@@ -470,7 +470,7 @@ $(document).ready(function(){
 			//currentText: '오늘',
 			//closeText: '닫기',
 			showOn: 'both',
-			buttonImage:'image/btn_calendar.png'
+			buttonImage:'/image/btn_calendar.png'
 			//,buttonImageOnly: true
 		};
 		$.datepicker.setDefaults($.datepicker.regional['ko']);