批量审核

This commit is contained in:
wangshiming
2022-01-17 17:05:49 +08:00
parent c34f6ffd63
commit d93fd449af
14 changed files with 194 additions and 96 deletions

View File

@ -55,7 +55,7 @@ export class CloseAccountComponent implements OnInit {
constructor(
public service: SystemService,
private nzModalService: NzModalService,
public service2: ShipperBaseService,
public shipperservice: ShipperBaseService,
) {}
ngOnInit(): void {
@ -106,7 +106,7 @@ export class CloseAccountComponent implements OnInit {
ui: {
placeholder: '请选择',
widget: 'select',
asyncData: () => this.service2.getNetworkFreightForwarder(),
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
visibleIf: {
_$expand: (value: boolean) => value,
},
@ -144,7 +144,7 @@ export class CloseAccountComponent implements OnInit {
ui: {
placeholder: '请选择',
widget: 'select',
asyncData: () => this.service2.getNetworkFreightForwarder(),
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
visibleIf: {
_$expand: (value: boolean) => value,
},