215 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			215 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!--
 | ||
|  * @Author: your name
 | ||
|  * @Date: 2021-12-03 15:31:52
 | ||
|  * @LastEditTime: 2022-01-13 20:33:22
 | ||
|  * @LastEditors: Please set LastEditors
 | ||
|  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | ||
|  * @FilePath: \tms-obc-web\src\app\routes\order-management\components\vehicle-detail\vehicle-detail.component.html
 | ||
| -->
 | ||
| <page-header-wrapper [title]="''" [logo]="logo" [content]="headerContent">
 | ||
|   <ng-template #logo>
 | ||
|     <button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
 | ||
|       <i nz-icon nzType="left" nzTheme="outline"></i>
 | ||
|     </button>
 | ||
|   </ng-template>
 | ||
|   <ng-template #headerContent>
 | ||
|     <div class="mb-xs" nz-row>
 | ||
|       <button nz-button nzType="primary" nzSize="small" nzDanger>{{i?.billStatusLabel}}</button>
 | ||
|       <h4 class="ml-md" style="font-size: 18px;">订单号: {{ i?.billCode }}</h4>
 | ||
|     </div>
 | ||
|     <div nz-row style="display: flex; justify-content: end;">
 | ||
|       <div nz-col nzSpan="10">
 | ||
|         <button (click)="cancellation()" nz-button *ngIf="i.billStatus == '4' || i.billStatus == '5' || i.billStatus == '2' || i.billStatus == '3' || i.billStatus == '1'">取消订单</button>
 | ||
|         <button nz-button (click)="changeOrder()" *ngIf="i.billStatus == '4' || i.billStatus == '5' || i.billStatus == '2' || i.billStatus == '3'" >修改订单</button>
 | ||
|       </div>
 | ||
|     </div>
 | ||
|     <nz-divider></nz-divider>
 | ||
|     <div>
 | ||
|       <div sv-container>
 | ||
|         <sv label="网络货运人">{{ i?.goodsResource?.enterpriseInfoName }} </sv>
 | ||
|         <sv label="货主">{{ i?.goodsResource?.shipperAppUserName }} </sv>
 | ||
|         <sv label="所属项目">{{i?.goodsResource?.enterpriseProjectName}}</sv>
 | ||
|         <sv label="服务类型">{{i?.goodsResource?.serviceTypeLabel}}</sv>
 | ||
|         <sv label="录单员">{{i?.goodsResource?.createUserName}} /{{i?.goodsResource?.createUserPhone}} </sv>
 | ||
|         <sv label="调度员">{{i?.goodsResource?.dispatchName}}/{{i?.goodsResource?.dispatchPhone}} </sv>
 | ||
|       </div>
 | ||
| 
 | ||
|       <nz-tabset style="margin-top: 15px;">
 | ||
|         <nz-tab nzTitle="装卸货信息" (nzClick)="goDistance(distannce1)">
 | ||
|         </nz-tab>
 | ||
|         <nz-tab nzTitle="基本信息" (nzClick)="goDistance(distannce2)">
 | ||
|         </nz-tab>
 | ||
|         <nz-tab nzTitle="运费信息" (nzClick)="goDistance(distannce3)">
 | ||
|         </nz-tab>
 | ||
|         <nz-tab nzTitle="附件信息" (nzClick)="goDistance(distannce4)">
 | ||
|         </nz-tab>
 | ||
|         <nz-tab nzTitle="轨迹信息" (nzClick)="goDistance(distannce5)">
 | ||
|         </nz-tab>
 | ||
|       </nz-tabset>
 | ||
| 
 | ||
|     </div>
 | ||
|   </ng-template>
 | ||
| </page-header-wrapper>
 | ||
| <nz-card nzTitle="运单进度" #distannce1 >
 | ||
|   <div class="approval-status">
 | ||
|     <div style="width: 60%; margin: 0 auto">
 | ||
|         <nz-steps [nzCurrent]="approvalLsit?.length + 1" nzLabelPlacement="vertical">
 | ||
|           <nz-step     *ngFor="let item of approvalLsit"     [nzTitle]="item?.state"     [nzSubtitle]="item?.stateTime"
 | ||
|               [nzStatus]="item?.displayStatus === 'SHOW' ? 'finish' : 'wait'"  >
 | ||
|             </nz-step>
 | ||
|          </nz-steps>
 | ||
|     </div>
 | ||
|   </div>
 | ||
| </nz-card>
 | ||
| 
 | ||
| <nz-card nzTitle="基本信息" #distannce2  >
 | ||
|   <sv-container col="1">
 | ||
|     <sv-title>货物信息</sv-title>
 | ||
|     <sv label="网络货运人">
 | ||
|       {{i?.goodsResource?.enterpriseInfoName}}
 | ||
|     </sv>
 | ||
|     <sv label="货物名称">
 | ||
|       {{i?.goodsInfoList?.[0]?.goodsName}}
 | ||
|     </sv>
 | ||
|   </sv-container>
 | ||
|   <sv-container col="2">
 | ||
|     <sv label="货物数量">
 | ||
|       {{i?.goodsInfoList?.[0]?.weight}}顿,{{i?.goodsInfoList?.[0]?.volume}}方,{{i?.goodsInfoList?.[0]?.number}}件
 | ||
|     </sv>
 | ||
|     <sv label="用车需求">
 | ||
|       {{i?.goodsInfoList?.[0]?.maxWeightLabel}}/{{i?.goodsInfoList?.[0]?.maxCube}}
 | ||
|     </sv>
 | ||
|     <sv label="承运司机">
 | ||
|       {{i?.driverName}}/{{i?.driverPhone}}/{{i?.carNo}}
 | ||
|     </sv>
 | ||
|     <sv label="车型车长载重">
 | ||
|       {{i?.goodsInfoList?.[0]?.carModel}},{{i?.carLength}}米,{{i?.carLoad ? i?.carLoad +'吨': ''}} 
 | ||
|     </sv>
 | ||
|   </sv-container>
 | ||
|   <div class="mt-md" >
 | ||
|     <h4 class="text-md" >装货卸货信息
 | ||
|       <span class="ml-sm text-sm">(
 | ||
|         <label>{{i?.loadingCount}}装</label>
 | ||
|         <label>{{i?.unloadingCount}}卸</label>
 | ||
|         )
 | ||
|       </span>
 | ||
|     </h4>
 | ||
|     <div nz-row [nzGutter]="24">
 | ||
|       <div nz-col [nzSpan]="12">
 | ||
|         <div class="handling-info p-md">
 | ||
|           <div class="flex" *ngFor="let item of i?.unLoadingPlaceList">
 | ||
|             <div *ngIf="item.type === '1'" class="loading-row">
 | ||
|               <div class="handling-info-icon loading-bg">装</div>
 | ||
|               <div class="info">
 | ||
|                 <h4>装货地:{{item?.province}}{{item.city}}{{item.area}}{{item.detailedAddress}}</h4>
 | ||
|                 <p>联系人:{{item.appUserName}}/{{item.contractTelephone}}</p>
 | ||
|               </div>
 | ||
|             </div>
 | ||
|           </div>
 | ||
|           <p class="time-info">计划装货时间:{{i?.goodsResource?.loadingTime}}</p>
 | ||
|         </div>
 | ||
|       </div>
 | ||
|       <div nz-col [nzSpan]="12">
 | ||
|         <div class="handling-info p-md">
 | ||
|           <div class="flex" *ngFor="let item of i?.unLoadingPlaceList">
 | ||
|             <div *ngIf="item.type === '2'" class="loading-row">
 | ||
|               <div class="handling-info-icon unloaing-bg">卸</div>
 | ||
|               <div class="info">
 | ||
|                 <h4>卸货地:{{item?.province}}{{item.city}}{{item.area}}{{item.detailedAddress}}</h4>
 | ||
|                 <p>联系人:{{item.appUserName}}/{{item.contractTelephone}}</p>
 | ||
|               </div>
 | ||
|             </div>
 | ||
|           </div>
 | ||
|           <p class="time-info">计划卸货时间:{{i?.goodsResource?.unloadingTime}}</p>
 | ||
|         </div>
 | ||
|       </div>
 | ||
|     </div>
 | ||
|   </div>
 | ||
| </nz-card>
 | ||
| <nz-card nzTitle="保险待定">
 | ||
| </nz-card>
 | ||
| 
 | ||
| <nz-card nzTitle="运费信息"  #distannce3>
 | ||
|   <st #st [data]="i?.billExpenseDetails" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | ||
| 
 | ||
|   </st>
 | ||
|   <div>
 | ||
|     总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency: '¥' }}</span> (运费¥{{
 | ||
|       totalObj?.price - attObj?.price
 | ||
|     }},附加运费¥{{ attObj?.price }},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%)
 | ||
|   </div>
 | ||
|   <div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
 | ||
| </nz-card>
 | ||
| 
 | ||
| <nz-card nzTitle="附件信息"  #distannce4>
 | ||
|   <sv-container>
 | ||
|     <sv label="协议附件">
 | ||
|       <!-- {{i?.supplementaryInformationVO?.stateReceipt?'是':'否'}} -->
 | ||
|       <a href="javascript:;" (click)="agreement('1')">查看附件</a>     
 | ||
|       <a href="javascript:;" (click)="agreement('2')">补充协议</a>
 | ||
|     </sv>
 | ||
|   </sv-container>
 | ||
|   <sv-container col="2" class="mt-md">
 | ||
|     <sv label="装货凭证">
 | ||
|       <app-imagelist [imgList]="[i?.loadingLadingBillFilePath,i?.loadingPeopleVehiclesGoodsFilePath]">
 | ||
|       </app-imagelist>
 | ||
|     </sv>
 | ||
|     <sv label="卸货凭证">
 | ||
|       <app-imagelist [imgList]="[i?.unloadingLadingBillFilePath,i?.unloadingPeopleVehiclesGoodsFilePath]">
 | ||
|       </app-imagelist>
 | ||
|     </sv>
 | ||
|   </sv-container>
 | ||
| </nz-card>
 | ||
| <nz-card nzTitle="补充信息">
 | ||
|   <sv-container>
 | ||
|     <sv label="是否回单">
 | ||
|       {{ i?.supplementaryInformationVO?.stateReceipt  ? '是' : '否' }}
 | ||
|     </sv>
 | ||
|     <sv label="回单类型">
 | ||
|       {{ i?.supplementaryInformationVO?.receiptType === '1' ? '电子回单' : '纸质回单' }}
 | ||
|     </sv>
 | ||
|     <sv label="联系人"> {{ i?.supplementaryInformationVO?.receiptUserName }} / {{ i?.supplementaryInformationVO?.phon }} </sv>
 | ||
|     <sv label="所在地区">
 | ||
|       {{ i?.supplementaryInformationVO?.area }}
 | ||
|     </sv>
 | ||
|     <sv label="详细地址">
 | ||
|       {{ i?.supplementaryInformationVO?.address }}
 | ||
|     </sv>
 | ||
| 
 | ||
|   </sv-container>
 | ||
|   <sv-container col="1" class="mt-md">
 | ||
|     <sv label="回单凭证">
 | ||
|       <app-imagelist [imgList]="i?.receiptFilePath"></app-imagelist>
 | ||
|     </sv>
 | ||
|     <sv label="备注">
 | ||
|       {{i?.goodsResource?.remarks}}
 | ||
|     </sv>
 | ||
|   </sv-container>
 | ||
| </nz-card>
 | ||
| 
 | ||
| <nz-card>
 | ||
|   <div nz-row>
 | ||
|     <nz-card nzTitle="轨迹信息" style="width: 100%;" id="distannce5" #distannce5>
 | ||
|       <div nz-row>
 | ||
|         <div nz-col [nzSpan]='12'>
 | ||
|           <!-- <st #st [data]="i?.auditRecordList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
 | ||
|     </st> -->
 | ||
|         </div>
 | ||
|         <div nz-col [nzSpan]='12'>
 | ||
|           <amap-path-simplifier></amap-path-simplifier>
 | ||
|         </div>
 | ||
|       </div>
 | ||
|     </nz-card>
 | ||
|   </div>
 | ||
| </nz-card>
 | ||
| 
 | ||
| <nz-modal [(nzVisible)]="isVisible" [nzFooter]="nzModalFooter" nzTitle="附件信息" (nzOnOk)="handleOK()"
 | ||
|   (nzOnCancel)="handleCancel()">
 | ||
|   <ng-container *nzModalContent>
 | ||
|     <app-imagelist [imgList]="imges"></app-imagelist>
 | ||
|   </ng-container>
 | ||
|   <ng-template #nzModalFooter>
 | ||
|     <button nz-button nzType="primary" (click)="handleOK()" [disabled]="">取消</button>
 | ||
|     <button nz-button nzType="default" (click)="handleCancel()">确定 </button>
 | ||
|   </ng-template>
 | ||
| </nz-modal> |