fix bug
This commit is contained in:
		| @ -134,7 +134,7 @@ | ||||
|      (运费{{totalObj?.price - attObj?.price | currency}}, | ||||
|      附加费{{ attObj?.price | currency }},附加费率{{i?.attPercent }}%) | ||||
|   </div> | ||||
|   <div>收款人:{{ i?.payeeName }}{{ i?.payeePhone }}</div> | ||||
|   <div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div> | ||||
| </nz-card> | ||||
|  | ||||
| <nz-card nzTitle="附件信息"  #distannce4> | ||||
|  | ||||
| @ -1,19 +1,29 @@ | ||||
| /* | ||||
|  * @Description  :  | ||||
|  * @Version      : 1.0 | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-03 15:31:52 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-02-10 09:53:00 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.spec.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; | ||||
| import { SupplyManagementVehicleDetailComponent } from './vehicle-detail.component'; | ||||
| import { OrderManagementVehicleDetailComponent } from './vehicle-detail.component'; | ||||
|  | ||||
| describe('SupplyManagementVehicleDetailComponent', () => { | ||||
|   let component: SupplyManagementVehicleDetailComponent; | ||||
|   let fixture: ComponentFixture<SupplyManagementVehicleDetailComponent>; | ||||
| describe('OrderManagementVehicleDetailComponent', () => { | ||||
|   let component: OrderManagementVehicleDetailComponent; | ||||
|   let fixture: ComponentFixture<OrderManagementVehicleDetailComponent>; | ||||
|  | ||||
|   beforeEach(waitForAsync(() => { | ||||
|     TestBed.configureTestingModule({ | ||||
|       declarations: [ SupplyManagementVehicleDetailComponent ] | ||||
|       declarations: [ OrderManagementVehicleDetailComponent ] | ||||
|     }) | ||||
|     .compileComponents(); | ||||
|   })); | ||||
|  | ||||
|   beforeEach(() => { | ||||
|     fixture = TestBed.createComponent(SupplyManagementVehicleDetailComponent); | ||||
|     fixture = TestBed.createComponent(OrderManagementVehicleDetailComponent); | ||||
|     component = fixture.componentInstance; | ||||
|     fixture.detectChanges(); | ||||
|   }); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user