edit
This commit is contained in:
@ -58,9 +58,9 @@
|
|||||||
<sv label="凭证流水号">
|
<sv label="凭证流水号">
|
||||||
{{info?.id}}
|
{{info?.id}}
|
||||||
</sv>
|
</sv>
|
||||||
<sv label="创建人">
|
<!-- <sv label="创建人">
|
||||||
{{info?.createUserId}}
|
{{info?.createUserId}}
|
||||||
</sv>
|
</sv> -->
|
||||||
</sv-container>
|
</sv-container>
|
||||||
|
|
||||||
</nz-card>
|
</nz-card>
|
||||||
@ -11,7 +11,7 @@ import { FreightAccountService } from '../../../services/freight-account.service
|
|||||||
export class VoucherDetailComponent implements OnInit {
|
export class VoucherDetailComponent implements OnInit {
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = [
|
||||||
{ title: '摘要', index: 'remarks' },
|
{ title: '摘要', index: 'remarks' },
|
||||||
{ title: '会计科目', index: 'subcode' },
|
{ title: '会计科目', index: 'subname' },
|
||||||
{ title: '辅助核算', render: 'auxVOList' },
|
{ title: '辅助核算', render: 'auxVOList' },
|
||||||
{ title: '币种', index: 'currency', className: 'text-center' },
|
{ title: '币种', index: 'currency', className: 'text-center' },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user