|
|
@@ -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">
|