Bläddra i källkod

주문목록 수정 커밋

card007 4 år sedan
förälder
incheckning
ca1b9ac574
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/main/webapp/WEB-INF/views/order/OrderMemoRegistForm.html

+ 3 - 3
src/main/webapp/WEB-INF/views/order/OrderMemoRegistForm.html

@@ -37,10 +37,10 @@
 							<td id="userNm"></td>
 						</tr>
 						<tr>
-							<th>관리자 메모</th>
+							<th>관리자 메모<br/><span id="dpLocAnsContent">0</span>/4,000Byte</th>
 							<td>
-								<textarea th:if="${orderMemo != null and orderMemo != ''}" name="memo" style="height:100px;" th:text="${orderMemo.memo}"></textarea>
-								<textarea th:unless="${orderMemo != null and orderMemo != ''}" name="memo" style="height:100px;" text=""></textarea>
+								<textarea th:if="${orderMemo != null and orderMemo != ''}" name="memo" style="height:100px;" th:text="${orderMemo.memo}" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));"></textarea>
+								<textarea th:unless="${orderMemo != null and orderMemo != ''}" name="memo" style="height:100px;" text="" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));"></textarea>
 							</td>
 						</tr>
 						<tr id="imageFileTr">