车辆接口更新

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

@ -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,
// });
}
/**
* 查看当前指派
*/