This commit is contained in:
Taric Xin
2022-05-10 17:11:35 +08:00
parent e18c9b53e6
commit ec64bb6b77

View File

@ -141,13 +141,12 @@ export class PayableOrderComponent extends BasicTableComponent implements OnInit
sts: {
type: 'string',
title: '核销状态',
enum: [
{ value: 1, label: '已核销' },
{ value: 0, label: '待核销' }
],
default: '',
ui: {
widget: 'select',
placeholder: '请选择'
widget: 'dict-select',
containsAllLable: true,
params: { dictKey: 'write:off:status' },
containAllLable: true
}
},
phxdate: {
@ -223,7 +222,7 @@ export class PayableOrderComponent extends BasicTableComponent implements OnInit
{ title: '银行水单', index: 'bankreceipt', width: 190 },
{ title: '创建时间', index: 'createTime', width: 180 },
// { title: '创建人', index: 'createUserIdLabel', width: 120 },
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
{ title: '核销状态', index: 'stsLabel', width: 120 },
{ title: '核销备注', index: 'remarks', width: 120 },
{
title: '操作',