edit
This commit is contained in:
@ -77,8 +77,14 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
nzWidth: 600,
|
||||
nzComponentParams: {
|
||||
isCanCreate: true,
|
||||
url: '/api/fcc/accountBalance/getShipperAccountBalanceDetailByOperator',
|
||||
params: { accountType: 1, roleId: item.id, ctfId: item.unifiedSocialCreditCode, clientName: item.enterpriseName }
|
||||
url: '/api/fcc/accountBalance/getShipperAccountDetailByOperator',
|
||||
params: {
|
||||
accountType: 1,
|
||||
roleId: item.id,
|
||||
ctfId: item.unifiedSocialCreditCode,
|
||||
clientName: item.enterpriseName,
|
||||
ltdId: item.networkTransporter
|
||||
}
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
@ -138,7 +144,7 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '用户注册', value: 1 },
|
||||
{ label: '货主添加', value: 2 },
|
||||
{ label: '运营添加', value: 3},
|
||||
{ label: '运营添加', value: 3 }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user