@extends('layouts.app') @section('title')即时账单-客户管理@endsection @section('content') @component('finance.menu')@endcomponent
@include("finance._resetInstantBill") @can("结算管理-即时账单-重置即时账单")@endcan
单据信息 物流作业信息 费用信息
@{{ i+1 }} @{{ bill.customerName }} @{{ bill.ownerName }} @{{ bill.workedAt }} @{{ bill.shopName }} @{{ bill.operationBill }} @{{ bill.consigneeName }} @{{ bill.consigneePhone }} @{{ bill.commodityAmount }} @{{ bill.logisticBill }} 分箱: @{{ bill.volume }} @{{ bill.weight }} @{{ bill.logisticName }} @{{ bill.workFee }} @{{ bill.logisticFee }} @{{ bill.total }}
@{{ item.amount }} @{{ item.logistic_bill }} @{{ item.volume }} @{{ item.weight }} @{{ item.logistic_fee }}
{{$details->appends($params)->links()}}
@stop @section("lastScript") @stop