This commit is contained in:
Taric Xin
2022-02-17 11:33:39 +08:00
parent ae821883b4
commit 970f0d0a8e
5 changed files with 49 additions and 24 deletions

View File

@ -147,24 +147,22 @@ export class PlatformAccountDetailComponent implements OnInit {
},
default: ''
},
enterpriseId: {
enterpriseName: {
type: 'string',
title: '货主',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}
},
default: ''
},
projectId: {
projectName: {
type: 'string',
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}
@ -184,7 +182,7 @@ export class PlatformAccountDetailComponent implements OnInit {
{ title: '订单号', index: 'orderSn', width: 170 },
{ title: '运单号', index: 'businessNumber', width: 190 },
{ title: '账户类型', index: 'accountTypeLabel', className: 'text-center', width: 130 },
{ title: '账户名称', index: 'incomeTypeLabel', className: 'text-center', width: 150 },
{ title: '账户名称', index: 'virtualAccount', className: 'text-center', width: 150 },
{ title: '所属项目', index: 'projectName', className: 'text-center', width: 150 },
{ title: '收支类型', index: 'incomeTypeLabel', className: 'text-center', width: 130 },
{
@ -203,7 +201,7 @@ export class PlatformAccountDetailComponent implements OnInit {
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) }
},
{ title: '付款方', index: 'incomeTypeLabel', className: 'text-center', width: 150 },
{ title: '付款方', index: 'payName', className: 'text-center', width: 150 },
{ title: '收款方', index: 'payeeName', className: 'text-center', width: 150 },
{ title: '备注', index: 'tradeContent', className: 'text-center', width: 150 }
];

View File

@ -320,7 +320,7 @@ export class VoucherManagementComponent implements OnInit {
{ title: '汇总凭证号', index: 'vc2code', width: 150 },
{ title: '凭证状态', index: 'stsLabel', width: 120 },
{ title: '创建时间', index: 'createTime', width: 140 },
{ title: '创建人', index: 'createUserId', width: 150 },
// { title: '创建人', index: 'createUserId', width: 150 },
{
title: '操作',
width: '130px',