车辆对接
This commit is contained in:
@ -212,9 +212,9 @@ export class VehicleComponentsAuditDetailComponent implements OnInit {
|
||||
}
|
||||
// 获取录单员
|
||||
getSelectList() {
|
||||
this.Serveice("CarColor")
|
||||
this.Serveice("CarModel")
|
||||
this.Serveice("CarLength")
|
||||
this.Serveice("car:color")
|
||||
this.Serveice("car:model")
|
||||
this.Serveice("car:length")
|
||||
}
|
||||
Serveice(param :any) {
|
||||
let value: any;
|
||||
@ -222,11 +222,11 @@ export class VehicleComponentsAuditDetailComponent implements OnInit {
|
||||
{
|
||||
dictKey: param
|
||||
}).subscribe((res) => {
|
||||
if(param === 'CarColor') {
|
||||
if(param === 'car:color') {
|
||||
this.contenCarNoColor = res;
|
||||
} else if(param === 'CarModel') {
|
||||
} else if(param === 'car:model') {
|
||||
this.contencarModel = res;
|
||||
} else if(param === 'CarLength') {
|
||||
} else if(param === 'car:length') {
|
||||
this.contenCarLength = res;
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user