This commit is contained in:
@@ -96,7 +96,7 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
<input type="hidden" name="chk_trade_type" id="chk_trade_type" value="<?= $data['trade_type'] ?>" />
|
||||
<input type="hidden" name="chk_hscp_no" id="chk_hscp_no" value="<?= $data['chk_hscp_no'] ?>" />
|
||||
<input type="hidden" name="atcl_no" id="atcl_no" value="<?= $data['atcl_no'] ?>" />
|
||||
<table class="table table-bordered table-sm align-middle mb-0" style="min-width: 900px;">
|
||||
<table class="table table-bordered table-sm tbl_basic2 align-middle mb-0" style="min-width: 900px;">
|
||||
<colgroup>
|
||||
<col style="width: 60%;">
|
||||
<col style="width: 40%;">
|
||||
@@ -181,13 +181,12 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
<div class="d-flex align-items-center w-100">
|
||||
<span class="fw-semibold">기본 정보</span>
|
||||
<div class="ms-auto">
|
||||
<span class="badge bg-light text-dark"
|
||||
id="span_current_stat"></span>
|
||||
<span class="badge text-dark" id="span_current_stat"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body p-2">
|
||||
<table class="table table-sm mb-2 tbl_basic2 align-middle">
|
||||
<table class="table table-sm table-bordered mb-2 tbl_basic2 align-middle">
|
||||
<colgroup>
|
||||
<col style="width: 110px;">
|
||||
<col>
|
||||
@@ -301,7 +300,7 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
</div>
|
||||
<div class="card-body p-2">
|
||||
|
||||
<table class="table table-sm mb-0 tbl_basic2 align-middle">
|
||||
<table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle">
|
||||
<colgroup>
|
||||
<col style="width: 120px;">
|
||||
<col>
|
||||
@@ -671,7 +670,7 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
</div>
|
||||
<div class="card-body p-2">
|
||||
|
||||
<table class="table table-sm mb-0 tbl_basic2 align-middle">
|
||||
<table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle">
|
||||
<colgroup>
|
||||
<col style="width: 120px;">
|
||||
<col>
|
||||
@@ -691,7 +690,7 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
<tr>
|
||||
<th>등기부등본 <br />미확인여부<br />상세</th>
|
||||
<td>
|
||||
<table class="w-100">
|
||||
<table class="w-100 tbl_basic2 table-bordered">
|
||||
<tr>
|
||||
<?php
|
||||
$checks = explode('|', $data['comment']);
|
||||
@@ -910,7 +909,7 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
|
||||
</div> -->
|
||||
<div class="card-body p-2">
|
||||
|
||||
<table class="table table-sm mb-0 tbl_basic2 align-middle">
|
||||
<table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle">
|
||||
<colgroup>
|
||||
<col style="width: 120px;">
|
||||
<col>
|
||||
|
||||
Reference in New Issue
Block a user