车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-18 15:57:44
|
* @Date : 2022-01-18 15:57:44
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-20 16:58:27
|
* @LastEditTime : 2022-01-20 17:18:16
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-management.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\voucher-management\\voucher-management.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -294,7 +294,7 @@ export class VoucherManagementComponent implements OnInit {
|
|||||||
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: 150 },
|
{ title: '凭证号', index: 'id', type: 'link', width: 150 },
|
||||||
{ title: '帐套', index: 'vcltdid', width: 150 },
|
{ title: '帐套', index: 'ltdId', width: 150 },
|
||||||
{ title: '凭证时间', index: 'vctime', type: 'date', width: 150 },
|
{ title: '凭证时间', index: 'vctime', type: 'date', width: 150 },
|
||||||
{ title: '凭证类型', index: 'vctype', width: 150 },
|
{ title: '凭证类型', index: 'vctype', width: 150 },
|
||||||
{ title: '序号', index: 'invmoney', width: 150, format: _ => '1' },
|
{ title: '序号', index: 'invmoney', width: 150, format: _ => '1' },
|
||||||
|
|||||||
Reference in New Issue
Block a user