From 369d591b6319501d329d1493e379a10dc25da565 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 20 Jan 2022 20:57:00 +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-detail.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index fb2892fa..755722b4 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -142,10 +142,10 @@ export class ReceivableOrderDetailComponent implements OnInit { { title: '序号', render: 'no', width: 80 }, { title: '费用号', index: 'feeLId', width: 100 }, { title: '费用日期', index: 'feedate', type: 'date', width: 150 }, - { title: '订单号', index: 'billHId', width: 100 }, + { title: '订单号', index: 'billHCode', width: 100 }, // { title: '订单日期', index: 'billTime', width: 150 }, // { title: '费用类型', index: 'cnoName', width: 90 }, - { title: '订单费用科目', index: 'feeSubId', width: 100 }, + // { title: '订单费用科目', index: 'feeSubId', width: 100 }, { title: '费用科目', index: 'feeSubId', width: 140 }, { title: '结算客户', index: 'cno', width: 100 }, {