fix bug
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<div *ngIf="i">
|
<div *ngIf="i">
|
||||||
<page-header-wrapper [title]="''" [logo]="logo" [content]="headerContent">
|
<page-header-wrapper [title]="'大宗货源详情'" [logo]="logo" [content]="headerContent">
|
||||||
<ng-template #logo>
|
<ng-template #logo>
|
||||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
||||||
<i nz-icon nzType="left" nzTheme="outline"></i>
|
<i nz-icon nzType="left" nzTheme="outline"></i>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-12 10:52:50
|
* @Date : 2022-01-12 10:52:50
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-18 17:27:39
|
* @LastEditTime : 2022-02-10 14:39:20
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\bulk\\bulk.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\bulk\\bulk.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -81,7 +81,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
<!--货源编号 -->
|
<!--货源编号 -->
|
||||||
<ng-template st-row="resourceCode" let-item let-index="index">
|
<ng-template st-row="resourceCode" let-item let-index="index">
|
||||||
<a [routerLink]="'/supply-management/bulk-detail/' + item.id">{{ item?.resourceCode }}</a>
|
<a [routerLink]="'bulk-detail/' + item.id">{{ item?.resourceCode }}</a>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<!-- 服务类型 -->
|
<!-- 服务类型 -->
|
||||||
<ng-template st-row="serviceType" let-item let-index="index">
|
<ng-template st-row="serviceType" let-item let-index="index">
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<div *ngIf="i">
|
<div *ngIf="i">
|
||||||
<page-header-wrapper [title]="''" [logo]="logo" [content]="headerContent">
|
<page-header-wrapper [title]="'整车货源详情'" [logo]="logo" [content]="headerContent">
|
||||||
<ng-template #logo>
|
<ng-template #logo>
|
||||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
||||||
<i nz-icon nzType="left" nzTheme="outline"></i>
|
<i nz-icon nzType="left" nzTheme="outline"></i>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-12 10:52:50
|
* @Date : 2022-01-12 10:52:50
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-18 17:29:15
|
* @LastEditTime : 2022-02-10 14:39:40
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -63,7 +63,7 @@
|
|||||||
[scroll]="{ x: '1200px', y: '500px' }"
|
[scroll]="{ x: '1200px', y: '500px' }"
|
||||||
>
|
>
|
||||||
<ng-template st-row="resourceCode" let-item let-index="index">
|
<ng-template st-row="resourceCode" let-item let-index="index">
|
||||||
<a [routerLink]="'/supply-management/vehicle-detail/' + item.id">{{ item.resourceCode }}</a>
|
<a [routerLink]="'vehicle-detail/' + item.id">{{ item.resourceCode }}</a>
|
||||||
<p>{{ item.resourceTypeLabel }}{{ item.serviceTypeLabel }}</p>
|
<p>{{ item.resourceTypeLabel }}{{ item.serviceTypeLabel }}</p>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="totalAmount" let-item let-index="index">
|
<ng-template st-row="totalAmount" let-item let-index="index">
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-03 11:10:14
|
* @Date : 2021-12-03 11:10:14
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-18 17:26:31
|
* @LastEditTime : 2022-02-10 14:39:00
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\supply-management-routing.module.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\supply-management-routing.module.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -22,9 +22,8 @@ import { SupplyManagementVehicleDetailComponent } from './components/vehicle-det
|
|||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{ path: 'index', component: SupplyManagementIndexComponent },
|
{ path: 'index', component: SupplyManagementIndexComponent },
|
||||||
{ path: 'bulk-detail/:id', component: SupplyManagementBulkDetailComponent },
|
{ path: 'index/bulk-detail/:id', component: SupplyManagementBulkDetailComponent },
|
||||||
{ path: 'vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
|
{ path: 'index/vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
|
||||||
{ path: 'vehicle-detail/:id', component: SupplyManagementVehicleDetailComponent },
|
|
||||||
{ path: 'add-drivers', component: SupplyManagementAddDriversComponent },
|
{ path: 'add-drivers', component: SupplyManagementAddDriversComponent },
|
||||||
{ path: 'vehicle-amend/:id', component: SupplyManagementOnecarPublishComponent },
|
{ path: 'vehicle-amend/:id', component: SupplyManagementOnecarPublishComponent },
|
||||||
{ path: 'vehicle-release', component: SupplyManagementReleasePublishComponent },
|
{ path: 'vehicle-release', component: SupplyManagementReleasePublishComponent },
|
||||||
|
|||||||
Reference in New Issue
Block a user