edit
This commit is contained in:
@ -37,6 +37,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
const modal = this.nzModalService.create({
|
||||
nzTitle: '运单交易明细',
|
||||
nzContent: TransactionDetailsComponent,
|
||||
nzNoAnimation: true,
|
||||
nzWidth: 950,
|
||||
nzComponentParams: { data: item },
|
||||
nzOnOk: com => {
|
||||
@ -147,8 +148,8 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '运单号', index: 'wayBillCode',width: 200 },
|
||||
{ title: '订单号', index: 'billCode',width: 200 },
|
||||
{ title: '运单号', index: 'wayBillCode', width: 200 },
|
||||
{ title: '订单号', index: 'billCode', width: 200 },
|
||||
{
|
||||
title: '开票状态',
|
||||
index: 'invoicingStatus',
|
||||
@ -157,12 +158,12 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
width: 120
|
||||
},
|
||||
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
||||
{ title: '装货地', index: 'loadingPlace',width: 200 },
|
||||
{ title: '卸货地', index: 'dischargePlace' ,width: 200},
|
||||
{ title: '司机信息', render: 'call1No' ,width: 200},
|
||||
{ title: '车辆信息', render: 'call12No',width: 200 },
|
||||
{ title: '托运人', index: 'shipperAppUserName',width: 200 },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName' ,width: 200},
|
||||
{ title: '装货地', index: 'loadingPlace', width: 200 },
|
||||
{ title: '卸货地', index: 'dischargePlace', width: 200 },
|
||||
{ title: '司机信息', render: 'call1No', width: 200 },
|
||||
{ title: '车辆信息', render: 'call12No', width: 200 },
|
||||
{ title: '托运人', index: 'shipperAppUserName', width: 200 },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: 200 },
|
||||
{
|
||||
title: '开票金额',
|
||||
index: 'invoicingAmount',
|
||||
@ -175,11 +176,9 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
title: '开票张数',
|
||||
index: 'invoicingNumber',
|
||||
width: 100,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.invoicingNumber }) }
|
||||
className: 'text-right'
|
||||
},
|
||||
{ title: '申请时间', index: 'orderReceivingTime', type: 'date',width: 200 },
|
||||
{ title: '申请时间', index: 'orderReceivingTime', type: 'date', width: 200 },
|
||||
{
|
||||
title: '操作',
|
||||
className: 'text-center',
|
||||
|
||||
Reference in New Issue
Block a user