From eeb6fdcf61ccbdeffd571dd38f43560bbe65b2bc Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 25 Jan 2022 16:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../receivable-order/receivable-order.component.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts index e1e49644..37ed1009 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts @@ -241,7 +241,7 @@ export class ReceivableOrderComponent implements OnInit { { title: '网络货运人', index: 'ltdName', width: 140 }, { title: '核销日期', index: 'ahxdate', type: 'date', width: 160 }, { title: '付款账户', index: 'shipperaccount', width: 120 }, - { title: '收款账户', index: 'ltdaccount', width: 120 }, + { title: '收款账户', index: 'ltdaccountId', width: 120 }, { title: '核销类型', index: 'ahxType', type: 'enum', enum: { '1': '预收款' }, width: 120 }, { title: '核销金额', @@ -259,11 +259,12 @@ export class ReceivableOrderComponent implements OnInit { }, { title: '银行类型', index: 'banktype', type: 'enum', enum: { '1': '平安', '2': '浦发' }, width: 120 }, { title: '收款类型', index: 'arvattype', type: 'enum', enum: { '1': '费用款项' }, width: 120 }, - { title: '付款人', index: 'artoname', width: 120 }, - { title: '结算客户', index: 'cno', width: 120 }, - { title: '银行水单', index: 'bankreceipt', width: 120 }, + { title: '付款人', index: 'artoname', width: 200 }, + { title: '结算客户', index: 'cnoName', width: 120 }, + { title: '银行水单', index: 'bankreceipt', width: 200 }, { title: '创建时间', index: 'createTime', width: 160 }, - { title: '创建人', index: 'createUserId', 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 }, {