From 805d0da1dfbada84799990f6cb47fecfe8854810 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Tue, 16 Dec 2025 18:06:04 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=A0=95=EA=B2=80=EC=82=AC=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EA=B2=80=EC=83=89=EC=A1=B0=EA=B1=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/quality/processInspectionList.jsp | 123 ++++++++++++------ src/com/pms/controller/QualityController.java | 14 ++ src/com/pms/mapper/common.xml | 1 - src/com/pms/mapper/quality.xml | 37 +++++- 4 files changed, 129 insertions(+), 46 deletions(-) diff --git a/WebContent/WEB-INF/view/quality/processInspectionList.jsp b/WebContent/WEB-INF/view/quality/processInspectionList.jsp index a79f3de..0449a98 100644 --- a/WebContent/WEB-INF/view/quality/processInspectionList.jsp +++ b/WebContent/WEB-INF/view/quality/processInspectionList.jsp @@ -45,14 +45,13 @@ String menuName = CommonUtils.getMenuName(menuObjId, "공정검사 관리"); .select2-container .select2-selection--multiple .select2-selection__rendered { overflow: auto !important; } + #search_part_no + .select2-container, + #search_part_name + .select2-container { + width: 210px !important; + } /* 검사결과 스타일 */ .inspection-ng { color: #dc3545; font-weight: bold; } .inspection-ok { color: #28a745; font-weight: bold; } - - /* 검색필터 아이템 스타일 */ - .search-item { display: flex; align-items: center; gap: 5px; } - .search-item label { font-weight: bold; white-space: nowrap; min-width: 50px; } - .search-item input, .search-item select { height: 28px; }