解决冲突

This commit is contained in:
wangshiming
2022-03-01 13:42:02 +08:00
parent d974a06c10
commit 192ed6dfbf
6 changed files with 26 additions and 5 deletions

View File

@ -167,7 +167,17 @@ export class SupplyManagementVehicleComponent implements OnInit {
/**
* 导入货源
*/
importGoodsSource() {}
importGoodsSource() {
const modalRef = this.modal.create({
nzTitle: '修改运费',
nzWidth: '40%',
nzContent: SupplyManagementUpdateFreightComponent,
nzComponentParams: {
// i: item
},
nzFooter: null
});
}
/**
* 修改运费