车辆对接
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
<h4 class="ml-md">货源编码 : {{ i?.resourceCode }}</h4>
|
<h4 class="ml-md">货源编码 : {{ i?.resourceCode }}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div nz-row>
|
<div nz-row>
|
||||||
<div nz-col nzSpan="14" class="text-grey-darker">网络货运人:{{i?.enterpriseInfoName}}</div>
|
<div nz-col nzSpan="14" class="text-grey-darker">网络货运人:{{i?.shipperAppUserName}}</div>
|
||||||
<div nz-col nzSpan="10">
|
<div nz-col nzSpan="10">
|
||||||
<button nz-button (click)="cancleGoodsSource()" *ngIf="i?.resourceStatus === '1'">取消货源</button>
|
<button nz-button (click)="cancleGoodsSource()" *ngIf="i?.resourceStatus === '1'">取消货源</button>
|
||||||
<button nz-button (click)="assignedCar(i)"
|
<button nz-button (click)="assignedCar(i)"
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
<nz-divider></nz-divider>
|
<nz-divider></nz-divider>
|
||||||
<div sv-container *ngIf="i">
|
<div sv-container *ngIf="i">
|
||||||
<sv label="外部货源号">{{ i?.externalResourceCode }} </sv>
|
<sv label="外部货源号">{{ i?.externalResourceCode }} </sv>
|
||||||
<sv label="项目">{{i?.enterpriseProjectId}}</sv>
|
<sv label="项目">{{i?.enterpriseProjectName}}</sv>
|
||||||
<sv label="录单员">{{i?.createUserName}}/{{i?.createUserPhone}}</sv>
|
<sv label="录单员">{{i?.createUserName}}/{{i?.createUserPhone}}</sv>
|
||||||
<sv label="调度员">{{i?.dispatchName}}/{{i?.dispatchPhone}} </sv>
|
<sv label="调度员">{{i?.dispatchName}}/{{i?.dispatchPhone}} </sv>
|
||||||
<sv label="服务类型">{{i?.serviceTypeLabel}} </sv>
|
<sv label="服务类型">{{i?.serviceTypeLabel}} </sv>
|
||||||
@ -162,7 +162,7 @@
|
|||||||
{{i?.supplementaryInformationVO?.stateReceipt?'是':'否'}}
|
{{i?.supplementaryInformationVO?.stateReceipt?'是':'否'}}
|
||||||
</sv>
|
</sv>
|
||||||
<sv label="回单类型">
|
<sv label="回单类型">
|
||||||
{{i?.supplementaryInformationVO?.receiptTypeLabel}}
|
{{ i?.supplementaryInformationVO?.receiptType === '1' ? '电子回单' : '纸质回单' }}
|
||||||
</sv>
|
</sv>
|
||||||
<sv label="所在地区">
|
<sv label="所在地区">
|
||||||
{{i?.supplementaryInformationVO?.area}}
|
{{i?.supplementaryInformationVO?.area}}
|
||||||
|
|||||||
Reference in New Issue
Block a user