浏览代码

20170302 요구사항 - 응급탭 : 환자위치 (badcd) 추가로 표시

Siyoung Ahn 8 年之前
父节点
当前提交
6409ba5118

+ 2 - 1
mplus-fatima/WebContent/WEB-INF/messages/message.properties

@@ -136,4 +136,5 @@ mobile.view.consent043=\uc9c4\ub8cc\uc77c\uc790
 mobile.view.consent044=\ub3d9\uc758\uc11c \uc774\ub825
 mobile.view.consent045=\uc990\uaca8\ucc3e\uae30
 mobile.view.consent046=\ub3d9\uc758\uc11c \ucc3e\uae30
-mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent048=\ud658\uc790\uc704\uce58

+ 2 - 1
mplus-fatima/WebContent/WEB-INF/messages/message_en.properties

@@ -136,4 +136,5 @@ mobile.view.consent043=\uc9c4\ub8cc\uc77c\uc790
 mobile.view.consent044=\ub3d9\uc758\uc11c \uc774\ub825
 mobile.view.consent045=\uc990\uaca8\ucc3e\uae30
 mobile.view.consent046=\ub3d9\uc758\uc11c \ucc3e\uae30
-mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent048=\ud658\uc790\uc704\uce58

+ 2 - 1
mplus-fatima/WebContent/WEB-INF/messages/message_ko.properties

@@ -136,4 +136,5 @@ mobile.view.consent043=\uc9c4\ub8cc\uc77c\uc790
 mobile.view.consent044=\ub3d9\uc758\uc11c \uc774\ub825
 mobile.view.consent045=\uc990\uaca8\ucc3e\uae30
 mobile.view.consent046=\ub3d9\uc758\uc11c \ucc3e\uae30
-mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent047=\uc9c4\ub8cc\uc758
+mobile.view.consent048=\ud658\uc790\uc704\uce58

+ 3 - 1
mplus-fatima/WebContent/WEB-INF/view/mobile/consent/consentEmergency.jsp

@@ -95,7 +95,9 @@
 						<span class="sortUpIcon">▼</span>
 						<span class="sortDownIcon">▲</span>
 					</span>
-					<span class="treat">&nbsp;</span>
+					<span class="treat">
+						<s:message code="mobile.view.consent048" />
+					</span>
 				</div>
 			</div>
 		</div>

+ 1 - 1
mplus-fatima/WebContent/resources/js/mobile/consent/consent.js

@@ -176,7 +176,7 @@ var mplus_mobile_consent = function(){
 	
 							var spanItem4 = span.clone().addClass("num").text(result[i].sa),
 							spanItem5 = span.clone().addClass("name").text(result[i].hngnm),
-							spanItem6 = span.clone().addClass("period").text(),
+							spanItem6 = span.clone().addClass("period").text(result[i].badcd),
 							divItem2 = divListRow.clone().html(spanItem4).append(spanItem5).append(spanItem6);
 							$ulPatientList.append(li.clone().html(aItem.clone().html(divItem).append(divItem2)));
 						};