fix bug
This commit is contained in:
@ -326,7 +326,10 @@ export class NetworkFreightComponent implements OnInit {
|
||||
'drawer'
|
||||
]
|
||||
};
|
||||
this.ui3 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
|
||||
this.ui3 = {
|
||||
'*': { spanLabelFixed: 120, grid: { span: 24 } },
|
||||
'$taxClassificationVersion': { spanLabelFixed: 150, grid: { span: 24 } },
|
||||
};
|
||||
}
|
||||
initSFTax() {
|
||||
this.TaxSchema = {
|
||||
@ -574,7 +577,7 @@ export class NetworkFreightComponent implements OnInit {
|
||||
}
|
||||
// 新增
|
||||
creat(value?: any) {
|
||||
console.log(value)
|
||||
console.log(value);
|
||||
this.router.navigate(['./new/' + value?.id], { relativeTo: this.ar });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user