ads367 / AJIN-ERP star
mycoms 2024-03-11
240311 김하영 레이아웃 수정
@6222a2241ee360f891b07759626499130931f2cd
client/resources/css/reset.css
--- client/resources/css/reset.css
+++ client/resources/css/reset.css
@@ -46,6 +46,7 @@
 body {
     min-width: 1300px;
     overflow-x: auto;
+    overflow-y: hidden;
 }
 
 .layout-wrap {
client/resources/css/style.css
--- client/resources/css/style.css
+++ client/resources/css/style.css
@@ -8,13 +8,15 @@
     background-color: var(--white);
 
 }
-.login-img{
+
+.login-img {
     background: url(../img/login/defaultImage.jpg) no-repeat;
     width: 100%;
     height: 100%;
     background-size: cover;
-    
+
 }
+
 .login-box p {
     font-size: 1.5rem;
     color: var(--navbarblue);
@@ -46,12 +48,13 @@
     box-shadow: 0 0 20px #ddd;
 }
 
-.user-name p{
+.user-name p {
     text-align: center;
-    font-size: 2rem ;
+    font-size: 2rem;
     font-weight: bold;
     color: var(--navbarblue);
 }
+
 .login-user input {
     background: url(../img/component/login-user.png) no-repeat;
     background-size: 20px;
@@ -366,9 +369,6 @@
     border: 1px solid var(--borderlightgray);
 }
 
-.box-overflow {
-    border-top: 1px solid var(--borderlightgray);
-}
 
 .box-overflow thead {
     position: sticky;
@@ -459,11 +459,12 @@
 }
 
 .section-wrap {
+    border-radius: 10px;
     background-color: var(--tableblue);
 }
 
 .section-wrap table {
-    height: 300px;
+    height: 230px;
     overflow-y: auto;
 
 }
@@ -484,6 +485,16 @@
 
 .input-box input {
     width: 100%;
+}
+
+/* 거래처정보등록 페이지 */
+.scroll-table{
+    background-color: var(--lightbeige);
+    border-radius: 10px;
+}
+.scrollable-table {
+    height: 100%;
+    overflow-y: auto;
 }
 
 /* 계정과목 등록 페이지 */
@@ -540,6 +551,11 @@
 
 /* 잔액 이월 전표 등록 */
 
-.Bi001-wrap{
+.Bi001-wrap {
     background-color: var(--lightbeige);
 }
+
+.modal-td {
+    text-align: center;
+    word-break: keep-all;
+}
(파일 끝에 줄바꿈 문자 없음)
client/views/pages/AccountingManagement/BaselineInformation/Bi001.vue
--- client/views/pages/AccountingManagement/BaselineInformation/Bi001.vue
+++ client/views/pages/AccountingManagement/BaselineInformation/Bi001.vue
@@ -19,7 +19,7 @@
                         분류목록
                     </div>
                     <div class="content-table pd4 ">
-                        <div class="box-overflow">
+                        <div class="box-overflow" style="border-top: 1px solid var(--borderlightgray);">
 
                             <table class="list-table">
                                 <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
client/views/pages/AccountingManagement/BaselineInformation/Bi002.vue
--- client/views/pages/AccountingManagement/BaselineInformation/Bi002.vue
+++ client/views/pages/AccountingManagement/BaselineInformation/Bi002.vue
@@ -43,355 +43,365 @@
             </div>
             <div class="gd-12 flex">
 
-                <div class="gd-5" style="width: 100%; height: 100px;">
-                    <div class="content-title flex justify-between pt2 pb2">
-                        거래처 정보
+                <div class="gd-5" style="width: 100%; height: 70%; ">
+                    <div class="flex justify-between align-center ">
+                        <div class="content-title  pt2 pb2">
+                            거래처 정보
+                        </div>
+                        <div>
+                            <button class="blue-small-btn" style="color: var(--navbarblue);">거래처 찾기</button>
+                        </div>
                     </div>
-                    <div style="border-bottom: 2px solid var(--borderlightgray);">
-                        <table class="list-table">
-                            <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
-                            <colgroup>
-                                <col style="width: 10%;">
-                                <col style="width: 20%;">
-                                <col style="width: 20%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
-                                <col style="width: 5%;">
 
-                            </colgroup>
-                            <thead>
-                                <tr class="table-header">
-                                    <th>코드</th>
-                                    <th>거래처명</th>
-                                    <th>사업자번호</th>
-                                    <th>매입</th>
-                                    <th>매출</th>
-                                    <th>회계</th>
-                                    <th>영업</th>
-                                    <th>원자재</th>
-                                    <th>부자재</th>
-                                    <th>폐기물</th>
-                                    <th>약품</th>
+                    <div style="width: 100%; height: 100%; " class=" scroll-table pd2">
 
-                                </tr>
-                            </thead>
-                            <tbody class="table-border">
-                                <tr v-for="(codeNum) in codeList" key="codeNum.id">
-                                    <td>{{ codeNum.pathNum }}</td>
-                                    <td>{{ codeNum.pathName }}</td>
-                                    <td>{{ codeNum.businessNum }}</td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                    <td><input type="checkbox" class="ui-checkbox"></td>
-                                </tr>
-                            </tbody>
-                        </table>
-                    </div>
-                    <div class="flex justify-end">
-                        <button>거래처 찾기</button>
+                        <div style="border-top: 1px solid var(--borderlightgray); border-bottom: 1px solid var(--borderlightgray);"
+                            class="scrollable-table mb2">
+                            <table class="list-table text text-ct">
+                                <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
+                                <colgroup>
+                                    <col style="width: 10%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+                                    <col style="width: 5%;">
+
+                                </colgroup>
+                                <thead>
+                                    <tr class="table-header">
+                                        <th>코드</th>
+                                        <th>거래처명</th>
+                                        <th>사업자번호</th>
+                                        <th>매입</th>
+                                        <th>매출</th>
+                                        <th>회계</th>
+                                        <th>영업</th>
+                                        <th>원자재</th>
+                                        <th>부자재</th>
+                                        <th>폐기물</th>
+                                        <th>약품</th>
+
+                                    </tr>
+                                </thead>
+                                <tbody class="table-border">
+                                    <tr v-for="(codeNum) in codeList" key="codeNum.id" style="max-height: 700px;">
+                                        <td>{{ codeNum.pathNum }}</td>
+                                        <td>{{ codeNum.pathName }}</td>
+                                        <td>{{ codeNum.businessNum }}</td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                        <td><input type="checkbox" class="ui-checkbox"></td>
+                                    </tr>
+                                </tbody>
+                            </table>
+                        </div>
+
                     </div>
                 </div>
                 <div class="gd-7 flex-column" style="padding-left: 30px;">
-                    <div class="content-title flex justify-between ">
-                        거래처 등록
+                    <div class="mb3">
+
+                        <div class="content-title mt2 mb1">
+                            거래처 등록
+                        </div>
+                        <div class=" flex section-wrap pd3" style="gap: 30px;">
+                            <table class="Bi002-table flex">
+                                <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
+                                <colgroup>
+                                    <col style="width: 15%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 15%;">
+                                </colgroup>
+                                <tbody>
+                                    <tr>
+                                        <th>코드</th>
+                                        <td><input type="text" name="" id=""></td>
+                                        <td colspan="2"><button class="blue-small-btn"
+                                                style="color: var(--navbarblue);">거래처
+                                                복사</button></td>
+                                    </tr>
+                                    <tr>
+                                        <th>거래처명</th>
+                                        <td><input type="text" name="" id=""></td>
+                                        <th>약칭명</th>
+                                        <td><input type="text" name="" id=""></td>
+                                    </tr>
+                                    <tr>
+                                        <th>사업자번호</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>종사업자번호</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>법인/주민번호</th>
+                                        <td class="flex input-box">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>세금계산서종류</th>
+                                        <td class="flex input-box">
+                                            <select name="" id="">
+                                                <option value="">전자세금계산서</option>
+                                                <option value="">종이세금계산서</option>
+                                                <option value="">기타</option>
+                                            </select>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>대표자명</th>
+                                        <td class=" input-box flex">
+                                            <input type="text" name="" id="">
+                                            <!-- <input type="text" name="" id=""> -->
+                                        </td>
+                                        <th>홈페이지</th>
+                                        <td>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>업태</th>
+                                        <td class=" input-box flex">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>종목</th>
+                                        <td>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr class="address-row">
+                                        <th>사업장주소</th>
+                                        <th>
+                                            <input type="text" name="" id="">
+                                            <button>검색</button>
+                                        </th>
+                                        <td colspan="3">
+                                            <input type="text" name="" id="">
+
+                                        </td>
+
+
+                                    </tr>
+                                    <tr>
+
+                                        <th>전화번호</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+
+                                        <th>팩스번호</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>사업자구분</th>
+                                        <td class="flex">
+                                            <select name="" id="">
+                                                <option value="">법인</option>
+                                                <option value="">개인</option>
+                                            </select>
+                                        </td>
+                                        <th>해외여부</th>
+                                        <td class="input-box flex">
+                                            <select name="" id="">
+                                                <option value="">국내</option>
+                                                <option value="">해외</option>
+                                            </select>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>과세구분</th>
+                                        <td class="flex">
+                                            <select name="" id="">
+                                                <option value="">과세</option>
+                                                <option value="">면세</option>
+                                            </select>
+                                        </td>
+                                        <th>거래코드</th>
+                                        <td class="input-box flex">
+                                            <select name="" id="">
+                                                <option value="">내수</option>
+                                                <option value="">Local</option>
+                                                <option value="">직수출</option>
+                                            </select>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>특수관계자</th>
+                                        <td>
+                                            <select name="" id="">
+                                                <option value="">일반</option>
+                                            </select>
+                                        </td>
+                                        <th>계약기간</th>
+                                        <td class="input-box flex">
+                                            <input class=" mr1" type="date" id="date" value="2024-03-04">~
+                                            <input class=" mr1" type="date" id="date" value="2024-03-04">
+
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>담당자1</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>담당자2</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>모바일번호1</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>모바일번호2</th>
+                                        <td class="input-box flex">
+                                            <input type="text" name="" id="">
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>이메일1</th>
+                                        <td>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                        <th>이메일2</th>
+                                        <td>
+                                            <input type="text" name="" id="">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>거래여부</th>
+                                        <td>
+                                            <input type="checkbox" name="" id="a">
+                                            <label for="a">거래</label>
+                                            <input type="checkbox" name="" id="b">
+                                            <label for="b">중지</label>
+                                        </td>
+                                        <th>지급조건</th>
+                                        <td>
+                                            <select name="" id="">
+                                                <option value="">현금 1개월</option>
+                                                <option value="">현금 2개월</option>
+                                                <option value="">현금 3개월</option>
+                                                <option value="">현금 중간결제</option>
+                                                <option value="">현금 매월25일</option>
+                                                <option value="">현금 매월27일</option>
+                                                <option value="">현금 매월말일</option>
+                                                <option value="">어음 1개월 초</option>
+                                                <option value="">어음 1개월 중</option>
+                                                <option value="">어음 1개월 말</option>
+                                                <option value="">어음 2개월 초</option>
+                                                <option value="">어음 2개월 중</option>
+                                                <option value="">어음 2개월 말</option>
+                                                <option value="">어음 3개월 초</option>
+                                                <option value="">어음 3개월 중</option>
+                                                <option value="">어음 3개월 말</option>
+                                                <option value="">법인카드</option>
+                                            </select>
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>거래구분</th>
+                                        <td>
+                                            <input type="checkbox" name="" id="a">
+                                            <label for="a">매입</label>
+                                            <input type="checkbox" name="" id="b">
+                                            <label for="b">매출</label>
+                                        </td>
+                                        <td colspan="6">
+                                            <input type="text">
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <th>사용처</th>
+                                        <th colspan="6">
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">회계</label>
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">영업</label>
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">원자재</label>
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">부자재</label>
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">폐기물</label>
+                                            <input type="checkbox" name="" id="c">
+                                            <label for="c">약품</label>
+                                        </th>
+                                    </tr>
+                                </tbody>
+                            </table>
+
+                        </div>
                     </div>
-                    <div class=" flex section-wrap pd3" style="gap: 30px;">
-                        <table class="Bi002-table flex">
-                            <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
-                            <colgroup>
-                                <col style="width: 15%;">
-                                <col style="width: 15%;">
-                                <col style="width: 15%;">
-                                <col style="width: 15%;">
-                                <col style="width: 15%;">
+                    <div>
+                        <div style="border-top: 1px solid var(--borderlightgray); "
+                            class="scrollable-table mb2">
+                            <table class="list-table text text-ct">
+                                <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
+                                <colgroup>
+                                    <col style="width: 5%;">
+                                    <col style="width: 10%;">
+                                    <col style="width: 10%;">
+                                    <col style="width: 15%;">
+                                    <col style="width: 5%;">
+                             
+
+                                </colgroup>
+                                <thead>
+                                    <tr class="table-header">
+                                        <th>구분</th>
+                                        <th>은행</th>
+                                        <th>사업자번호</th>
+                                        <th>예금주명</th>
+                                        <th>주거래계좌</th>
 
 
+                                    </tr>
+                                </thead>
+                                <tbody class="table-border">
+                                    <tr style="max-height: 700px;">
+                                        <td>1</td>
+                                        <td>1</td>
+                                        <td>1</td>
+                                        <td>1</td>
+                                        <td>1</td>
 
-                            </colgroup>
-                            <tbody>
-                                <tr>
-                                    <th>코드</th>
-                                    <td><input type="text" name="" id=""></td>
-                                    <td><button>거래처복사</button></td>
-                                </tr>
-                                <tr>
-                                    <th>거래처명</th>
-                                    <td><input type="text" name="" id=""></td>
-                                    <th>약칭명</th>
-                                    <td><input type="text" name="" id=""></td>
-                                </tr>
-                                <tr>
-                                    <th>사업자번호</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>종사업자번호</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>법인/주민번호</th>
-                                    <td class="flex input-box">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>세금계산서종류</th>
-                                    <td class="flex input-box">
-                                        <select name="" id="">
-                                            <option value="">전자세금계산서</option>
-                                            <option value="">종이세금계산서</option>
-                                            <option value="">기타</option>
-                                        </select>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>대표자명</th>
-                                    <td class=" input-box flex">
-                                        <input type="text" name="" id="">
-                                        <!-- <input type="text" name="" id=""> -->
-                                    </td>
-                                    <th>홈페이지</th>
-                                    <td>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>업태</th>
-                                    <td class=" input-box flex">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>종목</th>
-                                    <td>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr class="address-row">
-                                    <th>사업장주소</th>
-                                    <th>
-                                        <input type="text" name="" id="">
-                                        <button>검색</button>
-                                    </th>
-                                    <td colspan="3">
-                                        <input type="text" name="" id="">
-
-                                    </td>
-
-
-                                </tr>
-                                <tr>
-
-                                    <th>전화번호</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-
-                                    <th>팩스번호</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>사업자구분</th>
-                                    <td class="flex">
-                                        <select name="" id="">
-                                            <option value="">법인</option>
-                                            <option value="">개인</option>
-                                        </select>
-                                    </td>
-                                    <th>해외여부</th>
-                                    <td class="input-box flex">
-                                        <select name="" id="">
-                                            <option value="">국내</option>
-                                            <option value="">해외</option>
-                                        </select>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>과세구분</th>
-                                    <td class="flex">
-                                        <select name="" id="">
-                                            <option value="">과세</option>
-                                            <option value="">면세</option>
-                                        </select>
-                                    </td>
-                                    <th>거래코드</th>
-                                    <td class="input-box flex">
-                                        <select name="" id="">
-                                            <option value="">내수</option>
-                                            <option value="">Local</option>
-                                            <option value="">직수출</option>
-                                        </select>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>특수관계자</th>
-                                    <td>
-                                        <select name="" id="">
-                                            <option value="">일반</option>
-                                        </select>
-                                    </td>
-                                    <th>계약기간</th>
-                                    <td class="input-box flex">
-                                        <input class=" mr1" type="date" id="date" value="2024-03-04">~
-                                        <input class=" mr1" type="date" id="date" value="2024-03-04">
-
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>담당자1</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>담당자2</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>모바일번호1</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>모바일번호2</th>
-                                    <td class="input-box flex">
-                                        <input type="text" name="" id="">
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>이메일1</th>
-                                    <td>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                    <th>이메일2</th>
-                                    <td>
-                                        <input type="text" name="" id="">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>거래여부</th>
-                                    <td>
-                                        <input type="checkbox" name="" id="a">
-                                        <label for="a">거래</label>
-                                        <input type="checkbox" name="" id="b">
-                                        <label for="b">중지</label>
-                                    </td>
-                                    <th>지급조건</th>
-                                    <td>
-                                        <select name="" id="">
-                                            <option value="">현금 1개월</option>
-                                            <option value="">현금 2개월</option>
-                                            <option value="">현금 3개월</option>
-                                            <option value="">현금 중간결제</option>
-                                            <option value="">현금 매월25일</option>
-                                            <option value="">현금 매월27일</option>
-                                            <option value="">현금 매월말일</option>
-                                            <option value="">어음 1개월 초</option>
-                                            <option value="">어음 1개월 중</option>
-                                            <option value="">어음 1개월 말</option>
-                                            <option value="">어음 2개월 초</option>
-                                            <option value="">어음 2개월 중</option>
-                                            <option value="">어음 2개월 말</option>
-                                            <option value="">어음 3개월 초</option>
-                                            <option value="">어음 3개월 중</option>
-                                            <option value="">어음 3개월 말</option>
-                                            <option value="">법인카드</option>
-                                        </select>
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>거래구분</th>
-                                    <td>
-                                        <input type="checkbox" name="" id="a">
-                                        <label for="a">매입</label>
-                                        <input type="checkbox" name="" id="b">
-                                        <label for="b">매출</label>
-                                    </td>
-                                    <td colspan="6">
-                                        <input type="text">
-                                    </td>
-                                </tr>
-                                <tr>
-                                    <th>사용처</th>
-                                    <th colspan="6">
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">회계</label>
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">영업</label>
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">원자재</label>
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">부자재</label>
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">폐기물</label>
-                                        <input type="checkbox" name="" id="c">
-                                        <label for="c">약품</label>
-                                    </th>
-                                </tr>
-                            </tbody>
-                        </table>
-
+                                    </tr>
+                                </tbody>
+                            </table>
+                        </div>
                     </div>
-                    <div class=" flex section-wrap pd3" style="gap: 30px; background-color: ">
-                        <table class="list-table">
-                            <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
-                            <colgroup>
-                                <col style="width: ;">
-                                <col style="width: ;">
-                                <col style="width: ;">
-                                <col style="width: ;">
-                            </colgroup>
-                            <thead>
-                                <tr class="table-header">
-                                    <th>No</th>
-                                    <th>user ID</th>
-                                    <th>이름</th>
-                                    <th>생년월일</th>
-                                    <th>성별</th>
-                                </tr>
-                            </thead>
-                            <tbody>
-                                <tr>
-                                    <td>1</td>
-                                    <td>test123</td>
-                                    <td>홍길동</td>
-                                    <td>1999.01.01</td>
-                                    <td>여</td>
-                                </tr>
-                                <tr>
-                                    <td>1</td>
-                                    <td>test123</td>
-                                    <td>홍길동</td>
-                                    <td>1999.01.01</td>
-                                    <td>여</td>
-                                </tr>
-                                <tr v-if="postList === 0">
-                                    <td colspan="5" class="no-list">검색조건에 해당하는 데이터가 없습니다.</td>
-                                </tr>
-                            </tbody>
-                        </table>
-                    </div>
+
                 </div>
             </div>
         </div>
@@ -404,7 +414,27 @@
     data() {
         return {
             codeList: [
-                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", }
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
+                { pathNum: "01001", pathName: "원자재거래처 테스트", businessNum: "123-45-67890", },
             ]
         }
     },
client/views/pages/AccountingManagement/BaselineInformation/Bi003.vue
--- client/views/pages/AccountingManagement/BaselineInformation/Bi003.vue
+++ client/views/pages/AccountingManagement/BaselineInformation/Bi003.vue
@@ -444,8 +444,5 @@
 </script>
 
 <style scoped>
-.modal-td {
-    text-align: center;
-    word-break: keep-all;
-}
+
 </style>
(파일 끝에 줄바꿈 문자 없음)
client/views/pages/AccountingManagement/ChitManagement/Cm001.vue
--- client/views/pages/AccountingManagement/ChitManagement/Cm001.vue
+++ client/views/pages/AccountingManagement/ChitManagement/Cm001.vue
@@ -13,7 +13,7 @@
                 </div>
             </div>
             <div class="content  flex-column Bi001-content">
-                <div class="Bi001-wrap flex-column pd1 mb1">
+                <div class="Bi001-wrap flex-column pd1 mb1" >
                     <div class="mb1">
                         <div class="content-title flex justify-between mb1">
                             조회조건
@@ -46,9 +46,9 @@
                                         <p class="blue-text">계정과목</p>
                                     </div>
                                     <div>
-                                        <input type="text" class="content-w30">
-                                        <button>검색</button>
-                                        <input type="text" class="content-w60">
+                                        <input type="search" class="content-w20 search-btn mr1" style="cursor: pointer;"
+                                            @click="openModal">
+                                        <input type="text" class="content-w60 input-gray" placeholder="정기예금(만기3개월이내)">
                                     </div>
                                 </div>
                             </div>
@@ -65,7 +65,7 @@
                             </div>
                             <div class="flex justify-end gd-2">
                                 <button class="blue-small-btn mr1" style="color: var(--navbarblue);">신규전표입력</button>
-                                <button  class="blue-small-btn" style="color: var(--navbarblue);">연변추가입력</button>
+                                <button class="blue-small-btn" style="color: var(--navbarblue);">연변추가입력</button>
                             </div>
                         </div>
                         <div class="Bi003-list flex mb1 ">
@@ -98,13 +98,13 @@
                                 </thead>
                                 <tbody>
                                     <tr class="table-border" v-for="(codePath, index) in codeList">
-                                        <td>{{ codePath.date }}</td>
-                                        <td>{{ codePath.num }}</td>
-                                        <td>{{ codePath.num2 }}</td>
-                                        <td>{{ codePath.nameNum }}</td>
-                                        <td>{{ codePath.name }}</td>
+                                        <td><input type="date" style="border: 0px;padding: 0px;"></td>
+                                        <td class="input-gray">{{ codePath.num }}</td>
+                                        <td class="input-gray">{{ codePath.num2 }}</td>
+                                        <td class="input-gray">{{ codePath.nameNum }}</td>
+                                        <td class="input-gray">{{ codePath.name }}</td>
                                         <td>{{ codePath.listNum }}</td>
-                                        <td>{{ codePath.listName }}</td>
+                                        <td class="input-gray">{{ codePath.listName }}</td>
                                         <td>{{ codePath.num3 }}</td>
                                         <td>{{ codePath.money }}</td>
                                         <td>{{ codePath.money2 }}</td>
@@ -119,12 +119,12 @@
                         </div>
                     </div>
                 </div>
-                <div>
+                <div class="flex-column">
                     <div class="content-title flex justify-between mb1">
                         이월전표내역
                     </div>
-                    <div class="Bi003-list flex mb1">
-                        <table class="list-table">
+                    <div class="Bi003-list flex mb1" style="height: 50%; overflow-y: auto;" >
+                        <table class="list-table" >
                             <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
                             <colgroup>
                                 <col style="width: 9%;">
@@ -138,7 +138,7 @@
 
                             </colgroup>
                             <thead>
-                                <tr class="table-header">
+                                <tr class="table-header" >
                                     <th>작성일자</th>
                                     <th>전표NO</th>
                                     <th>연번</th>
@@ -149,24 +149,138 @@
                                     <th class="table-align">대변금액</th>
                                 </tr>
                             </thead>
-                            <tbody>
-                                <tr class="table-border" v-for="(codePathHistroy) in codeList">
+                            <tbody >
+                                <tr class="table-border" v-for="(codePathHistroy) in codeHistroyList" style="max-height: 200px;" >
                                     <td>{{ codePathHistroy.date }}</td>
                                     <td>{{ codePathHistroy.num }}</td>
                                     <td>{{ codePathHistroy.num2 }}</td>
-                                    <td>{{ codePathHistroy.nameNum }}{{ codePathHistroy.name }}</td>
-                                    <td>{{ codePathHistroy.listNum }}{{ codePathHistroy.listName }}</td>
+                                    <td class="text-lf">{{ codePathHistroy.nameNum }}{{ codePathHistroy.name }}</td>
+                                    <td class="text-lf">{{ codePathHistroy.listNum }}{{ codePathHistroy.listName }}</td>
                                     <td>{{ codePathHistroy.num3 }}</td>
                                     <td>{{ codePathHistroy.money }}</td>
                                     <td>{{ codePathHistroy.money2 }}</td>
 
                                 </tr>
 
-                                <tr v-if="postList === 0">
-                                    <td colspan="5" class="no-list">검색조건에 해당하는 데이터가 없습니다.</td>
-                                </tr>
+                               
                             </tbody>
                         </table>
+                    </div>
+                    <div class="flex justify-end">
+                        <table style=" min-width: 30%; border-top: 1px solid var(--borderlightgray);">
+
+
+                            <tr class="table-border list-table" >
+                                <th >합계</th>
+                                <td>1,155,881,957</td>
+                                <td>1,155,881,957</td>
+
+                            </tr>
+
+                        </table>
+
+
+                    </div>
+                </div>
+            </div>
+            <!-- 모달 -->
+            <div v-show="isOpen" class="modal-wrapper">
+                <div class="modal-container flex flex-column">
+                    <div>
+                        <div class=" mb2">
+
+                            <div class="flex justify-between modal-title">
+                                <h1>계정과목찾기</h1>
+                                <div>
+                                    <button class="close-btn " @click="closeModal"></button>
+                                </div>
+
+                            </div>
+                        </div>
+                        <div class="flex justify-between">
+                            <div class="content-title mb1">
+                                조회조건
+                            </div>
+                            <div class=" button-wrap">
+                                <button class="rest-btn">초기화</button>
+                            </div>
+                        </div>
+                        <div class="flex button-wrap modal-title mb2 button-wrap">
+                            <p class="blue-text">계정코드/명</p>
+                            <input type="text" id="date">
+                            <button>조회</button>
+                        </div>
+                        <div>
+                            <div class="content-title flex justify-between ">
+                                계정과목목록
+                            </div>
+                            <div class="table-zone table-scroll">
+                                <table class="list-table">
+                                    <!-- col 꼭 너비 기재해야함! 그래야 100%로 차지함 -->
+                                    <colgroup>
+                                        <col style="width: 5%;">
+                                        <col style="width: 10%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                        <col style="width: 3%;">
+                                    </colgroup>
+                                    <thead>
+                                        <tr class="table-header table-border "
+                                            style="background-color: var(--tableblue); color: var(--navbarblue); ">
+                                            <th>코드</th>
+                                            <th>계정명</th>
+                                            <th>잔액구분</th>
+                                            <th>차변금액</th>
+                                            <th>대변금액</th>
+                                            <th>전표발생</th>
+                                            <th>관리항목1</th>
+                                            <th>관리항목2</th>
+                                            <th>증빙구분</th>
+                                            <th>증빙일자</th>
+                                            <th>비용부서</th>
+                                            <th>공급가액및승인금액</th>
+                                            <th>세무계정</th>
+                                            <th>외화금액($)</th>
+                                            <th>어음정보</th>
+                                            <th>대금지불일</th>
+                                        </tr>
+                                    </thead>
+                                    <tbody>
+                                        <tr v-for="(modalWrap) in modalList" key="codeNum" style="overflow-y: scroll;"
+                                            class="table-border modal-td">
+                                            <td>{{ modalWrap.num }}</td>
+                                            <td>{{ modalWrap.name }}</td>
+                                            <td>{{ modalWrap.list1 }}</td>
+                                            <td>{{ modalWrap.list2 }}</td>
+                                            <td>{{ modalWrap.list3 }}</td>
+                                            <td>{{ modalWrap.list4 }}</td>
+                                            <td>{{ modalWrap.list5 }}</td>
+                                            <td>{{ modalWrap.list6 }}</td>
+                                            <td>{{ modalWrap.list7 }}</td>
+                                            <td>{{ modalWrap.list8 }}</td>
+                                            <td>{{ modalWrap.list9 }}</td>
+                                            <td>{{ modalWrap.list10 }}</td>
+                                            <td>{{ modalWrap.list11 }}</td>
+                                            <td>{{ modalWrap.list12 }}</td>
+                                            <td>{{ modalWrap.list13 }}</td>
+                                            <td>{{ modalWrap.list14 }}</td>
+                                        </tr>
+
+                                    </tbody>
+                                </table>
+                            </div>
+                        </div>
                     </div>
                 </div>
             </div>
@@ -178,13 +292,41 @@
 export default {
     data() {
         return {
+            isOpen: false,
             codeList: [
-                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" }
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+              
+            ],
+            codeHistroyList: [
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+                { date: "20219", num: "0007", num2: "0001", nameNum: "1102041", name: "대손충당금(미수금)", listNum: "111474", listName: "(주)서광지관", num3: "353-1505-5123-74", money: "350,000,000", money2: "565,550,000" },
+              
+            ],
+            modalList: [
+                { num: "1106044", name: "저장품(초지용구품)", list1: "1.차변", list2: "Y", list3: "Y", list4: "Y", list5: "Y", list6: "Y", list7: "Y", list8: "Y", list9: "Y", list10: "Y", list11: "매입", list12: "Y", list13: "Y", list14: "Y" }
             ],
         }
     },
     methods: {
+        openModal() {
+            this.isOpen = true;
+        },
+        closeModal() {
+            this.isOpen = false;
 
+        }
     },
     watch: {
 
@@ -198,7 +340,11 @@
 }
 </script>
 <style scoped>
-button{
+button {
     font-size: 1.4rem;
 }
+
+td {
+    padding-left: 10px;
+}
 </style>
(파일 끝에 줄바꿈 문자 없음)
client/views/pages/App.vue
--- client/views/pages/App.vue
+++ client/views/pages/App.vue
@@ -23,7 +23,7 @@
     return {
       selectedId: true,
       SideMenu: true,
-      isUserLoggedIn: false,
+      isUserLoggedIn: true,
     }
   },
   methods: {
Add a comment
List