edit
This commit is contained in:
		| @ -293,7 +293,7 @@ export class VoucherManagementComponent implements OnInit { | ||||
|   private initST(): STColumn[] { | ||||
|     return [ | ||||
|       { title: '', index: 'key', type: 'checkbox', width: 60, className: 'text-center', fixed: 'left' }, | ||||
|       { title: '凭证号', index: 'id', type: 'link', width: 200 }, | ||||
|       { title: '凭证号', index: 'vccode', type: 'link', width: 200 }, | ||||
|       { title: '帐套', index: 'ltdId', width: 200 }, | ||||
|       { title: '凭证时间', index: 'vctime', type: 'date', width: 200 }, | ||||
|       { title: '凭证类型', index: 'vctype', width: 200 }, | ||||
| @ -317,7 +317,7 @@ export class VoucherManagementComponent implements OnInit { | ||||
|         widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.crmoney }) } | ||||
|       }, | ||||
|       { title: 'NC凭证', index: 'importncnotes', width: 150 }, | ||||
|       { title: '汇总凭证号', index: 'vc2id', width: 150 }, | ||||
|       { title: '汇总凭证号', index: 'vc2code', width: 150 }, | ||||
|       { title: '凭证状态', index: 'stsLabel', width: 120 }, | ||||
|       { title: '创建时间', index: 'createTime', width: 140 }, | ||||
|       { title: '创建人', index: 'createUserId', width: 150 }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user