diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html
index 79fa2578..fb07af22 100644
--- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html
+++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html
@@ -15,7 +15,7 @@
{{ costInfo?.ltdName }}
- {{ costInfo?.feetype }}
+ {{ costInfo?.feetypeLabel }}
{{ costInfo?.arremarks }}
@@ -24,7 +24,7 @@
{{ costInfo?.artoname }}
- {{ costInfo?.arvattype }}
+ {{ costInfo?.arvattypeLabel }}
{{ costInfo?.armoeny }}
@@ -42,7 +42,7 @@
{{ costInfo?.ltdName }}
- {{ costInfo?.feetype }}
+ {{ costInfo?.feetypeLabel }}
@@ -52,7 +52,7 @@
{{ costInfo?.hrtoname }}
- {{ costInfo?.hrvattype }}
+ {{ costInfo?.hrvattypeLabel }}
{{ costInfo?.hrmoney }}
diff --git a/src/app/routes/financial-management/components/voucher-management/voucher-management.component.ts b/src/app/routes/financial-management/components/voucher-management/voucher-management.component.ts
index cbe3fb72..c0bef203 100644
--- a/src/app/routes/financial-management/components/voucher-management/voucher-management.component.ts
+++ b/src/app/routes/financial-management/components/voucher-management/voucher-management.component.ts
@@ -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 },