批量审核

This commit is contained in:
wangshiming
2022-01-18 19:37:52 +08:00
parent 661cd59af3
commit 1f4d59c56e

View File

@ -95,7 +95,7 @@ export class CloseAccountComponent implements OnInit {
title: '结算客户名称',
ui: { placeholder: '请输入' }
},
customerShortName: {
customerCode: {
type: 'string',
title: '结算客户编码',
ui: { placeholder: '请输入' }
@ -107,9 +107,6 @@ export class CloseAccountComponent implements OnInit {
placeholder: '请选择',
widget: 'select',
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
visibleIf: {
_$expand: (value: boolean) => value,
},
}
},
enterpriseName: {
@ -145,9 +142,6 @@ export class CloseAccountComponent implements OnInit {
placeholder: '请选择',
widget: 'select',
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
visibleIf: {
_$expand: (value: boolean) => value,
},
}
},
enterpriseId: {