@extends('layouts.app') @section('title')即时账单-客户管理@endsection @section('content') @component('finance.menu')@endcomponent
| 单据信息 | 物流作业信息 | 费用信息 | ||||||||||||||||
| @{{ 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 }} | ||||||||||||||