|
|
|
@ -70,27 +70,27 @@
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="docNo--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
문서번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="docNo--${pageName}" name="docNo"
|
|
|
|
|
class="form-control" maxlength="100" />
|
|
|
|
|
class="form-control" maxlength="100" required />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="caseNo--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
사건번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="caseNo--${pageName}" name="caseNo"
|
|
|
|
|
class="form-control" maxlength="100" />
|
|
|
|
|
class="form-control" maxlength="100" required />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="receiver--${pageName}"
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
수신처 지정
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="receiver--${pageName}" name="receiver"
|
|
|
|
|
class="form-control" maxlength="100" />
|
|
|
|
|
class="form-control" maxlength="100" required />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="rtpyrNm--${pageName}"
|
|
|
|
|