edit
This commit is contained in:
@ -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: '提交'
|
||||
|
||||
Reference in New Issue
Block a user