车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-18 09:51:21
|
* @Date : 2022-01-18 09:51:21
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-20 16:57:38
|
* @LastEditTime : 2022-01-20 17:01:32
|
||||||
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
* @FilePath : \\tms-obc-web\\proxy.conf.js
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,3 +1,13 @@
|
|||||||
|
<!--
|
||||||
|
* @Description :
|
||||||
|
* @Version : 1.0
|
||||||
|
* @Author : Shiming
|
||||||
|
* @Date : 2022-01-18 09:51:21
|
||||||
|
* @LastEditors : Shiming
|
||||||
|
* @LastEditTime : 2022-01-20 17:03:34
|
||||||
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-detail\\voucher-detail.component.html
|
||||||
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
|
-->
|
||||||
<page-header-wrapper title="浏览" [logo]="logo">
|
<page-header-wrapper title="浏览" [logo]="logo">
|
||||||
<ng-template #logo>
|
<ng-template #logo>
|
||||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
||||||
@ -9,7 +19,7 @@
|
|||||||
<nz-card>
|
<nz-card>
|
||||||
<div se-container labelWidth="150" gutter="32" col="3">
|
<div se-container labelWidth="150" gutter="32" col="3">
|
||||||
<se-title class="text-center font-weight-bold text-xl">记账凭证
|
<se-title class="text-center font-weight-bold text-xl">记账凭证
|
||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" style="float: right;">打印</button>
|
<!-- <button nz-button nzType="primary" [nzLoading]="service.http.loading" style="float: right;">打印</button> -->
|
||||||
</se-title>
|
</se-title>
|
||||||
<se label="帐套" required>
|
<se label="帐套" required>
|
||||||
{{info?.ltdId}}
|
{{info?.ltdId}}
|
||||||
@ -46,7 +56,7 @@
|
|||||||
{{info?.remarks}}
|
{{info?.remarks}}
|
||||||
</sv>
|
</sv>
|
||||||
<sv label="凭证流水号">
|
<sv label="凭证流水号">
|
||||||
{{info?.createUserId}}
|
{{info?.id}}
|
||||||
</sv>
|
</sv>
|
||||||
<sv label="创建人">
|
<sv label="创建人">
|
||||||
{{info?.createUserId}}
|
{{info?.createUserId}}
|
||||||
|
|||||||
@ -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: 'subname' },
|
{ title: '会计科目', index: 'subcode' },
|
||||||
{ 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