车辆接口更新

This commit is contained in:
wangshiming
2022-01-21 10:57:11 +08:00
parent c05a8eb2ba
commit 2bc832186a
13 changed files with 415 additions and 109 deletions

View File

@ -106,9 +106,13 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
ui: { placeholder: '请输入' }
},
exceptionType: {
type: 'string',
title: '异常类型',
ui: { placeholder: '请输入' }
type: 'string',
ui: {
widget: 'dict-select',
containsAllLable: true,
params: { dictKey: 'exception:report:type' },
} as SFSelectWidgetSchema
},
shipperAppUserId: {
type: 'string',