From 7e0259a0ccbe2f7e04dcfcf0e826dc28be9e060f Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 20 Jan 2022 17:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.conf.js | 2 +- .../voucher-detail/voucher-detail.component.html | 14 ++++++++++++-- .../voucher-detail/voucher-detail.component.ts | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/proxy.conf.js b/proxy.conf.js index 0c568287..e6c40845 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-01-20 16:57:38 + * @LastEditTime : 2022-01-20 17:01:32 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ diff --git a/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.html b/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.html index 552fa829..bc8e7369 100644 --- a/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.html +++ b/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.html @@ -1,3 +1,13 @@ + + {{info?.ltdId}} @@ -46,7 +56,7 @@ {{info?.remarks}} - {{info?.createUserId}} + {{info?.id}} {{info?.createUserId}} diff --git a/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.ts b/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.ts index 1c4f072c..ebf64601 100644 --- a/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.ts +++ b/src/app/routes/financial-management/components/voucher-management/voucher-detail/voucher-detail.component.ts @@ -11,7 +11,7 @@ import { FreightAccountService } from '../../../services/freight-account.service export class VoucherDetailComponent implements OnInit { columns: STColumn[] = [ { title: '摘要', index: 'remarks' }, - { title: '会计科目', index: 'subname' }, + { title: '会计科目', index: 'subcode' }, { title: '辅助核算', render: 'auxVOList' }, { title: '币种', index: 'currency', className: 'text-center' }, {