批量审核
This commit is contained in:
@ -95,7 +95,7 @@ export class CloseAccountComponent implements OnInit {
|
|||||||
title: '结算客户名称',
|
title: '结算客户名称',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
customerShortName: {
|
customerCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '结算客户编码',
|
title: '结算客户编码',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
@ -107,9 +107,6 @@ export class CloseAccountComponent implements OnInit {
|
|||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
||||||
visibleIf: {
|
|
||||||
_$expand: (value: boolean) => value,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
enterpriseName: {
|
enterpriseName: {
|
||||||
@ -145,9 +142,6 @@ export class CloseAccountComponent implements OnInit {
|
|||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
||||||
visibleIf: {
|
|
||||||
_$expand: (value: boolean) => value,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
enterpriseId: {
|
enterpriseId: {
|
||||||
|
|||||||
Reference in New Issue
Block a user