车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 14:52:59 +08:00
parent b17d109057
commit 026b9c51d9

View File

@ -92,14 +92,14 @@ export class PayableOrderComponent implements OnInit {
hidden: true hidden: true
} }
}, },
ahxcode: { phxcode: {
type: 'string', type: 'string',
title: '核销单号', title: '核销单号',
ui: { ui: {
placeholder: '请输入' placeholder: '请输入'
} }
}, },
ltdid: { ltdId: {
type: 'string', type: 'string',
title: '网络货运人', title: '网络货运人',
ui: { ui: {
@ -119,7 +119,7 @@ export class PayableOrderComponent implements OnInit {
}, },
brmtype: { brmtype: {
type: 'string', type: 'string',
title: '款类型', title: '款类型',
enum: [{ value: '1', label: '费用款项' }], enum: [{ value: '1', label: '费用款项' }],
ui: { ui: {
widget: 'select', widget: 'select',
@ -140,7 +140,7 @@ export class PayableOrderComponent implements OnInit {
} }
} }
}, },
arto: { driver2IdName: {
type: 'string', type: 'string',
title: '收款人', title: '收款人',
ui: { ui: {
@ -166,7 +166,7 @@ export class PayableOrderComponent implements OnInit {
} }
} }
}, },
ahxdate: { phxdate: {
title: '核销日期', title: '核销日期',
type: 'string', type: 'string',
ui: { ui: {
@ -198,7 +198,7 @@ export class PayableOrderComponent implements OnInit {
} }
} }
}, },
orderS3: { feeHCode: {
type: 'string', type: 'string',
title: '费用号', title: '费用号',
ui: { ui: {
@ -210,7 +210,7 @@ export class PayableOrderComponent implements OnInit {
}, },
remarks: { remarks: {
type: 'string', type: 'string',
title: '核销备注', title: '付款备注',
ui: { ui: {
autocomplete: 'off', autocomplete: 'off',
placeholder: '请选择', placeholder: '请选择',