|
@@ -335,7 +335,8 @@
|
|
|
amount:'{{$waybill->amount}}',
|
|
amount:'{{$waybill->amount}}',
|
|
|
@if($waybill->carType)carType:{!! $waybill->carType !!},car_owner_info:'{{$waybill->car_owner_info}}',@endif
|
|
@if($waybill->carType)carType:{!! $waybill->carType !!},car_owner_info:'{{$waybill->car_owner_info}}',@endif
|
|
|
@can('运输管理-运单-可见费用项') fee:'{{$waybill->fee}}',
|
|
@can('运输管理-运单-可见费用项') fee:'{{$waybill->fee}}',
|
|
|
- pick_up_fee:'{{$waybill->pick_up_fee}}',other_fee:'{{$waybill->other_fee}}',
|
|
|
|
|
|
|
+ pick_up_fee:'{{$waybill->pick_up_fee? round($waybill->pick_up_fee) :''}}',
|
|
|
|
|
+ other_fee:'{{$waybill->other_fee}}',
|
|
|
collect_fee:'{{$waybill->collect_fee}}', @endcan
|
|
collect_fee:'{{$waybill->collect_fee}}', @endcan
|
|
|
deliver_at:'{{$waybill->deliver_at}}',
|
|
deliver_at:'{{$waybill->deliver_at}}',
|
|
|
dispatch_remark:'{{$waybill->dispatch_remark}}',
|
|
dispatch_remark:'{{$waybill->dispatch_remark}}',
|
|
@@ -430,7 +431,6 @@
|
|
|
param:param,
|
|
param:param,
|
|
|
});
|
|
});
|
|
|
this.form.init();
|
|
this.form.init();
|
|
|
- console.log(this.form)
|
|
|
|
|
this.rendingHeader();
|
|
this.rendingHeader();
|
|
|
this.paginate = $("#paginate").val();
|
|
this.paginate = $("#paginate").val();
|
|
|
let waybill = $('.table-header-layer-1')[1];
|
|
let waybill = $('.table-header-layer-1')[1];
|