|
|
@@ -13,7 +13,7 @@
|
|
|
* 1.0 2020.11.16 jsh77b 최초 작성
|
|
|
*******************************************************************************
|
|
|
-->
|
|
|
-<div class="modalPopup" data-width="900">
|
|
|
+<div class="modalPopup" data-width="900" data-height="500" >
|
|
|
<div class="panelStyle">
|
|
|
<div class="panelTitle">
|
|
|
<h2>주문메모등록</h2>
|
|
|
@@ -39,8 +39,8 @@
|
|
|
<tr>
|
|
|
<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}" 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>
|
|
|
+ <textarea th:if="${orderMemo != null and orderMemo != ''}" name="memo" style="height:300px;" th:text="${orderMemo.memo}" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));"></textarea>
|
|
|
+ <textarea th:unless="${orderMemo != null and orderMemo != ''}" name="memo" style="height:300px;" text="" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));"></textarea>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr id="imageFileTr">
|