Kaynağa Gözat

实时收货看板

yuang 4 yıl önce
ebeveyn
işleme
5acd363772

+ 11 - 11
resources/views/store/receivingDashboard/punctualityProgress/index.blade.php

@@ -60,10 +60,10 @@
             </div>
         </div>
         <!--            表格-->
-        <table class="table table-striped table-bordered table-hover text-nowrap waybill-table td-min-width-80"
+        <table class="table table-striped table-bordered table-hover text-nowrap "
                style="background: #fff;" id="table">
             <tr v-for="(item,i) in resData.details.data" :key="i">
-                <td class="td-warm text-muted"><span>@{{ i+1 }}</span></td>
+                <td class="td-warm text-muted "><span>@{{ i+1 }}</span></td>
                 <td class="td-warm text-muted"><span>@{{ item.receiveTaskNo }}</span></td>
                 <td class="td-warm text-muted"><span>@{{ item.status }}</span></td>
                 <td class="td-warm text-muted"><span>@{{ item.asnNo }}</span></td>
@@ -97,23 +97,23 @@
 
 
         <!-- Modal -->
-        <div class="modal" id="staticBackdrop" aria-labelledby="staticBackdropLabel"
+        <div class="modal fade" id="staticBackdrop" tabindex="-1" aria-labelledby="staticBackdropLabel"
              aria-hidden="true">
-            <div class="modal-dialog modal-xl">
-                <div class="modal-content modal-xl" style="min-width: 1500px !important;">
-                    <div class="modal-header modal-xl">
+            <div class="modal-dialog modal-xl" style="max-width:90% !important;">
+                <div class="modal-content">
+                    <div class="modal-header">
                         <h5 class="modal-title" id="staticBackdropLabel">明细</h5>
                         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                             <span aria-hidden="true">&times;</span>
                         </button>
                     </div>
-                    <div class="modal-body modal-xl">
+                    <div class="modal-body">
                         <!-- Scrollable modal -->
-                        <div class="modal-dialog modal-xl  modal-dialog-scrollable">
-                            <table class="table table-sm text-nowrap "
+                        <div class="modal-dialog-scrollable">
+                            <table class="table table-sm text-nowrap"
                                    style="background: #fff;" id="table_inner">
-                                <tr v-for="(item,i) in resData.itemDetail" :key="i">
-                                    <td class="td-warm text-muted"><span>@{{ i+1 }}</span></td>
+                                <tr v-for="(item,i) in resData.itemDetail" :key="i" >
+                                    <td class="td-warm text-muted in"><span>@{{ i+1 }}</span></td>
                                     <td class="td-warm text-muted"><span>@{{ item.receiveTaskNo }}</span></td>
                                     <td class="td-warm text-muted"><span>@{{ item.asnNo }}</span></td>
                                     <td class="td-warm text-muted"><span>@{{ item.reservationNo }}</span></td>

+ 1 - 1
resources/views/store/receivingDashboard/receivingTableList/index.blade.php

@@ -92,7 +92,7 @@
         <!-- Modal -->
         <div class="modal fade" id="staticBackdrop" tabindex="-1" aria-labelledby="staticBackdropLabel"
              aria-hidden="true">
-            <div class="modal-dialog modal-xl">
+            <div class="modal-dialog modal-xl" style="max-width:90% !important;">
                 <div class="modal-content modal-xl">
                     <div class="modal-header modal-xl">
                         <h5 class="modal-title" id="staticBackdropLabel">明细</h5>