This commit is contained in:
wangshiming
2022-03-21 15:50:31 +08:00
parent 6cecb167ea
commit f242420f3a

View File

@ -339,15 +339,12 @@ export class InvoiceRequestedComponent {
}, },
arto: { arto: {
type: 'string', type: 'string',
title: '网络货运人', title: '购买人',
ui: { ui: {
widget: 'select', widget: 'select',
placeholder: '请选择', placeholder: '请选择',
allowClear: true, allowClear: true,
visibleIf: { asyncData: () => this.service.getCRM()
expand: (value: boolean) => value
},
asyncData: () => this.shipperservice.getNetworkFreightForwarder()
} }
}, },
} }