m0_70156489 17 tuntia sitten
vanhempi
sitoutus
ab0f25e3bb

+ 3 - 0
application/admin/view/procuremen/rfqlist.html

@@ -73,6 +73,8 @@
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="This_quantity"],
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="This_quantity"],
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="ceilingPrice"],
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="ceilingPrice"],
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="ceilingPrice"],
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="ceilingPrice"],
+        .procuremen-rfqlist-wrap .bootstrap-table th[data-field="has_quoted"],
+        .procuremen-rfqlist-wrap .bootstrap-table td[data-field="has_quoted"],
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDF"],
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDF"],
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="CDF"] {
         .procuremen-rfqlist-wrap .bootstrap-table td[data-field="CDF"] {
             text-align: center !important;
             text-align: center !important;
@@ -81,6 +83,7 @@
         .procuremen-rfqlist-wrap .bootstrap-table .fixed-table-container thead th.procuremen-rfq-num-col .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table .fixed-table-container thead th.procuremen-rfq-num-col .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="This_quantity"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="This_quantity"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="ceilingPrice"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="ceilingPrice"] .th-inner,
+        .procuremen-rfqlist-wrap .bootstrap-table th[data-field="has_quoted"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDW"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDW"] .th-inner,
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDF"] .th-inner {
         .procuremen-rfqlist-wrap .bootstrap-table th[data-field="CDF"] .th-inner {
             text-align: center !important;
             text-align: center !important;

+ 5 - 6
application/index/view/index/inboundscore.html

@@ -121,19 +121,18 @@
         .tabbar .tabbar-btn.active { color: #3c8dbc; font-weight: 600; border-top-color: #3c8dbc; background: #f8fbfd; }
         .tabbar .tabbar-btn.active { color: #3c8dbc; font-weight: 600; border-top-color: #3c8dbc; background: #f8fbfd; }
         .confirm-mask {
         .confirm-mask {
             display: none; position: fixed; inset: 0; z-index: 2000;
             display: none; position: fixed; inset: 0; z-index: 2000;
-            background: rgba(0,0,0,.45); align-items: flex-end; justify-content: center;
-            padding: 0 28px;
-            padding-bottom: 0;
+            background: rgba(0,0,0,.45); align-items: center; justify-content: center;
+            padding: 24px 28px;
+            padding-bottom: calc(24px + var(--safe-bottom));
         }
         }
         .confirm-mask.show { display: flex; }
         .confirm-mask.show { display: flex; }
         .confirm-box {
         .confirm-box {
             width: 100%; max-width: 340px; background: #fff;
             width: 100%; max-width: 340px; background: #fff;
-            border-radius: 12px 12px 0 0;
-            box-shadow: 0 -4px 28px rgba(0,0,0,.18);
+            border-radius: 12px;
+            box-shadow: 0 8px 28px rgba(0,0,0,.18);
             max-height: min(90vh, 720px);
             max-height: min(90vh, 720px);
             display: flex; flex-direction: column;
             display: flex; flex-direction: column;
             overflow: hidden;
             overflow: hidden;
-            padding-bottom: var(--safe-bottom);
         }
         }
         .confirm-box-body {
         .confirm-box-body {
             flex: 1 1 auto;
             flex: 1 1 auto;