|
@@ -5,28 +5,28 @@
|
|
|
<div id="nav2">
|
|
<div id="nav2">
|
|
|
@component('waybill.menu')
|
|
@component('waybill.menu')
|
|
|
@endcomponent
|
|
@endcomponent
|
|
|
- <div class="container-fluid nav3">
|
|
|
|
|
- <div class="card menu-third" >
|
|
|
|
|
- <ul class="nav nav-pills">
|
|
|
|
|
- @can('运输管理-查询')
|
|
|
|
|
- <li class="nav-item">
|
|
|
|
|
- <a class="nav-link" href="{{url('waybill/index')}}" :class="{active:isActive('',3)}">全部</a>
|
|
|
|
|
- </li> @endcan
|
|
|
|
|
- @can('运输管理-查询')
|
|
|
|
|
- <li class="nav-item">
|
|
|
|
|
- <a class="nav-link" href="{{url('waybill/index/ZX')}}" :class="{active:isActive('ZX',3)}">专线</a>
|
|
|
|
|
- </li> @endcan
|
|
|
|
|
- @can('运输管理-查询')
|
|
|
|
|
- <li class="nav-item">
|
|
|
|
|
- <a class="nav-link" href="{{url('waybill/index/ZF')}}" :class="{active:isActive('ZF',3)}">直发车</a>
|
|
|
|
|
- </li> @endcan
|
|
|
|
|
- </ul>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="container-fluid" style="min-width: 1500px;">
|
|
<div class="container-fluid" style="min-width: 1500px;">
|
|
|
<div class="d-none" id="list">
|
|
<div class="d-none" id="list">
|
|
|
- <form method="GET" action="@if($uriType=='ZF'){{url('waybill/index/ZF')}}@elseif($uriType=='ZX'){{url('waybill/index/ZX')}}@else{{url('waybill/index')}}@endif" id="optionSubmit">
|
|
|
|
|
|
|
+ <div class="container-fluid nav3">
|
|
|
|
|
+ <div class="card menu-third" >
|
|
|
|
|
+ <ul class="nav nav-pills">
|
|
|
|
|
+ @can('运输管理-查询')
|
|
|
|
|
+ <li class="nav-item">
|
|
|
|
|
+ <a class="nav-link" href="{{url('waybill/index')}}" :class="!filterData.uriType || filterData.uriType=='' ? 'active' :''">全部</a>
|
|
|
|
|
+ </li> @endcan
|
|
|
|
|
+ @can('运输管理-查询')
|
|
|
|
|
+ <li class="nav-item">
|
|
|
|
|
+ <a class="nav-link" href="{{url('waybill/index?uriType=ZX')}}" :class="filterData.uriType=='ZX' ? 'active' :''">专线</a>
|
|
|
|
|
+ </li> @endcan
|
|
|
|
|
+ @can('运输管理-查询')
|
|
|
|
|
+ <li class="nav-item">
|
|
|
|
|
+ <a class="nav-link" href="{{url('waybill/index?uriType=ZF')}}" :class="filterData.uriType=='ZF' ? 'active' :''">直发车</a>
|
|
|
|
|
+ </li> @endcan
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <form method="GET" action="@if($uriType=='ZF'){{url('waybill/index?uriType=ZF')}}@elseif($uriType=='ZX'){{url('waybill/index?uriType=ZX')}}@else{{url('waybill/index')}}@endif" id="optionSubmit">
|
|
|
<table class="table table-sm table-bordered text-nowrap mb-0" style="background: #fff;">
|
|
<table class="table table-sm table-bordered text-nowrap mb-0" style="background: #fff;">
|
|
|
<tr v-if="isBeingFilterConditions">
|
|
<tr v-if="isBeingFilterConditions">
|
|
|
<td colspan="4"><div class="col" style="padding:0;">
|
|
<td colspan="4"><div class="col" style="padding:0;">
|
|
@@ -162,6 +162,8 @@
|
|
|
<th class="td-warm">上游单号</th>
|
|
<th class="td-warm">上游单号</th>
|
|
|
<th class="td-warm">WMS订单号</th>
|
|
<th class="td-warm">WMS订单号</th>
|
|
|
<th class="td-warm">运单号</th>
|
|
<th class="td-warm">运单号</th>
|
|
|
|
|
+ <th class="td-warm">其他费用</th>
|
|
|
|
|
+ <th class="td-warm">其他费用备注</th>
|
|
|
@can('运输管理-图片上传')<th class="td-warm">照片</th>@endcan
|
|
@can('运输管理-图片上传')<th class="td-warm">照片</th>@endcan
|
|
|
<th class="td-cool">收件人</th>
|
|
<th class="td-cool">收件人</th>
|
|
|
<th class="td-cool">收件人电话</th>
|
|
<th class="td-cool">收件人电话</th>
|
|
@@ -179,7 +181,7 @@
|
|
|
<th class="td-helpful">运费</th>
|
|
<th class="td-helpful">运费</th>
|
|
|
@endcan
|
|
@endcan
|
|
|
<th class="td-helpful">提货费</th>
|
|
<th class="td-helpful">提货费</th>
|
|
|
- <th class="td-helpful">其他费用</th>
|
|
|
|
|
|
|
+ <th class="td-helpful">其他支出</th>
|
|
|
<th class="td-helpful">调度备注</th>
|
|
<th class="td-helpful">调度备注</th>
|
|
|
@can('运输管理-删除')
|
|
@can('运输管理-删除')
|
|
|
<th class="td-delete">操作</th>
|
|
<th class="td-delete">操作</th>
|
|
@@ -246,6 +248,8 @@
|
|
|
<td class="td-warm toptd" :title="waybill.remark? '置顶备注:'+waybill.remark :''">@{{waybill.source_bill}}</td>
|
|
<td class="td-warm toptd" :title="waybill.remark? '置顶备注:'+waybill.remark :''">@{{waybill.source_bill}}</td>
|
|
|
<td class="td-warm" >@{{waybill.wms_bill_number}}</td>
|
|
<td class="td-warm" >@{{waybill.wms_bill_number}}</td>
|
|
|
<td class="td-warm">@{{waybill.waybill_number}}</td>
|
|
<td class="td-warm">@{{waybill.waybill_number}}</td>
|
|
|
|
|
+ <td class="td-warm">@{{waybill.other_charge}}</td>
|
|
|
|
|
+ <td class="td-warm">@{{waybill.other_charge_remark}}</td>
|
|
|
<td class="td-warm">
|
|
<td class="td-warm">
|
|
|
<div align="center" @mouseleave="removeCommonImg('common_img_'+waybill.id)" @mouseenter="commonImg('img_'+waybill.id,waybill.url,waybill.suffix)">
|
|
<div align="center" @mouseleave="removeCommonImg('common_img_'+waybill.id)" @mouseenter="commonImg('img_'+waybill.id,waybill.url,waybill.suffix)">
|
|
|
<img v-if="waybill.url" :id="'img_'+waybill.id" :data-src="waybill.url+'-thumbnail.'+waybill.suffix" src="{{url('icon/img404-thumbnail.jpg')}}">
|
|
<img v-if="waybill.url" :id="'img_'+waybill.id" :data-src="waybill.url+'-thumbnail.'+waybill.suffix" src="{{url('icon/img404-thumbnail.jpg')}}">
|
|
@@ -462,12 +466,13 @@
|
|
|
charge:'{{$waybill->charge}}',ordering_remark:'{{$waybill->ordering_remark}}',carrier:'{{$waybill->carrier_name}}',
|
|
charge:'{{$waybill->charge}}',ordering_remark:'{{$waybill->ordering_remark}}',carrier:'{{$waybill->carrier_name}}',
|
|
|
carrier_bill:'{{$waybill->carrier_bill}}',origination_city:'{{$waybill->origination_city_name}}',
|
|
carrier_bill:'{{$waybill->carrier_bill}}',origination_city:'{{$waybill->origination_city_name}}',
|
|
|
destination_city:'{{$waybill->destination_city_name}}',warehouse_weight:'{{$waybill->warehouse_weight}}',
|
|
destination_city:'{{$waybill->destination_city_name}}',warehouse_weight:'{{$waybill->warehouse_weight}}',
|
|
|
|
|
+ destination_province_name:'{{$waybill->destination_province_name}}',
|
|
|
warehouse_weight_unit:'{{$waybill->warehouse_weight_unit_name}}',carrier_weight:'{{$waybill->carrier_weight}}',
|
|
warehouse_weight_unit:'{{$waybill->warehouse_weight_unit_name}}',carrier_weight:'{{$waybill->carrier_weight}}',
|
|
|
carrier_weight_unit:'{{$waybill->carrier_weight_unit_name}}',
|
|
carrier_weight_unit:'{{$waybill->carrier_weight_unit_name}}',
|
|
|
warehouse_weight_other:'{{$waybill->warehouse_weight_other}}',
|
|
warehouse_weight_other:'{{$waybill->warehouse_weight_other}}',
|
|
|
warehouse_weight_unit_other:'{{$waybill->warehouse_weight_unit_other_name}}',carrier_weight_other:'{{$waybill->carrier_weight_other}}',
|
|
warehouse_weight_unit_other:'{{$waybill->warehouse_weight_unit_other_name}}',carrier_weight_other:'{{$waybill->carrier_weight_other}}',
|
|
|
carrier_weight_unit_other:'{{$waybill->carrier_weight_unit_other_name}}',
|
|
carrier_weight_unit_other:'{{$waybill->carrier_weight_unit_other_name}}',
|
|
|
- amount_unit_name:'{{$waybill->amount_unit_name}}',
|
|
|
|
|
|
|
+ amount_unit_name:'{{$waybill->amount_unit_name}}',other_charge:'{{$waybill->other_charge}}',other_charge_remark:'{{$waybill->other_charge_remark}}',
|
|
|
mileage:'{{$waybill->mileage}}',amount:'{{$waybill->amount}}',
|
|
mileage:'{{$waybill->mileage}}',amount:'{{$waybill->amount}}',
|
|
|
@if($waybill->carType)carType:{!! $waybill->carType !!},car_owner_info:'{{$waybill->car_owner_info}}',@endif @can('运输管理-可见费用项') fee:'{{$waybill->fee}}',
|
|
@if($waybill->carType)carType:{!! $waybill->carType !!},car_owner_info:'{{$waybill->car_owner_info}}',@endif @can('运输管理-可见费用项') fee:'{{$waybill->fee}}',
|
|
|
pick_up_fee:'{{$waybill->pick_up_fee}}',other_fee:'{{$waybill->other_fee}}',
|
|
pick_up_fee:'{{$waybill->pick_up_fee}}',other_fee:'{{$waybill->other_fee}}',
|
|
@@ -482,7 +487,7 @@
|
|
|
{paginate:'50',waybill_number:''
|
|
{paginate:'50',waybill_number:''
|
|
|
,carrier_bill:'',carrier_id:''
|
|
,carrier_bill:'',carrier_id:''
|
|
|
,owner_id:'',wms_bill_number:''
|
|
,owner_id:'',wms_bill_number:''
|
|
|
- ,created_at_start:'',created_at_end:''
|
|
|
|
|
|
|
+ ,created_at_start:'',created_at_end:'',uriType:''
|
|
|
,type:'',status:'',origination:'',destination:'',owners:{}},
|
|
,type:'',status:'',origination:'',destination:'',owners:{}},
|
|
|
wmsCommodities:[],
|
|
wmsCommodities:[],
|
|
|
selectedStyle:[],
|
|
selectedStyle:[],
|
|
@@ -529,7 +534,6 @@
|
|
|
$('#list').removeClass('d-none');
|
|
$('#list').removeClass('d-none');
|
|
|
let waybill = $('.table-header-layer-1')[1];
|
|
let waybill = $('.table-header-layer-1')[1];
|
|
|
$('.top').css('min-width', waybill.scrollWidth);
|
|
$('.top').css('min-width', waybill.scrollWidth);
|
|
|
-
|
|
|
|
|
this.imgs=Array.from(document.getElementById('list').querySelectorAll('img'));
|
|
this.imgs=Array.from(document.getElementById('list').querySelectorAll('img'));
|
|
|
this.lazy();
|
|
this.lazy();
|
|
|
if (this.imgs&&this.imgs.length>0){
|
|
if (this.imgs&&this.imgs.length>0){
|