车辆接口更新
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
import { Component, OnInit, ViewChild, Type } from '@angular/core';
|
||||
import { STComponent, STColumn, STChange } from '@delon/abc/st';
|
||||
import { SFComponent, SFDateWidgetSchema, SFRadioWidgetSchema, SFSchema, SFSchemaEnum, SFSelectWidgetSchema, SFUISchema } from '@delon/form';
|
||||
import { ShipperBaseService } from '@shared';
|
||||
import { EAEnvironmentService, ShipperBaseService } from '@shared';
|
||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||
import { of } from 'rxjs';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { SystemService } from '../../services/system.service';
|
||||
import { environment } from '@env/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-sys-setting-components-announcement-message',
|
||||
@ -65,6 +64,7 @@ export class AnnouncementMessageComponent implements OnInit {
|
||||
public service: SystemService,
|
||||
private nzModalService: NzModalService,
|
||||
public shipperservice: ShipperBaseService,
|
||||
private envSrv: EAEnvironmentService,
|
||||
) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
@ -126,9 +126,9 @@ export class AnnouncementMessageComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '发布平台',
|
||||
enum: [
|
||||
{ label: '运营后台', value: environment.appId },
|
||||
{ label: '货主后台', value: 2 },
|
||||
{ label: '司机端', value: 3 }
|
||||
{ label: '运营后台', value: this.envSrv.env.appId },
|
||||
// { label: '货主后台', value: this.envSrv.env.HzappId },
|
||||
// { label: '司机端', value: this.envSrv.env.sjappId }
|
||||
],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
|
||||
Reference in New Issue
Block a user