车辆接口更新
This commit is contained in:
@ -251,7 +251,7 @@ export class PayableOrderComponent implements OnInit {
|
|||||||
{ title: '结算客户', index: 'cno', width: 120 },
|
{ title: '结算客户', index: 'cno', width: 120 },
|
||||||
{ title: '银行水单', index: 'bankreceipt', width: 120 },
|
{ title: '银行水单', index: 'bankreceipt', width: 120 },
|
||||||
{ title: '创建时间', index: 'createTime', width: 160 },
|
{ title: '创建时间', index: 'createTime', width: 160 },
|
||||||
{ title: '创建人', index: 'createUserId', width: 120 },
|
{ title: '创建人', index: 'createUserIdLabel', width: 120 },
|
||||||
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
|
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
|
||||||
{ title: '核销备注', index: 'remarks', width: 120 },
|
{ title: '核销备注', index: 'remarks', width: 120 },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user