车辆接口更新
This commit is contained in:
@ -12,7 +12,6 @@ export class CostManagementDetailComponent implements OnInit {
|
|||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
st!: STComponent;
|
st!: STComponent;
|
||||||
columns: { [key: string]: STColumn[] } = this.initST();
|
columns: { [key: string]: STColumn[] } = this.initST();
|
||||||
|
|
||||||
data = [];
|
data = [];
|
||||||
textStatus: boolean = false
|
textStatus: boolean = false
|
||||||
costInfo: any = {};
|
costInfo: any = {};
|
||||||
@ -22,7 +21,6 @@ export class CostManagementDetailComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
console.log(this.route.snapshot?.queryParams?.status)
|
|
||||||
if(this.route.snapshot?.queryParams?.status === '应收') {
|
if(this.route.snapshot?.queryParams?.status === '应收') {
|
||||||
this.textStatus = false
|
this.textStatus = false
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -387,7 +387,7 @@ resourceStatus: any;
|
|||||||
render: 'mybidDetailInfo',
|
render: 'mybidDetailInfo',
|
||||||
},
|
},
|
||||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
|
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
|
||||||
{ title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-left' },
|
{ title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' },
|
||||||
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
|
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
|
||||||
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
|
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
|
||||||
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
|
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
|
||||||
|
|||||||
Reference in New Issue
Block a user