车辆接口更新

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