fix: [approval] 공문서 양식에 샘플 데이터 기본값 추가
This commit is contained in:
@@ -47,7 +47,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
|
||||
<div class="flex gap-4 flex-wrap">
|
||||
<div style="flex: 1 1 300px;">
|
||||
<label class="block text-xs font-medium text-gray-500 mb-1">수신 <span class="text-red-500">*</span></label>
|
||||
<input type="text" id="ol-recipient" placeholder="수신처 (예: ㈜OOO)"
|
||||
<input type="text" id="ol-recipient" value="㈜경동" placeholder="수신처"
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500">
|
||||
</div>
|
||||
<div style="flex: 1 1 250px;">
|
||||
@@ -58,7 +58,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
|
||||
</div>
|
||||
<div>
|
||||
<label class="block text-xs font-medium text-gray-500 mb-1">제목 <span class="text-red-500">*</span></label>
|
||||
<input type="text" id="ol-subject" placeholder="공문서 제목"
|
||||
<input type="text" id="ol-subject" value="기성실적증명서 도장 날인 협조요청" placeholder="공문서 제목"
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500">
|
||||
</div>
|
||||
</div>
|
||||
@@ -70,8 +70,17 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
|
||||
<h3 class="text-sm font-semibold text-gray-700">3. 본문</h3>
|
||||
</div>
|
||||
<div class="p-4">
|
||||
<textarea id="ol-body" rows="10" placeholder="공문서 본문을 작성하세요. 1. 귀사의 무궁한 발전을 기원합니다. 2. ..."
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 leading-relaxed"></textarea>
|
||||
<textarea id="ol-body" rows="10"
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 leading-relaxed">1. 귀사의 무궁한 발전을 기원합니다.
|
||||
|
||||
2. 당사에서 진행하는 『000000설치공사』와 관련하여 실적증명 확인을 요청하오니, 아래의 기재 내역을 확인하시고 3월 15일까지 회신 부탁드립니다.
|
||||
|
||||
-- 아 래 --
|
||||
|
||||
가. 공사명 : 000000 신규 설치
|
||||
나. 발주처 : ㈜진성
|
||||
다. 공사금액 :
|
||||
라. 협조사항 : 건설공사 기성실적증명서 3부를 송부하오니 도장 날인하여 1부는 보관하시고 2부는 동봉해드리는 반송 우편 봉투에 담아 송부.</textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -81,8 +90,13 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
|
||||
<h3 class="text-sm font-semibold text-gray-700">4. 붙임 (첨부서류)</h3>
|
||||
</div>
|
||||
<div class="p-4">
|
||||
<textarea id="ol-attachments-desc" rows="3" placeholder="붙임 서류 목록 (선택사항) 예: 1. 기성실적증명서 3부 2. 세금계산서 사본 1부"
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
|
||||
<textarea id="ol-attachments-desc" rows="3"
|
||||
class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500">1. 기성실적증명서
|
||||
- 귀사 보관용 1부.
|
||||
- 당사 회신용 1부.
|
||||
2. 실적증명서류
|
||||
- 세금계산서 사본 1부
|
||||
- 계약서 사본 1부. 끝</textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user