车辆接口更新

This commit is contained in:
wangshiming
2022-01-24 16:37:26 +08:00
parent 9dd6530c5b
commit 5ce1b29126
7 changed files with 6 additions and 60 deletions

View File

@ -14,7 +14,6 @@
<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)" *ngIf="i?.resourceStatus === '1' && i?.serviceType === '2'">重新指派</button>
<button nz-button (click)="updatePrice(i)" *ngIf="i?.resourceStatus === '1'">修改单价</button>
<button nz-button nzType="primary" nzGhost (click)="placeOrder(i)">再下一单</button>
</div>

View File

@ -105,21 +105,6 @@ export class SupplyManagementBulkDetailComponent implements OnInit {
// });
}
/**
* 指派熟车
*/
assignedCar(item: any) {
// const modalRef = this.modal.create({
// nzTitle: '指派熟车',
// nzWidth: '90%',
// nzContent: PublishGoodsChooseFamifiarComponent,
// nzComponentParams: {
// i: this.i,
// },
// nzFooter: null,
// });
}
/**
* 查看当前指派
*/