fix bug
This commit is contained in:
		| @ -288,7 +288,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" #st [data]="addressItems"  [noResult]='"暂无停车信息"'  [columns]="logColumns2" [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -76,8 +76,8 @@ export class OrderManagementBulkDetailChangeComponent implements OnInit { | |||||||
|   schema: SFSchema = {}; |   schema: SFSchema = {}; | ||||||
|   ui: SFUISchema = {}; |   ui: SFUISchema = {}; | ||||||
|   logColumns2: STColumn[] = [ |   logColumns2: STColumn[] = [ | ||||||
|     { title: '时间', index: 'parkBte' }, |     { title: '停车时间', index: 'parkBte' }, | ||||||
|     { title: '地点', index: 'parkAdr' } |     { title: '停车地点', index: 'parkAdr' } | ||||||
|   ]; |   ]; | ||||||
|   logColumns: STColumn[] = [ |   logColumns: STColumn[] = [ | ||||||
|     { title: '款项', index: 'expenseCodeLabel' }, |     { title: '款项', index: 'expenseCodeLabel' }, | ||||||
|  | |||||||
| @ -4,7 +4,7 @@ | |||||||
|  * @Author       : Shiming |  * @Author       : Shiming | ||||||
|  * @Date         : 2021-12-06 20:20:26 |  * @Date         : 2021-12-06 20:20:26 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @LastEditTime : 2022-04-21 15:33:15 |  * @LastEditTime : 2022-05-06 10:02:52 | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html | ||||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. |  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||||
| --> | --> | ||||||
| @ -287,7 +287,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" [noResult]='"暂无停车信息"' #st [data]="addressItems" [columns]="logColumns2" [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -40,8 +40,8 @@ export class OrderManagementBulkeDetailComponent implements OnInit { | |||||||
|   modalTitle: string = ''; |   modalTitle: string = ''; | ||||||
|   isVisible = false; |   isVisible = false; | ||||||
|   logColumns2: STColumn[] = [ |   logColumns2: STColumn[] = [ | ||||||
|     { title: '时间', index: 'parkBte' }, |     { title: '停车时间', index: 'parkBte' }, | ||||||
|     { title: '地点', index: 'parkAdr' } |     { title: '停车地点', index: 'parkAdr' } | ||||||
|   ]; |   ]; | ||||||
|   logColumns3: STColumn[] = [ |   logColumns3: STColumn[] = [ | ||||||
|     { title: '时间', index: 'warningTime' }, |     { title: '时间', index: 'warningTime' }, | ||||||
|  | |||||||
| @ -322,7 +322,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" #st [data]="addressItems"  [noResult]='"暂无停车信息"'  [columns]="logColumns2" [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -90,8 +90,8 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit { | |||||||
|   mapList: any[] = []; //地图点位数据组 |   mapList: any[] = []; //地图点位数据组 | ||||||
|   addressItems: any[] = []; //打点地址数据组 |   addressItems: any[] = []; //打点地址数据组 | ||||||
|   logColumns2: STColumn[] = [ |   logColumns2: STColumn[] = [ | ||||||
|     { title: '时间', index: 'parkBte' }, |     { title: '停车时间', index: 'parkBte' }, | ||||||
|     { title: '地点', index: 'parkAdr' } |     { title: '停车地点', index: 'parkAdr' } | ||||||
|   ]; |   ]; | ||||||
|   constructor( |   constructor( | ||||||
|     private route: ActivatedRoute, |     private route: ActivatedRoute, | ||||||
|  | |||||||
| @ -290,7 +290,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2"  [noResult]='"暂无停车信息"'  [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -46,8 +46,8 @@ export class OrderManagementVehicleDetailComponent implements OnInit { | |||||||
|   approvalLsit: any; |   approvalLsit: any; | ||||||
|   isVisible = false; |   isVisible = false; | ||||||
|   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' } | ||||||
|   ]; |   ]; | ||||||
|   logColumns3: STColumn[] = [ |   logColumns3: STColumn[] = [ | ||||||
|     { title: '时间', index: 'warningTime' }, |     { title: '时间', index: 'warningTime' }, | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ | |||||||
|   <div nz-col [nzSpan]="24"> |   <div nz-col [nzSpan]="24"> | ||||||
|     <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> |     <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList" [pois]="pois"> | ||||||
|     </amap-path-simplifier> |     </amap-path-simplifier> | ||||||
|     <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |     <st [scroll]="{ y: '350px' }" #st [data]="addressItems"  [noResult]='"暂无停车信息"'  [columns]="logColumns2" [ps]="0" | ||||||
|       [page]="{ show: false, showSize: false }" size="small" class="map_st"> |       [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|     </st> |     </st> | ||||||
|     <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |     <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -28,8 +28,8 @@ export class OneCarOrderViewtrackComponent implements OnInit { | |||||||
|   mapList: any[] = []; //地图点位数据组 |   mapList: any[] = []; //地图点位数据组 | ||||||
|   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',width: 120,className: 'text-center'  } |     { title: '停车地点', index: 'parkAdr',width: 120,className: 'text-center'  } | ||||||
|   ]; |   ]; | ||||||
|   pois: any[] = []; |   pois: any[] = []; | ||||||
|  |  | ||||||
|  | |||||||
| @ -274,7 +274,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" #st [data]="addressItems"  [noResult]='"暂无停车信息"'  [columns]="logColumns2" [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -38,8 +38,8 @@ export class WaybillManagementBulkeDetailComponent implements OnInit { | |||||||
|   modalTitle: string = ''; |   modalTitle: string = ''; | ||||||
|   unLoadingPlaceVOList: any = []; |   unLoadingPlaceVOList: any = []; | ||||||
|   logColumns2: STColumn[] = [ |   logColumns2: STColumn[] = [ | ||||||
|     { title: '时间', index: 'parkBte' }, |     { title: '停车时间', index: 'parkBte' }, | ||||||
|     { title: '地点', index: 'parkAdr' } |     { title: '停车地点', index: 'parkAdr' } | ||||||
|   ]; |   ]; | ||||||
|   logColumns: STColumn[] = [ |   logColumns: STColumn[] = [ | ||||||
|     { title: '款项', index: 'costCodeLabel' }, |     { title: '款项', index: 'costCodeLabel' }, | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| <!-- | <!-- | ||||||
|  * @Author: your name |  * @Author: your name | ||||||
|  * @Date: 2021-12-03 15:31:52 |  * @Date: 2021-12-03 15:31:52 | ||||||
|  * @LastEditTime : 2022-04-06 15:37:30 |  * @LastEditTime : 2022-05-06 10:04:19 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\vehicle-detail\\vehicle-detail.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\vehicle-detail\\vehicle-detail.component.html | ||||||
| @ -272,7 +272,7 @@ | |||||||
|     <div nz-col [nzSpan]="24"> |     <div nz-col [nzSpan]="24"> | ||||||
|       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> |       <amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [mapList]="mapList"> | ||||||
|       </amap-path-simplifier> |       </amap-path-simplifier> | ||||||
|       <st [scroll]="{ y: '350px' }" #st [data]="addressItems" [columns]="logColumns2" [ps]="0" |       <st [scroll]="{ y: '350px' }" #st [data]="addressItems"  [noResult]='"暂无停车信息"'  [columns]="logColumns2" [ps]="0" | ||||||
|         [page]="{ show: false, showSize: false }" size="small" class="map_st"> |         [page]="{ show: false, showSize: false }" size="small" class="map_st"> | ||||||
|       </st> |       </st> | ||||||
|       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> |       <nz-radio-group [(ngModel)]="trajectory" (ngModelChange)="trajectoryChange($event)" class="map_radio"> | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| /* | /* | ||||||
|  * @Author: your name |  * @Author: your name | ||||||
|  * @Date: 2021-12-03 15:31:52 |  * @Date: 2021-12-03 15:31:52 | ||||||
|  * @LastEditTime : 2022-04-01 11:11:14 |  * @LastEditTime : 2022-05-06 09:55:19 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\vehicle-detail\\vehicle-detail.component.ts |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\vehicle-detail\\vehicle-detail.component.ts | ||||||
| @ -36,8 +36,8 @@ export class WaybillManagementVehicleDetailComponent implements OnInit, OnDestro | |||||||
|   imges: any; |   imges: any; | ||||||
|   unLoadingPlaceVOList: any = []; |   unLoadingPlaceVOList: any = []; | ||||||
|   logColumns2: STColumn[] = [ |   logColumns2: STColumn[] = [ | ||||||
|     { title: '时间', index: 'parkBte' }, |     { title: '停车时间', index: 'parkBte' }, | ||||||
|     { title: '地点', index: 'parkAdr' } |     { title: '停车地点', index: 'parkAdr' } | ||||||
|   ]; |   ]; | ||||||
|   modalcontent: any; |   modalcontent: any; | ||||||
|   modalTitle: string = ''; |   modalTitle: string = ''; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user