车辆接口更新
This commit is contained in:
		| @ -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"> | ||||
|     <ng-template #logo> | ||||
|         <button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()"> | ||||
| @ -9,7 +19,7 @@ | ||||
| <nz-card> | ||||
|     <div se-container labelWidth="150" gutter="32" col="3"> | ||||
|         <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 label="帐套" required> | ||||
|             {{info?.ltdId}} | ||||
| @ -46,7 +56,7 @@ | ||||
|             {{info?.remarks}} | ||||
|         </sv> | ||||
|         <sv label="凭证流水号"> | ||||
|             {{info?.createUserId}} | ||||
|             {{info?.id}} | ||||
|         </sv> | ||||
|         <sv label="创建人"> | ||||
|             {{info?.createUserId}} | ||||
|  | ||||
| @ -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' }, | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user