车辆接口更新

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

@ -109,12 +109,12 @@ export class CostManagementComponent implements OnInit {
title: '费用单号', title: '费用单号',
ui: { placeholder: '请输入' } ui: { placeholder: '请输入' }
}, },
billHId: { billHCode: {
type: 'string', type: 'string',
title: '订单号', title: '订单号',
ui: { placeholder: '请输入' } ui: { placeholder: '请输入' }
}, },
waybillHId: { waybillHCode: {
type: 'string', type: 'string',
title: '运单号', title: '运单号',
ui: { ui: {

View File

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