This commit is contained in:
weiyu
2022-04-27 10:13:32 +08:00
parent c7d9951d60
commit 3bdceea431

View File

@ -235,23 +235,23 @@ export class BillingOrderComponent implements OnInit {
{ {
title: '服务类型', title: '服务类型',
index: 'serviceTypeLabel', index: 'serviceTypeLabel',
width: '180px', width: '120px',
className: 'text-center' className: 'text-center'
}, },
{ title: '装货地', index: 'consignor', width: '180px', className: 'text-center' }, { title: '装货地', index: 'consignor', width: '180px', className: 'text-center' },
{ title: '卸货地', index: 'consignee', width: '180px', className: 'text-center' }, { title: '卸货地', index: 'consignee', width: '180px', className: 'text-center' },
{ title: '货物信息', index: 'goodsName', className: 'text-center', width: '180px' }, { title: '货物信息', index: 'goodsName', className: 'text-center', width: '140px' },
{ title: '车牌号', index: 'carNo', className: 'text-center', width: '180px' }, { title: '车牌号', index: 'carNo', className: 'text-center', width: '120px' },
{ {
title: '承运司机', title: '承运司机',
index:'driverName', index:'driverName',
className: 'text-center', className: 'text-center',
width: '180px', width: '120px',
}, },
{ {
title: '车队长', title: '车队长',
className: 'text-center', className: 'text-center',
width: '180px', width: '120px',
index: 'carCaptainName', index: 'carCaptainName',
}, },
{ title: '业务员', width: '100px', index: 'salesmanName', className: 'text-center', }, { title: '业务员', width: '100px', index: 'salesmanName', className: 'text-center', },
@ -260,9 +260,9 @@ export class BillingOrderComponent implements OnInit {
{ title: '卸货时间', index: 'unloadTime', type: 'date', width: '150px', className: 'text-center', }, { title: '卸货时间', index: 'unloadTime', type: 'date', width: '150px', className: 'text-center', },
{ title: '订单完成时间', index: 'orderReceivingTime', type: 'date', width: 150, className: 'text-center', }, { title: '订单完成时间', index: 'orderReceivingTime', type: 'date', width: 150, className: 'text-center', },
{ title: '支付完成时间', index: 'overallPaymentTime', type: 'date', width: 150, className: 'text-center', }, { title: '支付完成时间', index: 'overallPaymentTime', type: 'date', width: 150, className: 'text-center', },
{ title: '开票状态', index: 'sts', render: 'sts', className: 'text-center', width: 180 }, { title: '开票状态', index: 'sts', render: 'sts', className: 'text-center', width: 120 },
{ title: '申请开票时间', index: 'vatappdate', type: 'date', className: 'text-center', width: 180 }, { title: '申请开票时间', index: 'vatappdate', type: 'date', className: 'text-center', width: 180 },
{ title: '申请开票编号', index: 'vatappcode', className: 'text-center', width: 180 }, { title: '申请开票编号', index: 'vatappcode', className: 'text-center', width: 190 },
{ title: '分票编号', index: 'vatinvcode', width: '180px', className: 'text-center', }, { title: '分票编号', index: 'vatinvcode', width: '180px', className: 'text-center', },
{ title: '发票号码', index: 'invoiceno', width: 130, className: 'text-center', }, { title: '发票号码', index: 'invoiceno', width: 130, className: 'text-center', },
{ title: '发票代码', index: 'invoiceno2', width: 130, className: 'text-center' }, { title: '发票代码', index: 'invoiceno2', width: 130, className: 'text-center' },