부분수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-02 16:12:17 +09:00
parent f358b44e16
commit 107cc395d6
19 changed files with 126 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Controllers\Article; namespace App\Controllers\Article;
use App\Controllers\BaseController; use App\Controllers\BaseController;
use App\Libraries\Common; use App\Libraries\Common;
use App\Libraries\MyUpload; use App\Libraries\MyUpload;
use App\Models\article\ReceiptModel; use App\Models\article\ReceiptModel;
@@ -215,6 +216,14 @@ class Receipt extends BaseController
} else { } else {
$result_check = []; $result_check = [];
} }
$complexList = [];
$ptpList = [];
if ($data['comp_sq'] == '2') {
// $callApi = new CallApi();
}
log_message('info', '[Receipt::detail] getChecklist {ms}ms', ['ms' => (int) ((microtime(true) - $t11) * 1000)]); log_message('info', '[Receipt::detail] getChecklist {ms}ms', ['ms' => (int) ((microtime(true) - $t11) * 1000)]);
log_message('info', '[Receipt::detail] total {ms}ms', ['ms' => (int) ((microtime(true) - $t0) * 1000)]); log_message('info', '[Receipt::detail] total {ms}ms', ['ms' => (int) ((microtime(true) - $t0) * 1000)]);

View File

@@ -308,13 +308,13 @@ class M701Model extends Model
b.stat_cd, b.stat_cd,
c.bild_nm, c.bild_nm,
b.vrfc_type, b.vrfc_type,
c.rm_no, IFNULL(c.rm_no, '') as rm_no,
c.floor, c.floor,
c.address_code, c.address_code,
c.address2, IFNULL(c.address2, '') as address2,
m.address2a, IFNULL(m.address2a, '') as address2a,
m.address2b, IFNULL(m.address2b, '') as address2b,
c.address3, IFNULL(c.address3, '') as address3,
c.trade_type, c.trade_type,
c.deal_amt, c.deal_amt,
c.wrrnt_amt, c.wrrnt_amt,
@@ -747,7 +747,7 @@ class M701Model extends Model
c.bild_nm, c.bild_nm,
b.vrfc_type as vrfc_type_cd, b.vrfc_type as vrfc_type_cd,
b.memo, b.memo,
c.rm_no, IFNULL(c.rm_no, '') as rm_no,
c.floor, c.floor,
c.floor2, c.floor2,
c.address_code, c.address_code,

View File

@@ -294,13 +294,13 @@ class M702Model extends Model
b.stat_cd, b.stat_cd,
c.bild_nm, c.bild_nm,
b.vrfc_type as vrfc_type_cd, b.vrfc_type as vrfc_type_cd,
c.rm_no, IFNULL(c.rm_no, '') as rm_no,
c.floor, c.floor,
c.address_code, c.address_code,
c.address2, IFNULL(c.address2, '') as address2,
k.address2a, IFNULL(k.address2a, '') as address2a,
k.address2b, IFNULL(k.address2b, '') as address2b,
c.address3, IFNULL(c.address3, '') as address3,
c.trade_type, c.trade_type,
c.deal_amt, c.deal_amt,
c.wrrnt_amt, c.wrrnt_amt,

View File

@@ -26,7 +26,7 @@
<legend class="fs-6 fw-semibold mb-2">컨펌스 시스템 비밀번호 작성규칙</legend> <legend class="fs-6 fw-semibold mb-2">컨펌스 시스템 비밀번호 작성규칙</legend>
<ul class="mb-0 ps-3"> <ul class="mb-0 ps-3">
<li class="mb-2"> <li class="mb-2">
<div class="fw-semibold">- 최소길이</div> <div class="fw-semibold">최소길이</div>
<div class="text-muted small"> <div class="text-muted small">
최소 8자리 이상 : 영어 대문자, 소문자, 숫자, 특수문자 최소 2종류 조합 최소 8자리 이상 : 영어 대문자, 소문자, 숫자, 특수문자 최소 2종류 조합
</div> </div>

View File

@@ -6,9 +6,16 @@ $usr_level = session('usr_level');
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -2,9 +2,16 @@
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -6,9 +6,16 @@ $usr_level = session('usr_level');
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -6,9 +6,16 @@ $usr_level = session('usr_level');
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -33,9 +33,16 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -36,9 +36,16 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -2,9 +2,16 @@
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;
@@ -239,7 +246,8 @@
<span class="fw-semibold">중개인 요청사항</span> <span class="fw-semibold">중개인 요청사항</span>
</div> </div>
<div class="card-body p-2"> <div class="card-body p-2">
<table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle" id="info_table"> <table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle"
id="info_table">
<colgroup> <colgroup>
<col style="width: 120px;"> <col style="width: 120px;">
<col> <col>
@@ -270,7 +278,8 @@
<span class="fw-semibold">매물 정보</span> <span class="fw-semibold">매물 정보</span>
</div> </div>
<div class="card-body p-2"> <div class="card-body p-2">
<table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle" id="info_table"> <table class="table table-sm table-bordered mb-0 tbl_basic2 align-middle"
id="info_table">
<colgroup> <colgroup>
<col style="width: 120px;"> <col style="width: 120px;">
<col> <col>
@@ -640,7 +649,8 @@
</div> </div>
<div class="card-body p-2"> <div class="card-body p-2">
<table class="table table-sm table-bordered mb-2 tbl_basic2 align-middle"> <table
class="table table-sm table-bordered mb-2 tbl_basic2 align-middle">
<colgroup> <colgroup>
<col style="width: 140px;"> <col style="width: 140px;">
<col> <col>

View File

@@ -23,9 +23,16 @@ if (!empty($regist2)) {
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -52,9 +52,16 @@ if (!empty($data['confirm_doc_img_url']) && $data['confirm_doc_img_url_save_yn']
<?= $this->extend('layouts/main') ?> <?= $this->extend('layouts/main') ?>
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -19,9 +19,16 @@ if (!empty($list['cert_register']) && $list['cert_register_save_yn'] != 'Y') { /
<?= $this->extend('layouts/main') ?> <?= $this->extend('layouts/main') ?>
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -5,9 +5,16 @@ $usr_level = session('usr_level');
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -5,9 +5,16 @@ $usr_level = session('usr_level');
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -60,9 +60,16 @@ function parseurl($url)
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -61,9 +61,16 @@ function parseurl($url)
<?= $this->section('content') ?> <?= $this->section('content') ?>
<style> <style>
table th {
vertical-align: middle;
line-height: 1.2;
}
.tbl_basic2 th { .tbl_basic2 th {
padding: 0 10px; padding: 0 10px;
height: 27px; height: 27px;
line-height: 27px;
vertical-align: middle;
border: solid 1px #d8d9de; border: solid 1px #d8d9de;
background-color: #eff0f4; background-color: #eff0f4;
letter-spacing: -1px; letter-spacing: -1px;

View File

@@ -0,0 +1 @@
/* (deprecated) overrides removed */