Преглед изворни кода

메모컬럼width조정
메모창크기조정

smlee@yes24.com пре 4 година
родитељ
комит
ed2e44b172

+ 1 - 1
src/main/webapp/WEB-INF/views/order/OrderDetailForm.html

@@ -1051,7 +1051,7 @@ var columnDefsOrderMemoInfo = [
 	{
 		headerName		: "관리메모"
 		, field			: "memo"
-		, width			: 150
+		, width			: 1200
 		, cellClass		: 'text-left'
 		, cellRenderer	: function (params) {
 			var retStr = '';

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

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