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