This commit is contained in:
wangshiming
2022-03-02 16:55:35 +08:00
parent 899c708482
commit 5a7e7df5c5

View File

@ -326,7 +326,10 @@ export class NetworkFreightComponent implements OnInit {
'drawer' 'drawer'
] ]
}; };
this.ui3 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } }; this.ui3 = {
'*': { spanLabelFixed: 120, grid: { span: 24 } },
'$taxClassificationVersion': { spanLabelFixed: 150, grid: { span: 24 } },
};
} }
initSFTax() { initSFTax() {
this.TaxSchema = { this.TaxSchema = {
@ -574,7 +577,7 @@ export class NetworkFreightComponent implements OnInit {
} }
// 新增 // 新增
creat(value?: any) { creat(value?: any) {
console.log(value) console.log(value);
this.router.navigate(['./new/'+ value?.id], { relativeTo: this.ar }); this.router.navigate(['./new/' + value?.id], { relativeTo: this.ar });
} }
} }