edit
This commit is contained in:
@ -253,34 +253,34 @@ export class CostManagementComponent implements OnInit {
|
||||
{ title: '订单号', index: 'billHId', width: 200,className: 'text-left', },
|
||||
{ title: '运单号', index: 'waybillHId', width: 200 ,className: 'text-left',},
|
||||
{ title: '费用日期', index: 'feedate', width: 200 ,className: 'text-left',},
|
||||
{ title: '费用类型', index: 'feetypeLabel', width: 150,className: 'text-left', },
|
||||
{ title: '费用类型', index: 'feetypeLabel', width: 150,className: 'text-center', },
|
||||
{ title: '应付核销', index: 'ishrhx', width: 200, type: 'enum', enum: { 0: '否', 1: '是' } ,className: 'text-left',},
|
||||
{ title: '结算客户', index: 'cno', width: 200 ,className: 'text-left',},
|
||||
{ title: '应收对象', index: 'artoname', width: 200 ,className: 'text-left',},
|
||||
{ title: '应付对象', index: 'hrtoname', width: 200 ,className: 'text-left',},
|
||||
{ title: '应收金额', render: 'armoeny', width: 100 ,className: 'text-left',},
|
||||
{ title: '应付金额', render: 'hrmoney', width: 100 ,className: 'text-left',},
|
||||
{ title: '收/付款金额', render: 'hrpaymoney', width: 120 ,className: 'text-left',},
|
||||
{ title: '开/收票金额', render: 'hrvatmoney', width: 120 ,className: 'text-left',},
|
||||
{ title: '创建时间', index: 'auditTime', type: 'date', width: 200 ,className: 'text-left',},
|
||||
{ title: '状态', index: 'stsLabel', width: 90 ,className: 'text-left',},
|
||||
{ title: '应收金额', render: 'armoeny', width: 100 ,className: 'text-right',},
|
||||
{ title: '应付金额', render: 'hrmoney', width: 100 ,className: 'text-right',},
|
||||
{ title: '收/付款金额', render: 'hrpaymoney', width: 120 ,className: 'text-right',},
|
||||
{ title: '开/收票金额', render: 'hrvatmoney', width: 120 ,className: 'text-right',},
|
||||
{ title: '创建时间', index: 'auditTime', type: 'date', width: 200 ,className: 'text-center',},
|
||||
{ title: '状态', index: 'stsLabel', width: 90 ,className: 'text-center',},
|
||||
{
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
className: 'text-center',
|
||||
width: '90px',
|
||||
width: '110px',
|
||||
buttons: [
|
||||
{
|
||||
text: '浏览',
|
||||
click: item => this.routeTo('/financial-management/cost-management/detail/' + item.id , {status : item?.feetypeLabel})
|
||||
},
|
||||
{
|
||||
text: '审核 ',
|
||||
text: '审核',
|
||||
click: item => this.auditAction(item),
|
||||
iif: item => item.sts === 2
|
||||
},
|
||||
{
|
||||
text: '修改 ',
|
||||
text: '修改',
|
||||
click: item => this.router.navigate(['/financial-management/cost-management/expenses-receivable/1'], { queryParams: { id: 1 } })
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user