edit
This commit is contained in:
@ -352,7 +352,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vattax }) }
|
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vattax }) }
|
||||||
},
|
},
|
||||||
{ title: '服务名称', index: 'vatname', width: 100 },
|
{ title: '服务名称', index: 'vatname', width: 100 },
|
||||||
{ title: '销货清单', index: 'isdetail', width: 90 },
|
{ title: '销货清单', index: 'isdetail', width: 90, type: 'enum', enum: { 1: '是', 0: '否' }, className: 'text-center' },
|
||||||
{ title: '票面备注', render: 'vatremarks', width: 250 },
|
{ title: '票面备注', render: 'vatremarks', width: 250 },
|
||||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user