This commit is contained in:
Taric Xin
2022-02-28 09:13:16 +08:00
parent 5452dc7f1f
commit bd9cf612ff
3 changed files with 14 additions and 14 deletions

View File

@ -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: '操作',