This commit is contained in:
Taric Xin
2022-01-17 15:55:48 +08:00
parent 7f20f59b0e
commit 0b5b638964
7 changed files with 121 additions and 81 deletions

View File

@ -290,13 +290,14 @@ export class VoucherManagementComponent implements OnInit {
{ title: '借方金额', index: 'hrto' },
{ title: '贷方金额', index: 'createtime', type: 'date' },
{ title: 'NC凭证', index: 'createbyname' },
{ title: '汇总凭证号', index: 'sts' },
{ title: '汇总凭证号', index: 'sts', width: 150 },
{ title: '凭证状态', index: 'sts' },
{ title: '创建时间', index: 'sts' },
{ title: '创建人', index: 'sts' },
{
title: '操作',
width: '90px',
width: '130px',
fixed: 'right',
buttons: [
{
text: '浏览'
@ -305,7 +306,7 @@ export class VoucherManagementComponent implements OnInit {
text: '修改'
},
{
text: '删除 '
text: '删除'
},
{
text: '提交'