批量审核
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user