This commit is contained in:
Taric Xin
2022-02-17 10:41:45 +08:00
parent 21166544af
commit ae821883b4
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
{{ costInfo?.ltdName }} {{ costInfo?.ltdName }}
</se> </se>
<se label="费用类型" required col="2"> <se label="费用类型" required col="2">
{{ costInfo?.feetype }} {{ costInfo?.feetypeLabel }}
</se> </se>
<se label="费用备注"> <se label="费用备注">
{{ costInfo?.arremarks }} {{ costInfo?.arremarks }}
@ -24,7 +24,7 @@
{{ costInfo?.artoname }} {{ costInfo?.artoname }}
</se> </se>
<se label="开票类型" required> <se label="开票类型" required>
{{ costInfo?.arvattype }} {{ costInfo?.arvattypeLabel }}
</se> </se>
<se label="应收金额" required> <se label="应收金额" required>
{{ costInfo?.armoeny }} {{ costInfo?.armoeny }}
@ -42,7 +42,7 @@
{{ costInfo?.ltdName }} {{ costInfo?.ltdName }}
</se> </se>
<se label="费用类型" required> <se label="费用类型" required>
{{ costInfo?.feetype }} {{ costInfo?.feetypeLabel }}
</se> </se>
<se label="应付核销" required> </se> <se label="应付核销" required> </se>
<se label="费用备注"> <se label="费用备注">
@ -52,7 +52,7 @@
{{ costInfo?.hrtoname }} {{ costInfo?.hrtoname }}
</se> </se>
<se label="收票类型" required> <se label="收票类型" required>
{{ costInfo?.hrvattype }} {{ costInfo?.hrvattypeLabel }}
</se> </se>
<se label="应付金额" required> <se label="应付金额" required>
{{ costInfo?.hrmoney }} {{ costInfo?.hrmoney }}

View File

@ -293,7 +293,7 @@ export class VoucherManagementComponent implements OnInit {
private initST(): STColumn[] { private initST(): STColumn[] {
return [ return [
{ title: '', index: 'key', type: 'checkbox', width: 60, className: 'text-center', fixed: 'left' }, { 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: 'ltdId', width: 200 },
{ title: '凭证时间', index: 'vctime', type: 'date', width: 200 }, { title: '凭证时间', index: 'vctime', type: 'date', width: 200 },
{ title: '凭证类型', index: 'vctype', 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 }) } widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.crmoney }) }
}, },
{ title: 'NC凭证', index: 'importncnotes', width: 150 }, { title: 'NC凭证', index: 'importncnotes', width: 150 },
{ title: '汇总凭证号', index: 'vc2id', width: 150 }, { title: '汇总凭证号', index: 'vc2code', width: 150 },
{ title: '凭证状态', index: 'stsLabel', width: 120 }, { title: '凭证状态', index: 'stsLabel', width: 120 },
{ title: '创建时间', index: 'createTime', width: 140 }, { title: '创建时间', index: 'createTime', width: 140 },
{ title: '创建人', index: 'createUserId', width: 150 }, { title: '创建人', index: 'createUserId', width: 150 },