解决冲突
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-07 10:07:36
|
||||
* @LastEditTime : 2022-04-07 10:11:15
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\abnormal-warning\\abnormal-warning.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -72,8 +72,9 @@
|
||||
<ng-template st-row="driverName" let-item let-index="index">
|
||||
<div> {{ item?.driverName }}{{ item?.driverPhone ? "/" + item?.driverPhone : '' }}{{ item?.carNo ? "/" + item?.carNo : '' }} </div>
|
||||
</ng-template>
|
||||
<ng-template st-row="payeeName" let-item let-index="index">
|
||||
<div> {{ item?.payeeName }}{{ item?.payeePhone ? "/" + item?.payeePhone : '' }} </div>
|
||||
<ng-template st-row="longitude" let-item let-index="index">
|
||||
<div> {{ item?.longitude }}
|
||||
{{ item?.latitude ? "," + item?.latitude : '' }} </div>
|
||||
</ng-template>
|
||||
<ng-template st-row="billCode" let-item let-index="index">
|
||||
<!-- <a *ngIf="item.billType == '1'" [routerLink]="'/order-management/vehicle/vehicle-detail/' + item.id">{{ item.billCode }}</a>
|
||||
|
||||
@ -41,12 +41,6 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
|
||||
columnsFloat: STColumn[] = [];
|
||||
columnsFloatView: STColumn[] = [];
|
||||
ViewCause: any; // 变更运费查看数据
|
||||
tabs = {
|
||||
totalCount: 0,
|
||||
qualifiedtity: 0,
|
||||
spotQuantity: 0,
|
||||
unstayQuantity: 0
|
||||
};
|
||||
constructor(
|
||||
public service: OrderManagementService,
|
||||
private modal: NzModalService,
|
||||
@ -105,7 +99,7 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
|
||||
ui: {
|
||||
}
|
||||
},
|
||||
wayBillCode: {
|
||||
wayCode: {
|
||||
type: 'string',
|
||||
title: '运单号',
|
||||
ui: {
|
||||
@ -250,7 +244,7 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
|
||||
title: '位置描述',
|
||||
className: 'text-left',
|
||||
width: '250px',
|
||||
render: 'goodsName'
|
||||
render: 'longitude'
|
||||
},
|
||||
{
|
||||
title: '提醒内容',
|
||||
|
||||
Reference in New Issue
Block a user