LD 6 anni fa
parent
commit
c4899b6806

BIN
resources/audio.mp3


+ 2 - 2
resources/views/weight/menu.blade.php

@@ -1,5 +1,5 @@
 
-<div class="container mt-3" id="nav2">
+<div class="container-fluid mt-3" id="nav2">
     <div class="card">
         <ul class="nav nav-pills">
             @can('测量机监视界面-查询')
@@ -23,4 +23,4 @@
 
         </ul>
     </div>
-</div>
+</div>

+ 1 - 1
resources/views/weight/package/create.blade.php

@@ -4,7 +4,7 @@
     <div id="nav2">
         @component('weight.menu')@endcomponent
     </div>
-    <div class="container mt-3" id="package">
+    <div class="container-fluid mt-3" id="package">
         <div class="card col-md-8 offset-md-2">
             <div class="card-body">
                 <form method="POST" action="{{ url('weight/package') }}">

+ 9 - 9
resources/views/weight/package/index.blade.php

@@ -7,11 +7,11 @@
         @component('weight.package.menu')@endcomponent
     </span>
     <div id="list">
-        <div class="mt-3" style="margin-left: 20px">
-            <div class="card" style="width: 1800px;">
+        <div class="container-fluid mt-3">
+            <div class="">
                 <div>
                     <form  method="GET" action="{{url('weight/package')}}" style="margin-top: 1%" id="optionSubmit">
-                        <table class="table  table-sm table-bordered table-hover text-nowrap ">
+                        <table class="table  table-sm table-bordered text-nowrap ">
                             <tr>
                                 <td colspan="10"><div class="col" v-if="isBeingFilterConditions" style="padding:0">
                                         <a  href="{{url('weight/package')}}"><span class="btn btn-warning text-dark">清除过滤条件</span></a>
@@ -67,8 +67,8 @@
                         </table>
                     </form>
                 </div>
-            <div class="card-body">
-                <table class="table table-striped table-sm text-nowrap">
+            <div class="">
+                <table class="table table-striped table-sm text-nowrap table-hover">
                     <tr>
                         <th>
                             <label for="all">
@@ -99,14 +99,14 @@
                         <td class="text-muted">@{{package.id}}</td>
                         <td>@{{package.ownerName}}</td>
                         <td>@{{package.logisticNumber}}</td>
-                        <td>@{{package.wmsNumber}}</td>
-                        <td>@{{package.batchNumber}}</td>
+                        <td class="text-muted">@{{package.wmsNumber}}</td>
+                        <td class="text-muted">@{{package.batchNumber}}</td>
                         <td>@{{package.batchRule}}</td>
                         <td class="text-muted">@{{package.created_at}}</td>
                         <td>@{{package.recipient}}</td>
                         <td>@{{package.recipientMobile}}</td>
-                        <td>@{{package.logisticName}}</td>
-                        <td>@{{package.measuringMachineName}}</td>
+                        <td class="text-muted">@{{package.logisticName}}</td>
+                        <td class="text-muted">@{{package.measuringMachineName}}</td>
                         <td>@{{package.weight}}</td>
                         <td>@{{package.length}}<a v-if="package.length" class="text-primary">*</a>@{{package.width}}<a class="text-primary" v-if="package.width">*</a>@{{package.height}}</td>
                         <td>@{{package.bulk}}</td>

+ 1 - 1
resources/views/weight/package/menu.blade.php

@@ -1,4 +1,4 @@
-<div class="container">
+<div class="container-fluid">
     <div class="card menu-third" style="background: #f9f0f0;transform: scale(0.95)">
         <ul class="nav nav-pills">
             @can('包裹信息-查询')

+ 1 - 1
resources/views/weight/weightExcepted/index.blade.php

@@ -7,7 +7,7 @@
         @component('weight.weightExcepted.menu')@endcomponent
     </span>
     <div id="list">
-        <div class="container mt-3">
+        <div class="container-fluid mt-3">
             <div class="card">
                 <div>
                     <form  method="GET" action="{{url('weight/weightExcepted/'.$view)}}" style="margin-top: 1%" id="optionSubmit">

+ 1 - 1
resources/views/weight/weightExcepted/menu.blade.php

@@ -1,4 +1,4 @@
-<div class="container">
+<div class="container-fluid">
     <div class="card menu-third" style="background: #f9f0f0;transform: scale(0.95)">
         <ul class="nav nav-pills">
             @can('包裹信息-查看异常')