edit
This commit is contained in:
@ -82,7 +82,7 @@ export class FreightAccountComponent implements OnInit {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
ltdid: {
|
||||
ltdId: {
|
||||
type: 'string',
|
||||
title: '网络货运人',
|
||||
ui: {
|
||||
@ -144,7 +144,7 @@ export class FreightAccountComponent implements OnInit {
|
||||
{ title: '联系人', index: 'name' },
|
||||
{ title: '联系人电话', index: 'phone' },
|
||||
{ title: '网络货运人', index: 'ltdName' },
|
||||
{ title: '银行类型', index: 'bankType', type: 'enum', enum: { 1: '平安银行', 2: '浦发银行' } },
|
||||
{ title: '银行类型', index: 'bankTypeLabel' },
|
||||
{ title: '虚拟账户', index: 'virtualAccount' },
|
||||
{ title: '可用余额', index: 'availableBalance' },
|
||||
{ title: '冻结余额', index: 'freezeBalance' },
|
||||
@ -172,7 +172,7 @@ export class FreightAccountComponent implements OnInit {
|
||||
projectId: item.projectId,
|
||||
enterpriseId: item.enterpriseId,
|
||||
roleId: item.roleId,
|
||||
ltdid: item.ltdid
|
||||
ltdId: item.ltdId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user