{{ item.billCode }}
{{ item?.representationsStatusLabel }}
{{item?.billTypeLabel}}{{item?.billTypeLabel === item?.serviceTypeLabel ? '' : item?.serviceTypeLabel}}

创建时间:{{ item?.createTime }}

装货时间:{{ item?.loadTime }}

卸货时间:{{ item?.unloadTime }}

{{items.complianceName}}
{{ item?.driverName }}{{ item?.driverPhone ? "/" + item?.driverPhone : '' }}{{ item?.carNo ? "/" + item?.carNo : ''}}
{{item.payeeName}}
{{item.payeePhone}}
-

{{ data.expenseName }}:{{ data.price | currency }}

货物名称:{{ i?.goodsName }}

重量/体积:{{ i?.weight ? i?.weight + '吨' : '' }}{{ i?.volume ? "/" + i?.volume + '方' : ''}}

车型/车长:{{ i?.carModelLabel }} {{ i?.carLengthLabel ? "/" + i?.carLengthLabel : ''}}