This commit is contained in:
Taric Xin
2022-05-10 16:28:45 +08:00
parent e29443ee44
commit cef8cce5b5

View File

@ -212,7 +212,7 @@ export class InputInvoiceComponent extends BasicTableComponent {
}, },
{ title: '发票类型', index: 'invtype', width: 150, className: 'text-center' }, { title: '发票类型', index: 'invtype', width: 150, className: 'text-center' },
{ title: '销售方', index: 'hrtoName', width: 200 }, { title: '销售方', index: 'hrtoName', width: 200 },
{ title: '创建时间', index: 'createtime', type: 'date', width: 150, className: 'text-center' }, { title: '创建时间', index: 'createTime', type: 'date', width: 150, className: 'text-center' },
{ title: '创建人', index: 'createbyname', width: 120 }, { title: '创建人', index: 'createbyname', width: 120 },
{ title: '收票状态', index: 'stsLabel', width: 120, className: 'text-center' }, { title: '收票状态', index: 'stsLabel', width: 120, className: 'text-center' },
{ {