From 3bdceea4314cdbe9d05ec02b4d6880f174f5433a Mon Sep 17 00:00:00 2001 From: weiyu Date: Wed, 27 Apr 2022 10:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../billing-order/billing-order.component.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts b/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts index 6c755377..8ea8540e 100644 --- a/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts +++ b/src/app/routes/ticket-management/components/billing-order/billing-order.component.ts @@ -235,23 +235,23 @@ export class BillingOrderComponent implements OnInit { { title: '服务类型', index: 'serviceTypeLabel', - width: '180px', + width: '120px', className: 'text-center' }, { title: '装货地', index: 'consignor', width: '180px', className: 'text-center' }, { title: '卸货地', index: 'consignee', width: '180px', className: 'text-center' }, - { title: '货物信息', index: 'goodsName', className: 'text-center', width: '180px' }, - { title: '车牌号', index: 'carNo', className: 'text-center', width: '180px' }, + { title: '货物信息', index: 'goodsName', className: 'text-center', width: '140px' }, + { title: '车牌号', index: 'carNo', className: 'text-center', width: '120px' }, { title: '承运司机', index:'driverName', className: 'text-center', - width: '180px', + width: '120px', }, { title: '车队长', className: 'text-center', - width: '180px', + width: '120px', index: 'carCaptainName', }, { 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: 'orderReceivingTime', 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: 'vatappcode', className: 'text-center', width: 180 }, + { title: '申请开票编号', index: 'vatappcode', className: 'text-center', width: 190 }, { title: '分票编号', index: 'vatinvcode', width: '180px', className: 'text-center', }, { title: '发票号码', index: 'invoiceno', width: 130, className: 'text-center', }, { title: '发票代码', index: 'invoiceno2', width: 130, className: 'text-center' },