This commit is contained in:
wangshiming
2022-03-24 10:22:06 +08:00
parent 4d5de1e536
commit cc8cf5c64d
3 changed files with 34 additions and 10 deletions

View File

@ -272,19 +272,23 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
}
} as SFSelectWidgetSchema
},
settlementBasis: {
title: '装卸凭证',
loadingDocuments: {
type: 'string',
title: '装卸货凭证',
enum:[
{label: '全部',value: ''},
{label: '有',value: '1'},
{label: '无',value: '0'},
],
ui: {
widget: 'dict-select',
containsAllLabel: true,
params: { dictKey: 'goodresource:settlement:type' },
containAllLable: true,
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value
}
} as SFSelectWidgetSchema
}
},
}
},
},
type: 'object'
};