From 2b9e2d47805e502bff0a51e521706292fcf26b26 Mon Sep 17 00:00:00 2001 From: "Jaeeun.Cho" Date: Fri, 31 Oct 2025 10:44:18 -0400 Subject: [PATCH] Map: change sludge input form --- public_html/assets/css/main.css | 42 +++++++++++++++++++++++++++- public_html/assets/css/mapMAPCSS.css | 42 +--------------------------- public_html/doc/customer_detail.php | 40 ++++++++++++++++++++++---- public_html/lib/order_lib.php | 32 +++++++++++++++++++-- 4 files changed, 105 insertions(+), 51 deletions(-) diff --git a/public_html/assets/css/main.css b/public_html/assets/css/main.css index d8d5f36..50a3d03 100644 --- a/public_html/assets/css/main.css +++ b/public_html/assets/css/main.css @@ -1806,4 +1806,44 @@ table.table-search-report .tb-list th { justify-content: center; align-items: center; z-index: 999; -} \ No newline at end of file +} + +/* Input > Sludge */ +.number-input { + display: flex; + align-items: center; + gap: 5px; +} + +.number-input input { + width: 100%; + text-align: center; +} + +.number-input button { + padding: 5px 10px; + cursor: pointer; +} + +/* 기본 화살표 제거 */ +.d_sludge::-webkit-inner-spin-button, +.d_sludge::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} +.d_sludge { + -moz-appearance: textfield; +} + +.left, .right { + background: none; + border: none; + color: #77B469; + font-weight: bold; + cursor: pointer; + padding: 0; + margin: 0; + appearance: none; + box-shadow: none; + outline: none; +} diff --git a/public_html/assets/css/mapMAPCSS.css b/public_html/assets/css/mapMAPCSS.css index 3d85ddb..05a509a 100644 --- a/public_html/assets/css/mapMAPCSS.css +++ b/public_html/assets/css/mapMAPCSS.css @@ -725,44 +725,4 @@ position: fixed; bottom: 0px; width: 100%; z-index: 34; -} - -/* Map > Input > Sludge */ -.number-input { - display: flex; - align-items: center; - gap: 5px; -} - -.number-input input { - width: 100%; - text-align: center; -} - -.number-input button { - padding: 5px 10px; - cursor: pointer; -} - -/* 기본 화살표 제거 */ -.d_sludge::-webkit-inner-spin-button, -.d_sludge::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} -.d_sludge { - -moz-appearance: textfield; -} - -.left, .right { - background: none; - border: none; - color: #77B469; - font-weight: bold; - cursor: pointer; - padding: 0; - margin: 0; - appearance: none; - box-shadow: none; - outline: none; -} +} \ No newline at end of file diff --git a/public_html/doc/customer_detail.php b/public_html/doc/customer_detail.php index 1a948d5..c269616 100644 --- a/public_html/doc/customer_detail.php +++ b/public_html/doc/customer_detail.php @@ -1820,17 +1820,22 @@ $(document).ready(function(){ Oil Quantity - + - Sludge - - - - + Sludge (%) + +
+ + + +
+ + + Cash @@ -2000,3 +2005,26 @@ $(document).ready(function(){ $("#signature64").val(''); }); + + \ No newline at end of file diff --git a/public_html/lib/order_lib.php b/public_html/lib/order_lib.php index f5e6dd9..6fe1f3b 100644 --- a/public_html/lib/order_lib.php +++ b/public_html/lib/order_lib.php @@ -376,9 +376,13 @@ $(document).ready(function(){ - Sludge + Sludge (%) - +
+ + + +
@@ -467,4 +471,26 @@ $(document).ready(function(){ - \ No newline at end of file + + + + \ No newline at end of file