车辆接口更新
This commit is contained in:
@ -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: '请选择',
|
||||
|
||||
Reference in New Issue
Block a user