edit
This commit is contained in:
@ -353,7 +353,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
},
|
||||
{ title: '服务名称', index: 'vatname', width: 100 },
|
||||
{ title: '销货清单', index: 'isdetail', width: 90, type: 'enum', enum: { 1: '是', 0: '否' }, className: 'text-center' },
|
||||
{ title: '票面备注', render: 'vatremarks', width: 250 },
|
||||
{ title: '票面备注', index: 'remarks', width: 250 },
|
||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user