车辆对接

This commit is contained in:
wangshiming
2022-01-13 20:10:14 +08:00
parent 63d76dd8cc
commit 87453dfe12
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<h4 class="ml-md">货源编码 : {{ i?.resourceCode }}</h4>
</div>
<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">
<button nz-button (click)="cancleGoodsSource()" *ngIf="i?.resourceStatus === '1'">取消货源</button>
<button nz-button (click)="assignedCar(i)"