From da233c9bc5a66fc32fb64cd714a54e16f4e8717d Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 15 Oct 2024 17:47:56 +0900 Subject: [PATCH] =?UTF-8?q?2024/10/15=20table,=20=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/seed/_extra/gtm/board/list.jsp | 12 +- .../WEB-INF/jsp/seed/_extra/gtm/exam/list.jsp | 11 +- .../WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp | 12 +- .../WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp | 4 +- .../WEB-INF/jsp/seed/_extra/gtm/news/list.jsp | 78 +++--- .../seed/_extra/gtm/onlineCounsel/lawList.jsp | 90 ++++++- .../_extra/gtm/onlineCounsel/lawWrite.jsp | 8 +- .../seed/_extra/gtm/onlineCounsel/list.jsp | 2 +- .../seed/_extra/gtm/onlineCounsel/view.jsp | 13 +- .../seed/_extra/gtm/trublchargermng/list.jsp | 37 +-- .../seed/_extra/gtm/trublend/trublendList.jsp | 165 ++++++------- .../seed/_extra/gtm/trublend/trublendView.jsp | 233 +++++++++++++----- .../trublprocessmng/trublprocessmngList.jsp | 207 ++++++++-------- .../_extra/gtm/trublreqstmng/administList.jsp | 194 +++++++-------- .../_extra/gtm/trublreqstmng/administView.jsp | 48 ++-- .../gtm/trublreqstmng/administWrite.jsp | 92 +++---- .../views/_common/_css/seed.contents.css | 1 + .../adm/images/component/icon_calendar.png | Bin 0 -> 447 bytes .../adm/images/component/icon_excel_down.png | Bin 0 -> 1783 bytes .../adm/images/component/icon_excel_get.png | Bin 0 -> 1808 bytes .../kofair_case_seed/adm/style/common.css | 15 +- .../kofair_case_seed/adm/style/layout.css | 5 +- .../kofair_case_seed/adm/style/style.css | 58 ++++- 23 files changed, 778 insertions(+), 507 deletions(-) create mode 100644 src/main/webapp/kofair_case_seed/adm/images/component/icon_calendar.png create mode 100644 src/main/webapp/kofair_case_seed/adm/images/component/icon_excel_down.png create mode 100644 src/main/webapp/kofair_case_seed/adm/images/component/icon_excel_get.png diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/list.jsp index 5c0a7cbe..b7b9c45e 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/list.jsp @@ -31,19 +31,19 @@ - +
-
+
- + @@ -73,10 +73,8 @@
분쟁조정 사례 테이블입니다.
-
-
- -
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/list.jsp index 15284621..abca8cad 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/list.jsp @@ -35,13 +35,13 @@ - +
-
+
@@ -50,7 +50,6 @@ - @@ -79,10 +78,8 @@
분쟁조정 사례 테이블입니다.
-
-
- -
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp index c9faddea..dd798248 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp @@ -107,10 +107,14 @@
-
- - - 목록 +
+
+ +
+
+ + +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp index ea7b305c..1f350e61 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp @@ -147,8 +147,8 @@

-
- +
+ diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/news/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/news/list.jsp index 5b4c6a52..44992ae4 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/news/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/news/list.jsp @@ -18,7 +18,7 @@

뉴스레터 관리

- +
@@ -32,44 +32,58 @@ -
- - -
- - - -
+ +
+ + +
+ ~ +
+ + +
+ + +
+ + + +
+
+
-
+ <%--
~ -
+
--%>
-
+
- - - + + + + + + + - - - - - - - - - - + + + + + + + + + @@ -86,12 +100,12 @@
- +
- +
@@ -164,7 +178,7 @@ //jQuery DatePicker Option var dateOption = { showOn: "button", - buttonImage: "/img/icon_calendar.gif", + buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly: true, dateFormat: 'yy-mm-dd', showMonthAfterYear:true, diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp index 91fc4db6..f84c7258 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawList.jsp @@ -23,7 +23,78 @@ -
+ +
+
    +
  • +

    · 등록일

    +
    + + ~ + +
    +
  • +
  • +

    · 처리일자

    +
    + + ~ + +
    +
  • +
  • +

    · 예약일

    +
    + + ~ + +
    +
  • +
+
    +
  • +

    · 신청인

    + +
  • +
  • +

    · 담당자

    + +
  • +
  • +

    · 상담자

    + +
  • +
  • +

    · 상담제목

    + +
  • +
+
    +
  • +

    · 조정유형

    + +
  • +
  • +

    · 상태

    + +
  • +
  • + +
  • +
+ +
+ + <%--
@@ -108,10 +179,11 @@
-
-
+
--%> + +
-
+
@@ -133,7 +205,7 @@
- + @@ -210,13 +282,11 @@ -
-
+
- + - -
+
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp index 1adade7c..4c3b50bc 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/lawWrite.jsp @@ -136,7 +136,7 @@

상담기록카드

- +
    <%-- @@ -156,9 +156,9 @@

-
- - +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp index bde0385a..91a9a52c 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/list.jsp @@ -121,7 +121,7 @@
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp index d5e5552e..123cc87b 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/onlineCounsel/view.jsp @@ -236,7 +236,14 @@
-
+
+ +
+ + + +
+
@@ -247,9 +254,7 @@ - - - +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/list.jsp index c8bb56b8..7b1c6a38 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/list.jsp @@ -24,7 +24,7 @@

위원 관리

- +
@@ -33,22 +33,27 @@
-
-
- - -
- - - -
- + +
+
+
+ + +
+ + + +
+ +
+ +
-
+
뉴스레터 관리 테이블입니다.
번호신청인명이메일IP상태등록일관리
번호신청인명이메일IP상태등록일관리
@@ -89,7 +94,7 @@ @@ -113,7 +118,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendList.jsp index 712c2403..83c82477 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendList.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendList.jsp @@ -24,7 +24,7 @@

종료사건 조회

- +
@@ -33,71 +33,78 @@
-
-
- + +
+
+ +
+ ~ +
+ - - - - - -
-
-
- ~ +
+
+ + + + + + + +
+
+
-
+
자주하는질문 테이블입니다.
${list.REG_DT}
- +
- - + + + + + - - - - - - - - + + + + + + + + + + + + + + @@ -106,10 +113,8 @@ - + - + + @@ -222,7 +221,7 @@ //jQuery DatePicker Option var dateOption = { showOn: "button", - buttonImage: "/img/icon_calendar.gif", + buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly: true, dateFormat: 'yy-mm-dd', showMonthAfterYear:true, diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendView.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendView.jsp index d06e424d..1c95daa4 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendView.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublend/trublendView.jsp @@ -932,12 +932,11 @@ function smsAutoPopOpen(caseNo, e) { -
-

종료사건 조회

-
- -
- @@ -959,7 +958,7 @@ function smsAutoPopOpen(caseNo, e) { - @@ -994,8 +993,12 @@ function smsAutoPopOpen(caseNo, e) {
-
+
분쟁사건에 대한 처리관리 목록화면 입니다.
사건번호종료회차당사자 -
    -
  • 신청인
  • -
  • 피신청인
  • -
-
처리결과 -
    -
  • 대분류
  • -
  • 중분류
  • -
-
접수일자협의회 의결일담당자기간연장여부사건번호종료회차당사자처리결과접수일자협의회 의결일담당자기간연장여부
신청인피신청인대분류중분류
${list.caseNo} ${list.conferenceNames} -
    -
  • - +
+ @@ -128,36 +133,30 @@ - -
  • - - - - - - ( 대표) - - - - - - (대표이사 ) - - - - - +
  • + + + + + + ( 대표) - - - - -
      -
    • ${list.mediationBig}
    • -
    • ${list.mediationSmall}
    • -
    + + + + + (대표이사 ) + + + + + + +
    ${list.mediationBig}${list.mediationSmall} ${list.caseDate} ${list.fixDay } ${list.caseExaminerName}
    + + + +
    사건번호 @@ -1074,9 +1077,47 @@ function smsAutoPopOpen(caseNo, e) {
    + +
    + + + + + + + + + + + + + + + + + + + + + + + +
    조정유형
    신청사유 + 01. +
    02.
    +
    03.
    +
    문서접수구분
    분서접수경로 + + + , + + + , + +
    +
    -

    -
    + <%--

    조정유형

    @@ -1122,11 +1163,11 @@ function smsAutoPopOpen(caseNo, e) {
    -
    +
    --%> -

    협의회 결과

    +

    협의회 결과

    -
    +

    협의회 결과

    @@ -1140,8 +1181,72 @@ function smsAutoPopOpen(caseNo, e) {
    -

    분쟁조정 처리기간

    -
    +

    분쟁조정 처리기간

    + +
    + + + + + + + + + + + + + + + + + + + +
    신청인 보완요청일신청인 제출일신청인 보완기간
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    답변요청일피신청인 답변서 제출일답변서 제출기간
    +
    + +
    + + + + + + + + + + + + + +
    조정종료일처리기간
    +
    + + <%--

    신청인 보완요청일

    @@ -1186,10 +1291,11 @@ function smsAutoPopOpen(caseNo, e) {
    -
    -

    조정신청내역

    +
    --%> + +

    조정신청내역

    -
    +

    조정결과

    @@ -1315,18 +1421,20 @@ function smsAutoPopOpen(caseNo, e) {

    메모

    +
    + +
    +
    -
    - -
    +
    -

    분쟁정보

    +

    분쟁정보

    -
    +

    신청취지

    @@ -1398,9 +1506,9 @@ function smsAutoPopOpen(caseNo, e) {
    -

    조정절차 관련 공문서

    +

    조정절차 관련 공문서

    -
    +

    접수사실 통지 및 신청서 보완요구

    @@ -1501,7 +1609,7 @@ function smsAutoPopOpen(caseNo, e) {

    조정안 수락/불수락 통지서

    -
    +

    조정안 수락 통지서

    @@ -1532,7 +1640,7 @@ function smsAutoPopOpen(caseNo, e) {
    -
    +
    @@ -1543,7 +1651,7 @@ function smsAutoPopOpen(caseNo, e) { - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    주요 재무현황 자본금 @@ -1554,7 +1662,7 @@ function smsAutoPopOpen(caseNo, e) {
    총매출액 @@ -1564,14 +1672,14 @@ function smsAutoPopOpen(caseNo, e) {
    사건 확인사항 최초 계약체결일
    계약기간 @@ -1579,7 +1687,7 @@ function smsAutoPopOpen(caseNo, e) {
    계약서 사본
    @@ -1593,7 +1701,7 @@ function smsAutoPopOpen(caseNo, e) {
    신청인담당자 인적사항 성함 @@ -1604,7 +1712,7 @@ function smsAutoPopOpen(caseNo, e) {
    휴대폰 @@ -1614,7 +1722,7 @@ function smsAutoPopOpen(caseNo, e) {
    부서/직위 @@ -1624,7 +1732,7 @@ function smsAutoPopOpen(caseNo, e) {
    피신청인 담당자 인적사항 성함 @@ -1635,7 +1743,7 @@ function smsAutoPopOpen(caseNo, e) {
    휴대폰 @@ -1645,7 +1753,7 @@ function smsAutoPopOpen(caseNo, e) {
    부서/직위 @@ -1655,7 +1763,7 @@ function smsAutoPopOpen(caseNo, e) {
    기타 확인사항 소송 @@ -1666,7 +1774,7 @@ function smsAutoPopOpen(caseNo, e) {
    타 협의회 조정 미진행 @@ -1676,7 +1784,7 @@ function smsAutoPopOpen(caseNo, e) {
    중재 미진행 @@ -1686,7 +1794,7 @@ function smsAutoPopOpen(caseNo, e) {
    타 조정기구 조정 미진행 @@ -2744,16 +2852,16 @@ function smsAutoPopOpen(caseNo, e) { -

    협의회별 상세 현황

    -
    +

    협의회별 상세 현황

    +
    - - - - - + + + + + @@ -2782,9 +2890,9 @@ function smsAutoPopOpen(caseNo, e) {
    -

    하도급대금 내역 (신청인)

    +

    하도급대금 내역 (신청인)

    -
    +
    @@ -2834,7 +2942,7 @@ function smsAutoPopOpen(caseNo, e) { @@ -2891,9 +2999,9 @@ function smsAutoPopOpen(caseNo, e) {
    -
    -

    도급대금 내역 (피신청인)

    +

    도급대금 내역 (피신청인)

    -
    +
    @@ -3133,26 +3241,27 @@ function smsAutoPopOpen(caseNo, e) { "/> -

    분쟁사건 종료 후속 결과 등

    +

    분쟁사건 종료 후속 결과 등

    후속결과(취하사유, 이행현황 등)

    +
    + +
    -
    - -
    + -
    - -
    - +
    +
    + + diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/trublprocessmngList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/trublprocessmngList.jsp index bdada979..58f1c8da 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/trublprocessmngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/trublprocessmngList.jsp @@ -12,7 +12,7 @@ $(document).ready(function(){ //jQuery DatePicker Option var dateOption = { showOn: "button", - buttonImage: "/img/icon_calendar.gif", + buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly: true, dateFormat: 'yy-mm-dd', showMonthAfterYear:true, @@ -122,7 +122,7 @@ function clipCall(crfNm){

    분쟁사건 처리관리

    - +
    @@ -132,46 +132,67 @@ function clipCall(crfNm){
    -
    -
    - - - -
    -
    -
    - <%-- - - --%> - ~ + +
    + +

    현재 처리중인 사건은 총 건입니다.

    + + + +
    + + + +
    + <%-- + + --%> + ~ +
    + + +
    +
    + + + +
    +
    + +
    + +
    +
    -
    현재 처리중인 사건은 총 건입니다.
    + <%--
    현재 처리중인 사건은 총 건입니다.
    --%>
    -
    +
    - - + + + + @@ -182,30 +203,26 @@ function clipCall(crfNm){ - - - - - - - - - - + + + + + + + + + + - + + + + + + + @@ -216,57 +233,49 @@ function clipCall(crfNm){ - + +
    분쟁사건에 대한 처리관리 목록화면 입니다.
    사건번호현재단계다음단계당사자 -
      -
    • 신청인
    • -
    • 피신청인
    • -
    -
    처리결과 -
      -
    • 대분류
    • -
    • 중분류
    • -
    -
    접수일자진행일수보완기일기간연장여부기간경과여부사건번호현재단계다음단계당사자처리결과접수일자진행일수보완기일기간연장여부기간경과여부 조사관조사관
    신청인피신청인대분류중분류
    ${list.stateProNm} ${list.stateProNext} -
      -
    • - - - - - - ( 대표) - - - - - - (대표이사 ) - - - - - + + + + + + ( 대표) - -
    • -
    • - - - - - - ( 대표) - - - - - - (대표이사 ) - - - - - + + + + + (대표이사 ) - -
    • -
    + + + + + +
    -
      -
    • ${list.mediationBig}
    • -
    • ${list.mediationSmall}
    • -
    +
    + + + + + + ( 대표) + + + + + + (대표이사 ) + + + + + + + ${list.mediationBig}${list.mediationSmall} ${list.caseDate} ${list.proDate} - diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp index 421e633b..f6c88f04 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp @@ -15,7 +15,7 @@ //jQuery DatePicker Option var dateOption = { showOn : "button", - buttonImage : "/img/icon_calendar.gif", + buttonImage : "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly : true, dateFormat : 'yy-mm-dd', showMonthAfterYear : true, @@ -195,72 +195,88 @@ -
    -
    - - -
    -
    -
    - - - - - - - - ~ +
    +

    + 현재 미배정된 신청서는 총 + + 건입니다. +

    +
    + + + + + +
    + + + + + + +
    + ~ +
    +
    + + + +
    +
    + + + +
    +
    + + +
    -
    - 현재 미배정된 신청서는 총 - - 건입니다. -
    +
    -
    +
    - - - - - + + + + + + + + - @@ -269,7 +285,7 @@ - - - - - - - + + + + + + + + + + + + @@ -337,18 +349,10 @@ - - + + + + -
    -
    - - -
    +
    + +
    diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administView.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administView.jsp index f06527d6..ae155e39 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administView.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administView.jsp @@ -250,7 +250,7 @@ $(document).ready(function(){ //jQuery DatePicker Option var dateOption = { showOn: "button", - buttonImage: "/img/icon_calendar.gif", + buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly: true, dateFormat: 'yy-mm-dd', showMonthAfterYear:true, @@ -1195,7 +1195,7 @@ function showConsignmentGubun(){

    사건 접수일

    -
    +
    @@ -1349,7 +1349,7 @@ function showConsignmentGubun(){
    -
    +
    분쟁사건에 대한 신청목록 화면 입니다.
    + 문서등록번호접수구분신청인 -
      -
    • 이름
    • -
    • 사업체명
    • -
    -
    피신청인 -
      -
    • 이름
    • -
    • 사업체명
    • -
    -
    등록일분쟁유형문서등록번호접수구분신청인피신청인등록일분쟁유형 조사관
    이름사업체명이름사업체명
    ${list.docGubun} -
      -
    • ${list.companyCeo}
    • -
    • ${list.applcntCompany}
    • -
    -
    -
      -
    • ${list.respondentCeo}
    • -
    • ${list.respondentCompany}
    • -
    -
    ${list.companyCeo}${list.applcntCompany}${list.respondentCeo}${list.respondentCompany} ${list.regDt} ${list.caseGubun}
    @@ -1359,7 +1359,7 @@ function showConsignmentGubun(){ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    주요 재무현황 자본금 @@ -1370,7 +1370,7 @@ function showConsignmentGubun(){
    총매출액 @@ -1380,14 +1380,14 @@ function showConsignmentGubun(){
    사건 확인사항 최초 계약체결일
    계약기간 @@ -1395,7 +1395,7 @@ function showConsignmentGubun(){
    계약서 사본
    @@ -1409,7 +1409,7 @@ function showConsignmentGubun(){
    신청인담당자 인적사항 성함 @@ -1420,7 +1420,7 @@ function showConsignmentGubun(){
    휴대폰 @@ -1430,7 +1430,7 @@ function showConsignmentGubun(){
    부서/직위 @@ -1440,7 +1440,7 @@ function showConsignmentGubun(){
    피신청인 담당자 인적사항 성함 @@ -1451,7 +1451,7 @@ function showConsignmentGubun(){
    휴대폰 @@ -1461,7 +1461,7 @@ function showConsignmentGubun(){
    부서/직위 @@ -1471,7 +1471,7 @@ function showConsignmentGubun(){
    신청 확인사항 신청경로 @@ -1508,44 +1508,44 @@ function showConsignmentGubun(){

    기타 확인사항 소송
    타 협의회 조정
    중재
    타 조정기구 조정
    공정거래위원회 조사
    동일사안 공정거래위원회
    시정조치 여부
    당사자간 합의가 완료되어
    조정조서 작성을
    요청하는 사안인지 여부
    @@ -2604,7 +2604,7 @@ function showConsignmentGubun(){

    협의회별 상세 현황

    -
    +
    @@ -2645,7 +2645,7 @@ function showConsignmentGubun(){
    -

    * 우편용 신청서 참조, 대규모유통업자(피신청인)만 해당

    +

    * 우편용 신청서 참조, 대규모유통업자(피신청인)만 해당


    diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administWrite.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administWrite.jsp index c4107b58..b7eaff51 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administWrite.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administWrite.jsp @@ -330,7 +330,7 @@ $(document).ready(function(){ //jQuery DatePicker Option var dateOption = { showOn: "button", - buttonImage: "/img/icon_calendar.gif", + buttonImage : "/kofair_case_seed/adm/images/component/icon_calendar.png", buttonImageOnly: true, dateFormat: 'yy-mm-dd', showMonthAfterYear:true, @@ -888,8 +888,8 @@ function showConsignmentGubun(){
    -

    분쟁사건 신청

    -

    표기는 필수 입력사항

    +

    분쟁사건 신청

    +

    표기는 필수 입력사항

    조정유형

    @@ -971,18 +971,18 @@ function showConsignmentGubun(){
    -
    +

    사건 접수일

    -
    - +
    +
    -
    +
    @@ -992,7 +992,7 @@ function showConsignmentGubun(){ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    주요 재무현황 자본금 @@ -1003,7 +1003,7 @@ function showConsignmentGubun(){
    총매출액 @@ -1013,32 +1013,36 @@ function showConsignmentGubun(){
    사건 확인사항 최초 계약체결일 - +
    + +
    계약기간 - - ~ - +
    + + ~ + +
    계약서 사본
    - +
    신청인담당자 인적사항 성함 @@ -1049,7 +1053,7 @@ function showConsignmentGubun(){
    휴대폰 @@ -1059,7 +1063,7 @@ function showConsignmentGubun(){
    부서/직위 @@ -1069,7 +1073,7 @@ function showConsignmentGubun(){
    피신청인 담당자 인적사항 성함 @@ -1080,7 +1084,7 @@ function showConsignmentGubun(){
    휴대폰 @@ -1090,7 +1094,7 @@ function showConsignmentGubun(){
    부서/직위 @@ -1100,13 +1104,13 @@ function showConsignmentGubun(){
    신청 확인사항
    (필수)
    귀하는 ‘한국공정거래조정원’을 어떤 경로로 알게 되셨습니까?


    @@ -1129,7 +1133,7 @@ function showConsignmentGubun(){

    기타 확인사항 소송 @@ -1142,7 +1146,7 @@ function showConsignmentGubun(){
    타 협의회 조정 @@ -1154,7 +1158,7 @@ function showConsignmentGubun(){
    중재 @@ -1166,7 +1170,7 @@ function showConsignmentGubun(){
    타 조정기구 조정 @@ -1223,8 +1227,8 @@ function showConsignmentGubun(){
    신청인 기입사항
    - - + +
    @@ -1376,8 +1380,8 @@ function showConsignmentGubun(){
    신청인 대리인 기입사항
    - - + +
    @@ -1480,8 +1484,8 @@ function showConsignmentGubun(){
    피신청인 기입사항
    - - + +
    @@ -1605,8 +1609,8 @@ function showConsignmentGubun(){
    피신청인 대리인 기입사항
    - - + +
    @@ -2301,7 +2305,7 @@ function showConsignmentGubun(){
    - +
    @@ -2310,7 +2314,7 @@ function showConsignmentGubun(){
    - +
    @@ -2319,7 +2323,7 @@ function showConsignmentGubun(){
    - +
    @@ -2328,14 +2332,14 @@ function showConsignmentGubun(){
    - +
    -
    - - +
    + +
    diff --git a/src/main/webapp/WEB-INF/views/_common/_css/seed.contents.css b/src/main/webapp/WEB-INF/views/_common/_css/seed.contents.css index 33c55822..e124647c 100644 --- a/src/main/webapp/WEB-INF/views/_common/_css/seed.contents.css +++ b/src/main/webapp/WEB-INF/views/_common/_css/seed.contents.css @@ -764,6 +764,7 @@ html.ie8 .page-tip{background:url(/img/ie8-icon-page-tip.png) no-repeat 0 0;} .table-layout colgroup col.title20{width:20%} .table-layout colgroup col.title15{width:15%} .table-layout colgroup col.title10{width:10%} +.table-layout colgroup col.title7{width:7%} .table-layout colgroup col.title5{width:5%} .table-layout colgroup col.small_checkbox{width: 6.9%;} .table-layout img{vertical-align: middle;max-width:100%;} diff --git a/src/main/webapp/kofair_case_seed/adm/images/component/icon_calendar.png b/src/main/webapp/kofair_case_seed/adm/images/component/icon_calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfcd6838b693274a24dd82de6fb64adad7f5ecc GIT binary patch literal 447 zcmV;w0YLtVP)D(mhC4VH5}O->VlLl)9H3|m9&vh{3tKm-uE=|yjcX%5`%Q(S0P758hqJb4`hd#vpd?%gg z4|^x{cEu>G1`M201Y*j7bB9fEr;>{)SQ|QY{KI8QzNQThYQjr+LEZSwW&&Jsv z_E;Hk7D>H8QZJCyt4NY^0Ml{fH`#N4#36p*7LG5{$&I+V6
      h2J0fb4i}bKGhWr zhdmsABl72tGbj6%-|+$C*bILhdsQS&+(Zq308U}fi7AzZCsS=07?{;ELn2Bde0{8v^K*7iAWdWaj57fJ{tG z$}cUkRRX#c;)UD-xUqS~&|m@vn0`fKfxe-h0mw@*g}%P{mFDKcRTq~8r6Sym)!^cg z%7Rq=pw#00(xPNw#HA^NtSYc_E=o--$uA1Y&(DE{Vn9ZINq%ugeu09sGbq$76*R&# z^HTE5i#5S|e0{Av^NLFn^O93NU2K(rrs!p6rdSy{nYfv|8JJocS(qCdx;iO7` zo0=M!IU2Y*n!3XDy5uL9=BDPA!1Sgd^qS$+3rY^T1wfl!Qj0RnQd8WD@^cly-nPob z?G|I4=0WwQ;C71%PQCg-$LND17b&t~LckORV#1RykONQrsd>N@Uj$6r_a28x0&`5d zr;B4q#jT!@^VuQcBLCj)eZP06kMU%w$4mUQ54JkKIkn2=1N)Q!$BwR8iI`vf5=SS* zF5Gcpk;s%arj0Ceg7yeb8z1$M78E%jRm6D~;cut^WRPj=6s4O2O(h zzVCO7&;LDFes1scu5n87*dG(^vLbr%jhtAdWtqd{G{l)ZO^l}iJ$t=5)q>e`q${sBYcR#7KNTDIVXyM@v z-|RTF*K>PDcKkShVvBF{$r%b+lT@dsq)qe+^Oh={YFF)azrAjEgg{r&m0d?Cm~rW9 zbn7%dx=X}uAbr)FcHu;TPFwd$rOLz`(oNZNI z@viJiRhhtw*4pUuq-S6Fe@9nUJCyyyiEq;EDVS7)n;#99vbyW__aE)6f@B8l;CO=^6`!09n z%VhS5%qtTn`n~p$j3`=`^mfADj~{s#I0~#-vdqaydUn>=7e|eCu4&zfesQ$qqh09y zM}faqNgdMqneivq?eBV_Kjoo0YMdIzp_c@L&#!;{q{gYKB_h|e>J!b~>gOJ+d8yjAVxQ%1UdFo}KWcU^ z`*>a@^~Z_`-3uPutwkOzXW#y^?ZQdn14n1R_VCT~~aICx4O(`U=R_kq->-04doM|KBvwida{rj&+M^(w`>9pi?vwog+=+lYfZJ(`v*K&oZTyK%* z&0G5C#EBFC7KBCf%(Lqi`&4;Y`TWguuQ%RTcL;C%x$48l@(;&4J3HT(2vk&6-u!Ul zGs_0$Z@=d+Fk*ZruIYX&R7dQ5P;rILC!39*cYR&Yz|2tBdS}D2i4mEgs>svT&t;uc GLK6UpYsO~) literal 0 HcmV?d00001 diff --git a/src/main/webapp/kofair_case_seed/adm/images/component/icon_excel_get.png b/src/main/webapp/kofair_case_seed/adm/images/component/icon_excel_get.png new file mode 100644 index 0000000000000000000000000000000000000000..acd6dbbd7a710a96f3c2d3685b7cddd84b263bb2 GIT binary patch literal 1808 zcmaJ?c~BE)9F0aiP%1^F1W?yd6_jLiKtdKm3`u|};S3l>g^(-|L$Wd1Gy!3xpi$d+ z)QTf09#v5?cp#`9)B=JaQY#(>!P{yPq#}c;Akc0Uuz!^9%zoFr_kPFsc6LidSg@U~ zi!Ba^vlE8!qp*1<_Bu?Sh>c|qxnyi2paKaRjU=H4sTRg@}*7=DOYG_5=d zisAttGm z22~(xz^W)sMD!?|h-Lbz1eIn~R;?Ru6V@=$DAj;eGR0cb2v8*Yf2c||iq@e~@aKI0 zQ&=ZX)4*U9tV8r#8Fq0=?$%Hmh^K|6D54c3Na{!zBT^6)(WM|7fXB0TjRkltQ>f*L zLFf6ABN9PEwGNf4Ww4OXCSodNg+dNd`GG7SCN|J~nN+GEFpwr-1O_r_bS8t#XHu9W zTs|Vxt6()c!j*sK^2X#^?V!?Nk@>Jz@eM2w(jqG0W7&{m>|9u5>J4+{W9PyhlM7PR`U1pyX)VZ{1 zvxkkK|BQWxhs%0<0i~mZO!X`E@PLQ}Y zzTd?g7*|(M2|GPg$HpsO|$p5TP_{tZKQCv@O2YcZWcT%b4H+; z$``?35p3G%;|@zq8{cFa`^Jl%q1#j$wTsXeZP>Zcm;N|vl1buq`D?i5X@2I?l7MOK z>1zfAQ)f7pMMeL%%O=`5!WSZT4;{=N^c}Y`CxdR7zc!1#gU=R)tu8YyW6J~p49u?PjugvIK zKK+*!x3|ulx?;y)ukh{eQva}f8tSi;HEA8}Y3j}#u~S@My(QjcGKH4zT$@w$ye4$V z?dK&GB_~eIc%*9me(!YTka(>}udm3dS)%Z6>3y$n;QFWA6bJM<8+y2+uD1o%cszbi z&Cw9&LUiU;_Ru77AF(xV_mhDaGt-wAO>{`4ZMeGbxPJq$Vqaw**k9zUzZ)ZJO(uI-uul%2XOENf#n^;tK3zt9XmEIA~X0 zooJ4($-Ub>lMW{uC(^v^Ihgy(mY+bNhn%;;MpB|WMSdO zX?{<7R-d*M;ll4Fop|gw`{HS{wmwgnv#Oc2-E4Neei&vf6FYWJaj6mS9O}93rL-_r z_H;d*G{j<-NijCj%3*{{inF&b$Bs literal 0 HcmV?d00001 diff --git a/src/main/webapp/kofair_case_seed/adm/style/common.css b/src/main/webapp/kofair_case_seed/adm/style/common.css index fb7a8231..c866fc0f 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/common.css +++ b/src/main/webapp/kofair_case_seed/adm/style/common.css @@ -2,26 +2,32 @@ /* 버튼 */ -.btn_wrap{display:flex;margin:40px 0 0 0;justify-content:space-between;align-items:center;gap:10px;} +.btn_wrap{display:flex;padding:0;margin:40px 0 0 0;justify-content:space-between;align-items:center;gap:10px;} .btn_wrap.right{justify-content:flex-end;} .btn_wrap.left{justify-content:flex-start;} .btn_wrap.center{justify-content:center;} -.btn{display:inline-block;color:#333;border-radius:5px !important;transition:all 0.2s ease-in-out;} +.btn{display:inline-block;padding:0;color:#333;border-radius:5px !important;transition:all 0.2s ease-in-out;} +.btn.btn_text{padding:0 18px;} .btn.round{border-radius:100%;} .btn.only_icon{padding:0;} +.btn_36{height:36px;font-size:16px;font-weight:500;} +.btn_46{min-width:85px;height:46px;font-size:18px;font-weight:500;} + .btn:hover{box-shadow:0 0 5px rgba(0,0,0,0.3);transition:all 0.2s ease-in-out;} -.btn.orange_border{border:1px solid #fd6e18;color:#fd6e18;} +.btn.orange_border{background:#fff !important;border:1px solid #fd6e18 !important;color:#fd6e18 !important;} .btn.red_border{background:#fff !important;border:1px solid #e40000 !important;color:#e40000 !important;} .btn.blue_border{background:#fff !important;border:1px solid #163db1 !important;color:#163db1 !important;} .btn.light_orange_fill{background:#fdeade;color:#fd6e18;} - .btn.blue_fill{background:#163db1 !important;color:#fff !important;} .btn.gray_fill{background:#adadb5 !important;color:#fff !important;} +.btn.excel_download{background:#fff url(/kofair_case_seed/adm/images/component/icon_excel_down.png) no-repeat 16px 10px !important;padding:0 18px 0 40px !important;border:1px solid #009541;color:#009541 !important;} +.btn.excel_upload{background:#fff url(/kofair_case_seed/adm/images/component/icon_excel_get.png) no-repeat 16px 10px !important;padding:0 18px 0 40px !important;border:1px solid #009541;color:#009541 !important;} + /* input */ input[type="text"],input[type="search"]{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;} textarea{border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;} @@ -44,6 +50,7 @@ select{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !import .color_333{color:#333 !important;} .color_666{color:#666 !important;} .color_orange{color:#fa6718 !important;} +.color_blue{color:#163db1 !important;} /* 노출/숨김 */ diff --git a/src/main/webapp/kofair_case_seed/adm/style/layout.css b/src/main/webapp/kofair_case_seed/adm/style/layout.css index a93a069f..22972426 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/layout.css +++ b/src/main/webapp/kofair_case_seed/adm/style/layout.css @@ -32,9 +32,6 @@ .leftmenu .depth02_li.active a,.leftmenu .depth02_li:hover a{font-weight:bold;color:#fa6718;} .leftmenu .depth02_li.active a::after,.leftmenu .depth02_li:hover a::after{color:#fa6718;} - -/* f4f5f6 */ - .user_info{display:flex;height:110px;justify-content:space-between;align-items:center;} .user_info .user_util_ul,.user_info .user_util_ul li{display:inline-flex;font-size:14px;font-weight:400;color:#444;align-items:center;} .user_info .user_util_ul{gap:25px;} @@ -43,7 +40,7 @@ .user_info .user_util_ul .ip{background-image:url(/kofair_case_seed/adm/images/layout/icon_ip.png);} .user_info .user_util_ul .timeout{background-image:url(/kofair_case_seed/adm/images/layout/icon_timeout.png);} .user_info .user_util_ul span{margin:0 0 0 4px;} -.user_info .user_util_ul .btn_extension{width:43px;height:28px;margin:0 0 0 10px;} +.user_info .user_util_ul .btn_extension{width:43px;height:28px;margin:0 0 0 10px;padding:0;} .user_info .area_right{display:flex;gap:10px;} .user_info_ul{display:flex;height:38px;padding:0 20px 0 0;border-radius:35px; background:#f4f5f6;align-items:center;} diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css index 44422de3..10bbe788 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -4,7 +4,7 @@ .wrap .seedBody{margin:0 0 80px 0;} .wrap .page-title-wrap{} .wrap .page-title-inner{float:none;} -.wrap .page-title-wrap h3{float:none;font-size:32px;font-weight:bold;margin:0 0 45px 0;} +.wrap .page-title-wrap h3,.wrap .title.depth01{float:none;font-size:32px;font-weight:bold;margin:0 0 45px 0;} .wrap .page-refresh.static{position:absolute;top:8px;margin:0;} .wrap .page-title-wrap .sch-content-wrap{margin:0 0 10px 0;} @@ -14,13 +14,48 @@ .wrap .tooltipBox{display:none;} /* title */ -form h3{font-size:20px;font-weight:bold;} +form h3,.title.depth02{font-size:20px;font-weight:bold;} +.title.depth03{font-size:18px;font-weight:bold;} + +/* detail_search */ +.search_detail{display:flex;padding:0 40px;margin:0 0 40px 0;background:#f4f5f6;border:2px solid #e8e8e8;border-radius:5px;flex-wrap:wrap;align-items:center;} +.search_detail .search_ul{display:flex;width:100%;padding:10px;border-bottom:1px solid #d5d5d5;align-items:center;gap:30px;} +.search_detail .search_ul:last-child{border-bottom:0;} +.search_detail .search_ul li{display:flex;align-items:center;} +.search_detail .search_ul .title{margin:0 10px 0 0;} +.search_detail .search_ul input,.search_detail .search_ul select{height:36px;} +.search_detail .search_ul input[name=searchTitle]{width:440px;} +.search_detail .search_ul .calendar input{background-image:url(/kofair_case_seed/adm/images/component/icon_calendar.png);background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;} +.search_detail .search_ul select{width:300px;} +.search_detail .search_ul select[name=searchState]{width:150px;} +.search_detail .search_ul .btn-page-sch{width:80px;} + +/* calendar */ +.calendar{display:flex;align-items:center;margin:0 12px 0 0;gap:4px;} +.calendar input[type="text"]{width:120px;font-size:14px;font-weight:400;color:#666;} +.calendar input[type="text"]+img{margin:0 0 0 -32px;} +.calendar input[type="text"]:first-child+img{margin:0 13px 0 -32px;} + +.wrap .form-group.calendar{display:flex;align-items:center;} +.wrap .form-group.calendar input[type="text"],.wrap .hasDatepicker{width:150px !important;height:36px;} /* table - 리스트 */ .wrap .form-wrap{border:0;} +.wrap .table_top,.wrap .search_wrap .calendar_term,.wrap .table_top .search_wrap,.wrap .table_top .type_select{display:flex;align-items:center;gap:5px;} +.wrap .table_top{justify-content:space-between;} +.wrap .table_top.right{justify-content:flex-end;} +.wrap .table_top .sch-content-wrap{margin:0;} +.wrap .table_top input,.wrap .table_top select{height:36px;} +.wrap .table_total_text{display:block;font-size:15px;font-weight:400;color:#444;margin:0 0 3px 0;align-self:flex-end;} .wrap .table-layout{border:0;border-top:2px solid #222;border-radius:0;} .wrap .table-layout table th{height:50px;font-size:15px;padding:0;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;} .wrap .table-layout table td{height:50px;font-size:15px;padding:0;border-bottom:1px solid #d5d5d5;vertical-align:middle;} +.wrap .table-layout table tr:hover td{background:#fbfcfc;} + +.wrap .table-layout.border table thead th,.wrap .table-layout.border table tbody td{border-right:1px solid #d5d5d5;} +.wrap .table-layout.border table thead tr:nth-child(n+2) th{height:35px;} +.wrap .table-layout.border table thead tr:nth-child(n+2) th:last-child{border-right:1px solid #d5d5d5;} +.wrap .table-layout.border table thead th:last-child,.wrap .table-layout.border table tbody td:last-child{border-right:0;} /* table - 상세 */ .wrap .bbs-view-layout{padding:0;border-top:2px solid #222;border-bottom:1px solid #e5e5e5;border-radius:0;box-shadow:none;-webkit-box-shadow:none;} @@ -41,4 +76,21 @@ form h3{font-size:20px;font-weight:bold;} .wrap .btn-area div{display:flex;gap:10px;} .wrap .btn-area button{min-width:90px;height:46px;font-size:18px;border-radius:5px;padding:0;margin:0;line-height:1;} -/*f4f5f6*/ \ No newline at end of file +.wrap .col-table.data-table.border_0{border-bottom:0;} +.wrap .col-table.data-table{border:0;border-top:2px solid #222;border-bottom:1px solid #d5d5d5;} +.wrap .col-table.data-table table th,.wrap .col-table.data-table table td{height:45px;padding:10px 20px;border-right:1px solid #e5e5e5;font-family:'Noto Sans KR', sans-serif;line-height:1.5;white-space:normal;} +.wrap .col-table.data-table table th{background:#f4f5f6;} +.wrap .col-table.data-table table tr{border-bottom:1px solid #e5e5e5;} +.wrap .col-table.data-table table tbody tr:last-child{border-bottom:0;} +.wrap .col-table.data-table table td:last-child{border-right:0;} + +/* editor */ +div.webnote_toolbar_container{display:flex;} + +/* 분쟁사건 배정관리 */ +.wrap .cs-panel-title{font-size:16px;} + + +/* 종료사건 조회 */ +.endcase_content .input_box{display:flex;gap:10px;} +.endcase_content .input_box select{height:36px;} \ No newline at end of file