This commit is contained in:
Taric Xin
2022-02-18 15:47:37 +08:00
parent 1b7f2f2ac9
commit ccaa5006b5
5 changed files with 6 additions and 6 deletions

View File

@ -267,7 +267,7 @@ export class ReceivableOrderComponent implements OnInit {
{ title: '结算客户', index: 'cnoName', width: 120 },
{ title: '银行水单', index: 'bankreceipt', width: 200 },
{ title: '创建时间', index: 'createTime', width: 160 },
{ title: '收款人', index: 'driver2IdName', width: 120 },
// { title: '收款人', index: 'driver2IdName', width: 120 },
// { title: '创建人', index: 'createUserIdLabel', width: 120 },
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
{ title: '核销备注', index: 'remarks', width: 120 },