fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-28 14:42:03
|
* @Date : 2021-12-28 14:42:03
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-21 17:03:50
|
* @LastEditTime : 2022-04-22 16:27:43
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-22 13:53:29
|
* @Date : 2022-02-22 13:53:29
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-08 15:01:14
|
* @LastEditTime : 2022-04-22 16:27:40
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\view-track\\view-track.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\view-track\\view-track.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
|
|||||||
@ -1,84 +1,10 @@
|
|||||||
|
/* stylelint-disable order/properties-order */
|
||||||
:host {
|
:host {
|
||||||
.btn-size {
|
.map_st2 {
|
||||||
font-size: 14px;
|
position: absolute;
|
||||||
}
|
top: 20px;
|
||||||
|
right: 49px;
|
||||||
.bdr {
|
height: 350px;
|
||||||
border-right: 1px solid #ccc;
|
width: 360px;
|
||||||
}
|
|
||||||
|
|
||||||
.bdl {
|
|
||||||
border-left: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.source-info {
|
|
||||||
p {
|
|
||||||
margin-bottom: .5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.freight-info-box {
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.freigth-label {
|
|
||||||
display : inline-block;
|
|
||||||
width : 50px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
::ng-deep {
|
|
||||||
.approval-status {
|
|
||||||
.ant-steps {
|
|
||||||
width : 70%;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.leftPadding {
|
|
||||||
padding-right: 100px;
|
|
||||||
}
|
|
||||||
.hide{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.handling-info {
|
|
||||||
min-height: 100px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
|
|
||||||
.loading-row {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.handling-info-icon {
|
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
|
||||||
margin-right: 24px;
|
|
||||||
color: #fff;
|
|
||||||
line-height: 32px;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 50%;
|
|
||||||
|
|
||||||
&.loading-bg {
|
|
||||||
background-color: #50D4AB;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.unloaing-bg {
|
|
||||||
background: #F66F6A;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.info {
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.time-info {
|
|
||||||
margin-left: 56px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.target-fix {
|
|
||||||
display: block;
|
|
||||||
margin-top: 290px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4,27 +4,17 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-22 13:53:29
|
* @Date : 2022-02-22 13:53:29
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-22 15:49:04
|
* @LastEditTime : 2022-04-22 16:24:06
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\view-track\\view-track.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\view-track\\view-track.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
import { STColumn } from '@delon/abc/st';
|
import { STColumn, STComponent } from '@delon/abc/st';
|
||||||
import {
|
|
||||||
SFComponent,
|
|
||||||
SFCustomWidgetSchema,
|
|
||||||
SFNumberWidgetSchema,
|
|
||||||
SFRadioWidgetSchema,
|
|
||||||
SFSchema,
|
|
||||||
SFTextareaWidgetSchema,
|
|
||||||
SFUISchema
|
|
||||||
} from '@delon/form';
|
|
||||||
import format from 'date-fns/format';
|
import format from 'date-fns/format';
|
||||||
import { _HttpClient } from '@delon/theme';
|
import { _HttpClient } from '@delon/theme';
|
||||||
import { NzMessageService } from 'ng-zorro-antd/message';
|
import { NzMessageService } from 'ng-zorro-antd/message';
|
||||||
import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal';
|
import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal';
|
||||||
import { OrderManagementService } from '../../../services/order-management.service';
|
import { OrderManagementService } from '../../../services/order-management.service';
|
||||||
import { ThisReceiver } from '@angular/compiler';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-order-management-view-track',
|
selector: 'app-order-management-view-track',
|
||||||
@ -39,7 +29,7 @@ export class OneCarOrderViewtrackComponent implements OnInit {
|
|||||||
addressItems: any[] = []; //打点地址数据组
|
addressItems: any[] = []; //打点地址数据组
|
||||||
logColumns2: STColumn[] = [
|
logColumns2: STColumn[] = [
|
||||||
{ title: '时间', index: 'parkBte', width: 120, className: 'text-center' },
|
{ title: '时间', index: 'parkBte', width: 120, className: 'text-center' },
|
||||||
{ title: '地点', index: 'parkAdr' }
|
{ title: '地点', index: 'parkAdr',width: 120,className: 'text-center' }
|
||||||
];
|
];
|
||||||
pois: any[] = [];
|
pois: any[] = [];
|
||||||
|
|
||||||
@ -102,6 +92,8 @@ export class OneCarOrderViewtrackComponent implements OnInit {
|
|||||||
} else {
|
} else {
|
||||||
this.addressItems = [];
|
this.addressItems = [];
|
||||||
}
|
}
|
||||||
|
console.log(this.addressItems);
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user