|
|
@@ -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>
|