车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 16:36:02 +08:00
parent b9277b64c4
commit b733972e11
2 changed files with 10 additions and 3 deletions

View File

@ -86,7 +86,7 @@ export class PaymentOrderComponent implements OnInit {
type: 'string',
title: '付款单号',
},
ltdid: {
ltdId: {
type: 'string',
title: '网络货运人',
ui: {
@ -102,6 +102,7 @@ export class PaymentOrderComponent implements OnInit {
title: '付款状态',
ui: {
widget: 'dict-select',
containsAllLable: true,
params: { dictKey: 'refund:apply:status' },
placeholder: '请选择'
}
@ -112,6 +113,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}
@ -123,6 +125,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}
@ -134,6 +137,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}
@ -145,6 +149,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}
@ -178,6 +183,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}
@ -189,6 +195,7 @@ export class PaymentOrderComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
expand: (value: boolean) => value
}